4 Replies Latest reply on Dec 11, 2002 2:05 PM by didi

    installation WITHOUT war

    didi

      I have a project-ejb.jar and a project-web.war. If I put them in server/default/deploy/ everything is working fine. But can I deploy the web stuff without .war file? (with Tomcat you can use a folder which contains all jsps or a war-file) I tried to create a folder project-web.war but if request a page
      MAPPING configuration error for request URI /project-web.war/upload.jsp
      appears in the log file. Is there maybe something wrong with the permission?

      I am using SuSE 8.1 and jboss-3.0.3_tomcat-4.1.12.

        • 1. Re: installation WITHOUT war
          joelvogt

          where do you create the folder? If you put it in server/default/deploy it should just work. If you put it in the tomcat /webapps section it won't

          • 2. Re: installation WITHOUT war
            didi

            16:34:42,576 INFO [MainDeployer] Starting deployment of package: file:/opt/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/filemanager-web/
            16:34:42,594 INFO [MainDeployer] deployment waiting for deployer: file:/opt/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/filemanager-web/
            16:34:42,597 INFO [MainDeployer] Deployment of package: file:/opt/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/filemanager-web/ is waiting for an appropriate deployer.
            16:34:42,615 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
            Cause: Incomplete Deployment listing:
            Packages waiting for a deployer:
            [org.jboss.deployment.DeploymentInfo@a5e28f54 { url=file:/opt/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/filemanager-web/ }
            deployer: null
            status: null
            state: INIT_WAITING_DEPLOYER
            watch: file:/opt/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/filemanager-web/
            lastDeployed: 1039534482596
            lastModified: 1039534401000
            mbeans:
            ]Incompletely deployed packages:
            [org.jboss.deployment.DeploymentInfo@a5e28f54 { url=file:/opt/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/filemanager-web/ }
            deployer: null
            status: null
            state: INIT_WAITING_DEPLOYER
            watch: file:/opt/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/filemanager-web/
            lastDeployed: 1039534482596
            lastModified: 1039534401000
            mbeans:
            ]MBeans waiting for classes:

            MBeans waiting for other MBeans:


            16:34:42,657 INFO [URLDeploymentScanner] Started
            16:34:42,658 INFO [MainDeployer] Deployed package: file:/opt/jboss-3.0.3_tomcat-4.1.12/server/default/conf/jboss-service.xml
            16:34:42,663 INFO [Server] JBoss (MX MicroKernel) [3.0.3 Date:200209301503] Started in 0m:44s:266ms
            16:34:50,067 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /filemanager-web/index.jsp

            • 3. Re: installation WITHOUT war
              joelvogt

              Is you directory named filemanager-web.war?

              • 4. Re: installation WITHOUT war
                didi

                with renamig the directory to filemanager-web.war it works. Thank you very much for your help guys !!!