Deploytool for iAS

Hi!
Is there some kind of graphical Administration Software (perhaps compareable to Sun's Deploytool) for the iAS available, or is the use of the command line tools the only way to deploy Apps and configure the iAS?

try
java -jar orion.jar -console
or
java -jar oc4j.jar -console

Similar Messages

  • License for iAS

    Hello:
    I have a hp9000 server with hp-ux(Unix) with 4 processors and a iAS license for one processor.
    We want to run iAS over hp-ux server.
    Hewlett-Packard has a software call Workload Manager, this software can assign one processor to one application and other features.
    The question is that will we install iAS over hp-ux server and assign one processor to iAS with Workload Manager?
    Are there any legal problem if we do that?
    Thanks and regards

    Hi!!
    Im a new JDeveloper - ADF user!
    Im using JSF for a short time, but i tried many, many implementations, and i have to say that ADF is the best choice i found, if we mix it with Jdev it gets much more powerfull!
    About you question, i wonder if you can use it with tomcat. I know the power of OAS, but in your case, few number of clients, couldnt you use tomcat instead of OAS? JSF generates JSP in the background, doesnt it?
    Please forgive me if im saying something stupid!
    Best Regards!!!
    Tiago

  • Deploytool for j2ee does not launch???

    I've installed the J2EE 1.4 Application Server only and when you try to launch Deploytool all that happens is that the ms-dos prompt appears for a brief second (not enough to see what it says) and just closes? The server runs fine. I'm using xp professional... Does anyone have any ideas or suggestions? Is there a way to get the ms-dos prompt to stay up?

    Is the J2SE installation used by Application Server by any chance installed into directory with space character in the path? Deploytool
    startup script in beta2 cannot handle such paths. See this thread for
    similar problem:
    http://forum.java.sun.com/thread.jsp?forum=136&thread=448510&tstart=60&trange=15

  • How to change the default admin password for IAS/UDDI

    Using "OracleAS UDDI Registry" 10g Release 2 (10.1.2)
    http://docs.oracle.com/cd/B15904_01/web.1012/b14027/regwsuddi.htm
    How to change the default password
    ias_admin/ias_admin123
    http://xxx.xx.xxx.xx/uddi/publishing

    Hello NJ,
    I tried your solution and its a very good workaround for the workbooks stored in the Database, but when i open workbooks from file system then Discoverer defaults the export path to the Directory from where we have opened the workbook.
    My clients are having most of their workbooks stored in File system & stored at different locations. So i wonder if there is just one common solution if possible?
    Thanks

  • How to build URL-based Portal for iAS 902

    Does V2 PDK support URL-based portlet? Can anyone provide a sample provider.xml?
    Thanks,
    -Jin

    Aftter subscription, I could view the doc for V2. I modified my provider.xml accordingly as follows:
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <?providerDefinition version="3.1"?>
    <!DOCTYPE provider [
    <!ENTITY virtualRoot "/jpdk/">
    <!ENTITY physicalRoot "E:\9iAS\Apache\Apache\htdocs\jpdk\">
    ]>
    <provider class="oracle.portal.provider.v2.http.URLProviderDefinition">
    <providerInstanceClass>oracle.portal.provider.v2.http.URLProviderInstance</providerInstanceClass>
    <session>true</session>
    <useOldStyleHeaders>false</useOldStyleHeaders>
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>7</id>
    <name>jimmy2</name>
    <title>jimmy2</title>
    <descriptionKey>jimmy2</descriptionKey>
    <timeout>1000</timeout>
    <timeoutMessage>Timed out</timeoutMessage>
    <showEdit>false</showEdit>
    <showEditDefault>false</showEditDefault>
    <showPreview>false</showPreview>
    <showDetails>false</showDetails>
    <hasHelp>false</hasHelp>
    <hasAbout>false</hasAbout>
    <acceptContentType>text/html</acceptContentType>
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
    <renderContainer>true</renderContainer>
    <contentType>text/html</contentType>
    <showPage class="oracle.portal.provider.v2.render.http.URLRenderer">
    <pageUrl>http://www.google.com</pageUrl>
    </showPage>
    </renderer>
    </portlet>
    </provider>
    I didn't get any error registering the provider and adding the portlet. But when portlet was rendered, I got error:
    Error: The listener returned the following Message: 500 Internal Server Error
    Any ideas?
    Thanks,
    -Jin

  • How can i install the web connector in the IWS for IAS SP3?

    i have installed the IAS 6.0 SP3 and IWS 6.0 on two different NT server. How do i install the web connector to the IWS. How can i access the IAS form the IWS. The IAS 6.0 SP3 Evaluation does not allow to install only the web connector componet. Pls advise

    Hi,
    Installing web server & app server on different machine and making them communicate is called "webless installation". Having web server & app server running on same system is called "webful installation".
    On a registered version, if you select CUSTOM INSTALL, then you would have a screen asking to install iDS and iAS. From the submenu of iAS, the web connector plugin has to be selected and this installation is done at the system where web server is running.
    But on your case, I believe the iAS SP3 evaluation has a restriction on that. Please feel free to raise any questions regarding this.
    Regards
    Raj

  • CLASSPATH setting for IAS installation?

    Hi
    I am trying to install IAS 1.0.2 on Solaris. Everything seemed to be going okay until near the end, when I am informed by the installer that the SSOHash Class has not been loaded into the database.
    I have attempted to follow the advice on metalink about using loadjava to load the classes manually, but it still errors. I believe that I may have the CLASSPATH set incorrectly. The installation guide states it should not refer to an existing Oracle home, but I did not have a CLASSPATH set up with my exisiting DB configuration. It does not advise what it should be set to.
    Please can anyone advice what it should be set to if my directory structure is something like oracle/app/product/ias/ etc
    Thanks in advance
    Tim

    This is the sort of thing I am getting
    internal error: unanticipated exception: java.io.FileNotFoundException: ?resolve
    java.io.FileNotFoundException: ?resolve
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.io.IOException.<init>(Compiled Code)
    at java.io.FileNotFoundException.<init>(Compiled Code)
    at java.io.FileInputStream.<init>(Compiled Code)
    at java.io.FileInputStream.<init>(Compiled Code)
    at oracle.aurora.server.tools.loadjava.LoadJava.processLoadAndCreate(Compiled Code)
    at oracle.aurora.server.tools.loadjava.LoadJava.process(Compiled Code)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.run(Compiled Code)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.main(Compiled Code)
    I tried using this utility after the portal installation failed with 'you cannot login because there is no configuration information stored in the enabler configuration table' . I confirmed this was the case by checking the contents of user_ojects, and found there were no objects of type 'JAVA CLASS'

  • Hi I have a customer who wants to know if Win XP will be a supported platform for iAS 7.0, if not what will be iPlanet official line for people using iAS 7.0 on Xp.

     

    All information about iAS 7.0 still requires a non-disclosure agreement. So, there isn't an "official line" yet. (iAS 7.0 hasn't even been formally announced yet.)
    If you or your client can contact your local sales team and execute an NDA you should be able to find out the planned platform support.
    David

  • Diagnostic/Ping Servlet for IAS 6.5

    Hi there,
    I am considering writing a simple (?) JSP/Servlet which would run outside the IAS 6.5 environment, say deployed on the instance of IES which front ends it and would be used to report the following:
    - The health of KXS it routes requests to via the plug-in i.e. Ping request to port 9610 on each instace of IAS
    - VM characterstics like Heap/Stack size and thread counts of the relevant KJSs
    - LDAP server health check
    - application specific stuff such as number of EJB handles being cached
    - anything else I should be monitoring
    So before I embark on this task, I just wondered if anyone has any tips or could point me to any useful (Sun/User Group) articles? Note the above health check stuff is to compliment System monitoring via TNG.
    Regards
    Daniel

    check the dynamic reloading docs at
    http://docs.sun.com/source/816-5786-11/jpgApxReload.html#14358
    Please also check the limiations of Dynamic Reloading

  • Configure HTTP server for iAS

    Hi Friends,
    In configuring iAS HTTP server which one among the .conf it created is called
    "Database Access Descriptor(DAD)"? I am confused with lots of .conf
    in the directory $ORACLE_HOME/Apache/ who is the DAD here.
    ========
    /u02/visora/iAS/Apache/Apache/conf/mod__ose.conf
    /u02/visora/iAS/Apache/Apache/conf/srm.conf
    /u02/visora/iAS/Apache/Apache/conf/access.conf
    /u02/visora/iAS/Apache/Apache/conf/httpds.conf
    /u02/visora/iAS/Apache/Apache/conf/httpd.conf
    /u02/visora/iAS/Apache/Apache/conf/httpd_pls.conf
    /u02/visora/iAS/Apache/Apache/conf/oracle_apache.conf
    /u02/visora/iAS/Apache/Apache/conf/imeeting.conf
    /u02/visora/iAS/Apache/Apache/conf/apps.conf
    /u02/visora/iAS/Apache/Apache/conf/security.conf
    /u02/visora/iAS/Apache/Apache/conf/trusted.conf
    /u02/visora/iAS/Apache/Apache/conf/oprocmgr.conf
    /u02/visora/iAS/Apache/Apache/conf/url_fw.conf
    /u02/visora/iAS/Apache/modplsql/cfg/plsql_pls.conf
    /u02/visora/iAS/Apache/modplsql/cfg/plsql.conf
    /u02/visora/iAS/Apache/modplsql/prepatch/cfg/plsql.conf
    /u02/visora/iAS/Apache/modplsql/prepatch/cfg/plsql_pls.conf
    /u02/visora/iAS/Apache/Jserv/etc/jserv.conf
    /u02/visora/iAS/Apache/modimeeting/conf/mod_imeeting.conf
    /u02/visora/iAS/Apache/jsp/conf/ojsp.conf
    ====================
    Thanks a lot

    Post it on EBS forum General EBS Discussion
    --Shiv                                                                                                                                                                           

  • How to use client.jar generated by deploytool for a EJB web service

    Hello!
    Could anyone help me?
    I use Sun Application Server to deploy my EJB module and expose it as a web service. Then I open deploytool tree and select localhost under Server branch. In the right panel it shows a list of web services deployed. I chose recently deployed service and press "Client Jar..." button to get generated client stubs.
    Good.
    Could anyone tell me how I should use this jar file? It does not contain ..._Service_Impl.class that is usually used to get service port and call service methods.
    Please, explain me.
    Thank you much

    try
    jar tf Client.jar and look at what is inside.
    Usually you run the client to connect to the server -- (java -classpath blah pack.age.name.Client)
    Dont know how its being done over there.

  • Architecture for APEX using iAS 10.1.2 and 10g with Dataguard replication

    We are currently using APEX in a stand-alone architecture using iAS 10.1.2 on with 10g as the DB(all on the same server). Our APEX apps are fast becoming a significant part of our production environment and I would like to set up a redundant failover site using Dataguard replication. I am very familiar with the DB failover, but I am struggling with how I can set up iAS on the standby server.
    Oracle guidelines for iAS failover using Dataguard (this is not AS Dataguard) specify that the primary and standby server local hostname must be identical for the failover architecture to work unless you use a virtual host name. Due to restrictions in our environment I am not able to set the lcoal hostname the same on the primary and standby servers. As an alternative I installed iAS(10.1.4) using a virtual hostname on my primary server, but it appears that the servername that shows up in all the installation references after the installation is still the actual server name, not the virtual name.
    I am looking for guidance from someone that has successfully set up a iAS failover architecture using dataguard on servers that do not have the same local hostname.
    thanks

    Hi,
    I have the same problem. Do you find something about putting jsf in OAS 10.1.2 ?
    Regards

  • In 6/2009 I bought iWork Family pack and have used it on two computers. Now I want to download iWork to my iMac but there is no way via the App store. How do I install the iWork bundle I paid for.

    In 6/2009 I bought iWork Family pack and have used it on two computers. Now I want to download iWork to my iMac but there is no way via the App store. How do I install the iWork bundle I paid for.i

    As of a minute ago you can still download the trial at this link. Note: clicking the link will automatically start the download.

  • Write up an asset for a depreciation area

    Hi All,
    We have 2 Depreciation areas 01 for local, 02 for IAS.
    I try to write up as asset with t-code ABZU, but it only takes effect for area 01.
    My problem is how to write up an asset which takes effect for area 02 only?
    Thanks.
    Claude

    Hi - First determine the transaction type that you are using in ABZU. Eg you use transaction type 700.
    Go to tcoe OAXE ( limit transactions per deprecation area) and select the area 02 for display for selection. You can select the always post option if this transaction type should always post for this depreciation area.
    Thanks,
    Zaid Azam

  • How to set password for IIAS admin

    I have oracle IAS on linux, I would like to
    set a password for IAS admin.
    Thanks

    Log in to DSCC, "Settings" tab, "Directory Service Managers" tab, click on the admin username you want to manage and follow the prompts.

Maybe you are looking for

  • SQL script works in SQL Developer but not when scheduled

    I have a script that I can run, logged onto my server as a user with full permissions and into my database as SYSDBA, that produces a CSV file on the server when I run it from SQL Developer ON the server. HOWEVER, when I set it up as a scheduled job,

  • TS3297 I forgot the answers to my security questions what do I do?

    Help!

  • Mount Points in Application Servers

    Hi , I am planning to install ECC ISU , EP and BI in production environment. ECC & BI are On AIX and DB2 EP is on Linux and DB2 We will have two application servers for all systems ( ECC, BI and EP). Can anyone please let me know , what  are the sap

  • Cannot install PatchSet 10.1.3.5.0 on SOA Suite 10.1.3.1.0

    Hi, I've downloaded Zip files "CD1" and "10.1.3.5.0 patch" (x86) from [Application Server 10g Release 3 (10.1.3.x) Downloads|http://www.oracle.com/technology/software/products/ias/htdocs/101310.html] . After installing the former, the latter won't in

  • How to display an encrypted Text

    I am using TDES to encrypt a plain text using the command: Cipher c = Cipher.getInstance(this.txtAlgorithm.getText().toString()); c.init(Cipher.ENCRYPT_MODE,sKey); byte[] tmpcipherTest = this.txtOriginalText.getText().toString().getBytes(); byte[] ci