Redeploying war files for BOXIR3 on AIX!

Hi all,
I've installed R3 on Unix-AIX 5.3.7 using Apachi/tomcat 55, but I couldn't open neither Infoview nor CMC with (The requested resource (/CmcApp) is not available.) error message,
and I discoverd that the war files have not deployed successfully, now I need to redeploy it but I cannot find those wars on the installation sources.
Any ideas?
Thanks in advance

War files can be found in the installation user's directory.
../bobje/enterprise120/java/applications/
Aside from manual deployment,  you can also use the wdeploy script.  The script is located under the installation user's directory in the deployment directory.   Check the config.tomcatt55  file to ensure the information in there is correct.
Tony
Edited by: Tony Foster on Aug 7, 2008 11:12 AM
Edited by: Tony Foster on Aug 7, 2008 11:13 AM

Similar Messages

  • ERROR while redeploying war file

    Hi ,
    I am redeploying a war file for jsp application after doing modification in code on Wblogic server. But when i am clicking on Activate changes button i am getting below error in logs:
    java.io.IOException: [DeploymentService:290066]Error occurred while downloading files from admin server for deployment request "1,343,372,309,744". Underlying error is: "[DeploymentService:290015]Domain wide secret mismatch"
         at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:86)
         at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
         at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:39)
         at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
         at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
         at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:682)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepareDataUpdate(AbstractOperation.java:898)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.stageFilesFromAdminServer(AbstractOperation.java:264)
         at weblogic.deploy.internal.targetserver.DeploymentManager.createOperations(DeploymentManager.java:1409)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleUpdateDeploymentContext(DeploymentManager.java:162)
    I have to take restart my managed server to activate the changes .Though i was able to redeploy the war file without restarting server some days back.Please help what is wrong and why i have to take restart .
    Thanks

    Any idea ??? I am still struggling.I have bounce back my server again to activate changes .If anyone can help it would be great .

  • Problem redeploying war files with deployment tool

    I'm going thru the j2ee tutorial(downloaded Dec 03). I can't successfully redeploy war files. After making changes to a java file and then rebuilding using asant, using the deploytool I save changes and then redeploy. I always get the old version unless I completely remove the old web module and create a new one. I've seen this problem over and over in the forum but nobody has addressed it properly. Please help.

    To be more specific, I'm working on the bookstore example in the J2ee tutorial. If I just add a single web module(banner servlet) to the existing standalone war module bookstore1, The tools->update module tools->deploy works fine. If I add the rest of the modules(bookDetailsServlet,bookStoreServlet,etc). After making changes and rebuilding the .java files if I go to tools->update module the window displays nothing under the heading "the following entries have changes".
    Under the heading "the following entries were not found on disk" is a list of all the files under the war module bookstore1.war. I'm don't understand why it is not recognizing the changes. Any help would be appreciated.

  • Error : generate war file for iplanet server 6.5

    I use war file that generate from WSAD V.4 and deploy this war file to iPlanet sun one app server V6.5.
    before deploy to iplanet
    I must use command to generate war file for iplanet server (convert J2EE Archive to IAS Archive)
    but i found problem after use this command
    ./deploycmd -j2ee2ias -f xxxx.war
    com.iplanet.ias.tools.buzz.util.ArchiveHandlerException: invalid EXT descriptor signatureat com.iplanet.ias.tools.buzz.util.ArchiveHandler.<init>(Unknown Source)
    at com.iplanet.ias.tools.buzz.common.ArchiveFile.<init>(Unknown Source)
    at com.iplanet.ias.tools.buzz.common.WarArchiveFile.<init>(Unknown Sourc
    e)
    at com.iplanet.ias.tools.buzz.common.WarArchiveFile.<init>(Unknown Sourc
    e)
    at com.iplanet.ias.tools.buzz.common.iascom.processOption(Unknown Source
    at com.iplanet.ias.tools.buzz.common.iascom.main(Unknown Source)
    Any body please help?
    Thanks alot.

    I use war file that generate from WSAD V.4 and deploy this war file to iPlanet sun one app server V6.5.
    before deploy to iplanet
    I must use command to generate war file for iplanet server (convert J2EE Archive to IAS Archive)
    but i found problem after use this command
    ./deploycmd -j2ee2ias -f xxxx.war
    com.iplanet.ias.tools.buzz.util.ArchiveHandlerException: invalid EXT descriptor signatureat com.iplanet.ias.tools.buzz.util.ArchiveHandler.<init>(Unknown Source)
    at com.iplanet.ias.tools.buzz.common.ArchiveFile.<init>(Unknown Source)
    at com.iplanet.ias.tools.buzz.common.WarArchiveFile.<init>(Unknown Sourc
    e)
    at com.iplanet.ias.tools.buzz.common.WarArchiveFile.<init>(Unknown Sourc
    e)
    at com.iplanet.ias.tools.buzz.common.iascom.processOption(Unknown Source
    at com.iplanet.ias.tools.buzz.common.iascom.main(Unknown Source)
    Any body please help?
    Thanks alot.

  • Different WAR File for OSB and SOA Load Balancers on  Clustered Environment

    Hi,
    Do we need different proxyapp.war Files for each Load Balancer of SOA and OSB Respectively on a Clustered Environment?
    Thanks in Advance.

    Hi,
    Yes you need to have different .war file placed different server to have multiple load balancers.
    Regards,
    Kal

  • How to package a .war file for multiple locations...

    Sorry if this is in the wrong section, but I wasn't sure where to place it.
    We have a webapp (.war) that we would like to package to distribute to multiple remote locations. We have to assume that the people installing this webapp have no Java/J2EE experience and will not have the technical know-how to be able to handle packaging the .war file themselves.
    They do, however, need to be able to make configuration changes to the JDBC settings in the web.xml, the logging settings in log4j.xml, and configuration changes in the context.xml.
    Since these files reside inside the .war, what is the best way to package this application so they can make changes to those files and package it to deploy on their application servers?
    Thanks!

    Well, the best way is to move that configuration out of those XML files and manage them directly from you application.
    Then you can use the Java Preferences API to actually maintain the configuration data, and that data is stored outside of your application completely in some JRE dependent way (Registry on Windows, and the users home directory on Unix for Sun's JRE).
    You can also modify your webapp to manage the configuration directly and have it rewrite the XML files itself. The Java Preferences API is better just because the config changes will survive if you happen to update the WAR file with a new version. Of course, you can still leverage the Preference API, get your "defaults" from the supplied XML files in the WAR, and then if your application detects a version change (the one in the Preferences is different from the one in the WAR), the app can update the XML files, and pop up a page telling the user to restart the application to see the new changes.
    Finally, you can also write a Swing app that presents the few options that the user might need, and then it has the smarts to update the WAR file for them (it's simply a ZIP file and Java can read/write those). That way you have a simple wizard they can play with.
    Also, for things like log4j, you can bundle that seperate from the WAR, and let them place it either on the CLASSPATH of their container, or in one of their shared directories (like shared/classes on Tomcat for example).
    I'm fond of the Preferences technique with a Webapp configuration, as you can make your WAR almost plug and play. They plop in the war, app fires up, they hit the URL and there's a config page staring at them.
    But all of these options require work outside of your application.
    You can also perhaps get one of those Installer programs, and right an installer for them. You can explode the WAR in to any directory, and then have the container deploy it from there.

  • Redeploy war files XI 3.1?

    Looks like I need to "redeploy" my war files...   is there a document for XI3.1 to do this???
    getting the following errors:
    HTTP Status 404 - /AnalyticalReporting/WebiView.do
    HTTP Status 404 - /AnalyticalReporting/FullClientCreate.do
    HTTP Status 404 - /AnalyticalReporting/User_WebiPreferences.do
    HTTP Status 404 - /AnalyticalReporting/User_DeskiPreferences.do
    Thanks in advance ?

    Dear All,
          I have the same problem , when i want to create or view a web intelligence doc this errors appear :
    1- While creating a web intelligence doc :
          HTTP status 404 -/AnalyticalReporting/webicreate.do
          Type: status report
          Mesaage:/AnalyticalReporting /webicreate.do
          Description: The requested resource(/AnalyticalReporting /webicreate.do) is not available
    2- While viewing a web intelligence report :
         HTTP status 404 -/ AnalyticalReporting/webiview.do
         Type: status report
         Message:/AnalyticalReporting/webiview.do
         Description:the requested resource (/AnalyticalReporting/webiview.do) is not available
    3 - while creating a desktop intelligence doc :
          HTTP status 404 -/AnalyticalReporting/fullclientcreate.do
         Type:status report
         Message:/AnalyticalReporting/fullclientcreate.do
         Description: the requested resource (/AnalyticalReporting/fullclientcreate.do) is not
    I tried to check for the error form the CMC but when i click to the QaaWS folder this error appeared :
        HTTP status 404 -/ AnalyticalReporting/jsp/QaaWS_organise/QaaWS_organise.faces
        Type: status report
        Message:/AnalyticalReporting/jsp/QaaWS_organise/QaaWS_organise.faces
        Description: the requested resource (/AnalyticalReporting/jsp/QaaWS_organise/QaaWS_organise.faces)is not availabe
    So, please if anyone has a solution please send as fast as you can

  • Deploying the fop.war file for PDF printing

    I suppose this should maybe be in the App server thread but im following instructions from here to enable PDF printing in APEX
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/configure-printing-093060.html#05
    The instructions are a bit out of date but
    I navigate to the OC4J home > select applications > Deploy WAR file
    browse for the fop.war file on local machine
    for Application Name i have ApexFOP
    for Map to URL I have /apex/fop
    then I click Deploy
    it says succesfully loaded but when I click on the ApexFOP in the Deployed applications list it says not loaded
    I have re-started the OC4J
    any help would be very gratefully recieved , I'm going nuts trying to do this
    Cheers

    I copied an existing working structure and this worked for me.

  • Redeploying war files WL 7.0

    When a war file is updated and uploaded this error occurs when redeploying
    weblogic.management.ApplicationException: Prepare failed. Task Id = 10
    Start server side stack trace:
    weblogic.management.ApplicationException: Prepare failed. Task Id = 10
    Module Name: emi.war, Error: weblogic.j2ee.DeploymentException: Cannot deploy
    ServletContext(id=87601,name=emi.war,context-path=/emi) from /ec/prod/server/weblogic/projects/prod/prod-ms-a-1/stage/emi-all-1.9p5/emi.war
    on prod-ms-a-1 because there is already a webapp named ServletContext(id=3674494,name=emi.war,context-path=/emi)
    loaded from /ec/prod/server/weblogic/projects/prod/prod-ms-a-1/stage/emi-all-1.9p5/emi.war,
    which is using the context path /emi.
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1064)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:732)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    End server side stack trace
    Module Name: emi.war, Error: weblogic.j2ee.DeploymentException: Cannot deploy
    ServletContext(id=87601,name=emi.war,context-path=/emi) from /ec/prod/server/weblogic/projects/prod/prod-ms-a-1/stage/emi-all-1.9p5/emi.war
    on prod-ms-a-1 because there is already a webapp named ServletContext(id=3674494,name=emi.war,context-path=/emi)
    loaded from /ec/prod/server/weblogic/projects/prod/prod-ms-a-1/stage/emi-all-1.9p5/emi.war,
    which is using the context path /emi.
    Despite destroying the old war file to deploy this new one .Only when the server
    is restarted does the deployment work .
    please help
    Sandra

    When a war file is updated and uploaded this error occurs when redeploying
    weblogic.management.ApplicationException: Prepare failed. Task Id = 10
    Start server side stack trace:
    weblogic.management.ApplicationException: Prepare failed. Task Id = 10
    Module Name: emi.war, Error: weblogic.j2ee.DeploymentException: Cannot deploy
    ServletContext(id=87601,name=emi.war,context-path=/emi) from /ec/prod/server/weblogic/projects/prod/prod-ms-a-1/stage/emi-all-1.9p5/emi.war
    on prod-ms-a-1 because there is already a webapp named ServletContext(id=3674494,name=emi.war,context-path=/emi)
    loaded from /ec/prod/server/weblogic/projects/prod/prod-ms-a-1/stage/emi-all-1.9p5/emi.war,
    which is using the context path /emi.
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1064)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:732)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    End server side stack trace
    Module Name: emi.war, Error: weblogic.j2ee.DeploymentException: Cannot deploy
    ServletContext(id=87601,name=emi.war,context-path=/emi) from /ec/prod/server/weblogic/projects/prod/prod-ms-a-1/stage/emi-all-1.9p5/emi.war
    on prod-ms-a-1 because there is already a webapp named ServletContext(id=3674494,name=emi.war,context-path=/emi)
    loaded from /ec/prod/server/weblogic/projects/prod/prod-ms-a-1/stage/emi-all-1.9p5/emi.war,
    which is using the context path /emi.
    Despite destroying the old war file to deploy this new one .Only when the server
    is restarted does the deployment work .
    please help
    Sandra

  • Redeploying war files independent of Ear

    Hii all,
    I have one doubt..
    Can we redeploy one of the war files of an ear application independently and if yes then how on jboss server?
    Thanks and regards
    Sandeep

    RTFM

  • Redeploying WAR files

    Up until now, the application that I work on is manually deployed, that is to say, we don't use a WAR file. We just create the correct WEB-INF directory structure manually. While obviously a lot more work, it allows us to 'upgrade' to a newer build by simply uploading a new jar file containing the app core, and a restart of the appserver worked.
    However, the app is currently in the process of an overhaul, and as part of this, we're changing to WAR deployment. The problem I'm facing now, is that some deployments are regularly updated - When deployed, the application goes through it's 'initialisation' routine, where it asks for various bits of information, such as database connection parameters, and saves those config options in a file under WEB-INF, so on next reload, it can get those params. However, if I use WAR deployment, those parameters are lost, as the appdir is replaced. It's not going to be of any use if the person deploying has to re-enter all parameters on re-deployment. I know you could say that the web.xml could be edited, and the parameters stored there via standard param-name/value entries, but again, that makes in unpractical for deployment for various machines.
    Is there some standard appserver feature that I don't know about that allows local data persistence? I've looked up various books, and sites (though, it's difficult to find, since I don't know what to search for) but I'm not having much luck, the word 'persistence' simply results in pages telling me to manually enter db params in web-inf, and storing my config there.
    Thanks in advance,
    Barry

    RTFM

  • Where I can find .WAR file for web UI?

    I would like to use jakarta project
    web container for webUI.How I can accomplish
    this?

    Hello, I mean tomcat of jakarta.apache.org project- it's web container but .war file is web application archive as specified in servlet 2.2 spec.
    Why? I need support for latest spec. servlet 2.2/jsp 1.2 that provided by tomcat 4.0 beta(as standalone it's working fine for me;)). I'll be more concrete
    I need sophisticated JSP rendering engine for:
    Using JSPs of developer guide:
    <
    Deploying Java Beans and JSPs
    All compiled Java Beans must be stored in the directory $ORACLE_HOME/ifs/custom_classes on the server where Oracle iFS is installed.
    The Oracle iFS product comes with a starting-point directory structure. One of the folders in that structure is reserved for holding JSPs: $ORACLE_HOME/ifs/jsp-bin. To have your JSP compile and execute properly in Oracle iFS, you must store the JSP in this folder. JSPs stored elsewhere will not be executed by the Oracle iFS JSP compiler.
    >
    I would like to use web UI as frontend and my JSPs/servlets as extension of this application. It's easy create custom web app if I have ready .WAR file-it's portable
    between web containers and well structured... For example this schema doesn't have such constraints as location of JSPs and beans support classes location is well known-
    WEB-INF/classes for .WAR structured file, in WEB-INF/lib can be placed different ifs libs and all is clean and portable;).
    I mean webUI must not be integrated part of ifs- it must be developer tool( extensible and reusable).By the way who give constraints on JSPs/classes location: HTTP server of ifs
    or webUI?
    It's very nice that IFS has such thing as webUI but that if I can use it as dead(stable) code:(. I need write myself webUI presenting IFS document structure but why?
    Web UI is future(IE 5.5/w3 and other standards based;) so why put on it such restrictions.
    Best regards.
    P.S I can infiltrate web app from ifs- but it's not right(I can do something wrong).If I can help you somehow tell me.
    null

  • Updating War File for existing Application Issue

    I have a web application that is currently deployed and running on a linux SunOne WebServer 7.0 U2.
    I use the web admin interface to update the (running) web application with a new WAR file and using the "PreCompile JSP" option.
    Once the web application has been updated and deployed, I get a 500 server error on the web application. Here is a snippet from the log.
    [28/May/2008:07:19:59] info ( 2427): CORE3276: Installing a new configuration
    [28/May/2008:07:19:59] info ( 2427): WEB0100: Loading web module in virtual server [interakt] at [/ssl/onlineenroll]
    [28/May/2008:07:20:00] info ( 2427): PWC1412: WebModule[/ssl/onlineenroll] ServletContext.log():Initializing Spring root WebApplicationContext
    [28/May/2008:07:20:02] info ( 2427): CORE3280: A new configuration was successfully installed
    [28/May/2008:07:20:02] info ( 2427): PWC1412: WebModule[/ssl/onlineenroll] ServletContext.log():Destroying Spring FrameworkServlet 'onlineenroll'
    [28/May/2008:07:20:02] info ( 2427): PWC1412: WebModule[/ssl/onlineenroll] ServletContext.log():Closing Spring root WebApplicationContext
    [28/May/2008:07:20:46] info ( 2427): for host 127.0.0.1 trying to GET /ssl/onlineenroll/action/enroll;jsessionid=AC1B582906B8ECBD422B72634CFDE128, service-j2ee reports: PWC1412: WebModule[/ssl/onlineenroll] ServletContext.log():Initializing Spring FrameworkServlet 'onlineenroll'
    [28/May/2008:07:20:46] failure ( 2427): for host 127.0.0.1 trying to GET /ssl/onlineenroll/action/enroll;jsessionid=AC1B582906B8ECBD422B72634CFDE128, service-j2ee reports: WebModule[/ssl/onlineenroll]StandardWrapper.Throwable
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tilesConfigurer' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.apache.struts.tiles.DefinitionsFactoryException: IO Error while parsing file '/WEB-INF/tile-defs/definitions.xml'. */apps/SunWebsvr7/https-interakt/generated/interakt/ssl/onlineenroll/loader/org/apache/struts/resources/tiles-config_1_1.dtd (No such file or directory)*
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1302)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:463)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:404)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:375)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:263)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:170)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:260)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:184)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:163)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:430)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
         at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:354)
         at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:292)
         at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:262)
         at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:126)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1165)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:819)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:184)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
         at com.sun.webserver.connector.nsapi.NSAPIProcessor.service(NSAPIProcessor.java:160)
    Caused by: org.apache.struts.tiles.DefinitionsFactoryException: IO Error while parsing file '/WEB-INF/tile-defs/definitions.xml'. /apps/SunWebsvr7/https-interakt/generated/interakt/ssl/onlineenroll/loader/org/apache/struts/resources/tiles-config_1_1.dtd (No such file or directory)
         at org.apache.struts.tiles.xmlDefinition.I18nFactorySet.parseXmlFile(I18nFactorySet.java:523)
         at org.apache.struts.tiles.xmlDefinition.I18nFactorySet.parseFrom what I can tell, the following folder is deleted when a new deployment is made "/apps/SunWebsvr7/https-interakt/generated/interakt/ssl/onlineenroll/loader/org/apache/struts/"
    If I stop the server instance and start it back then the directory "/apps/SunWebsvr7/https-interakt/generated/interakt/ssl/onlineenroll/loader/org/apache/struts/" is created when the web application starts up and the web application runs as expected.
    Does anyone know what I can do to be able to hot deploy a web application and not get this error?
    Any help would be appreciated.
    Marty Jones

    after more research I have determined that the update process is deleting the loader folder when it completes the update process. The problem is that the web application needs this folder because the third party tag library definitions are stored underneath the loader folder. Here is where the loader folder is located.
    /<SunOneInstallDir>/<ServerName>/generated/<web-app-name>/<context>/loader
    When I stop the server instance and start it back up then the loader folder is created and sets the tab library definitions appropriately.
    So the problem seems to be with the update process.

  • Were can i found the bo sdk (i.e .war files) for java

    were can i found the bo sdk  code

    i think first of all i need to deploy the webservices on tomcat, and then i need to follow these steps i think
    To set up your web application
    Create the following directory structure in the web applications directory of your web application server:
    web_application_name
          WEB-INF
             lib
             classes
          crystalreportviewers
    Note: Replace web_application_name with the name of your web application. Your web application will be stored in the web_application_name directory. This is the root directory for the web application and contains all of the files that the web application needs. Your web application directory (web_application_name) should be located in the main web application's directory for your web application server (for Tomcat, this directory is typically called webapps).
    Directory Contents:
    The WEB-INF directory contains all of the support files required for your web application.
    The WEB-INF\lib directory contains all of the JAR files required by your web application.
    The crystalreportviewers directory contains all of the support files required by the viewers.
    Copy the support and library JAR files required for your web application into the WEB-INF\lib directory.
    For details on which JARs to deploy, see JAR files needed for deployment of Business Objects Software.
    Note: Copy the jar files from java\lib\external into WEB-INF\lib; do not copy to WEB-INF\lib\external.
    If you are using scheduling components or a report viewer in your application, deploy the CrystalReports.war file (\Program Files\Business Objects\BusinessObjects Enterprise 12.0\java\applications on Windows) with your web application.
    Create a web.xml file for your web application and save it in the WEB-INF directory (or modify an existing web.xml file if you are adding viewing capability to an existing web application).
    To learn how to set up the web.xml file, see Configuring your web.xml file.

  • How to create a WAR File for an IDM installation?

    I have a IDM 7.1.1 test instance installed on a server which uses a local mySQL.
    Is there a way I can create war file of the IDM installation? I would like to migrate the IDM to another server.
    I know how to create a IDM war through Netbean; this particulart instance is not hooked to NetBeans.

    i think it should be jar -cf /path/to/warfile/idm.war *Edited by: Amit_Bansal on Sep 30, 2008 9:49 AM

Maybe you are looking for

  • VGA out: block KDE handling?

    I have always had trouble disconnecting from VGA and have often had to hard shutdown. However, until last week VGA connecting almost always worked flawlessly. KDE recognised the addition of the screen and asked to configure it. Usually, it asked if I

  • My Serial Number is for the wrong OS

    Ive just installed elements on my MacBook, and when i went to put the serial number in, i realised i had been given a serial number for windows, and not Mac. What can i do? Is there some way to find it out? Im not having any luck contacting support..

  • MIRO for transport vendor

    hi, I have created one PO. At the time of Gr i have reversed it twice and third time I have posted it. All the accounting entries are correct. Now when i try to post the transport vendor invoice the amount is coming as nil. Please note that transport

  • Upgrading OS...how to reload all drivers and apps?

    I am upgrading my P755-S5395 to Windows 7 Professional.  I plan to put in a new drive and install the OS from stretch.  Instead of downloading, searching and installing each device driver one-by-one, is there a better way to install all the proper de

  • Where can I get IDES?

    We are just getting started in SAP and I heard that there is a system called IDES that has some fictional company data to develop and test against.  Does anybody know where I can get that system?