9 Replies Latest reply on Aug 21, 2002 7:05 PM by mkithany

    jboss-3.0.0_tomcat-4.0.3

    glkrr

      i downloaded jboss-3.0.0_tomcat-4.0.3 this one from jboss.org.and configured succesfully.
      When i run catalina it not running.So what can i do now

        • 1. Re: jboss-3.0.0_tomcat-4.0.3
          joelvogt

          What can you do now? How about telling us:

          how were you trying to run it? how did it fail? what error messages did you receive? how did you configure it?

          If you post some more info we might be able to help you.

          • 2. Re: jboss-3.0.0_tomcat-4.0.3
            glkrr

            When i double lick the startup button in catalina irecroty it shwoing error like this
            "Cant fine the file '-Djava.endorsed.dirs='(or one of its components).Make sure the path and filename are correct and that all required libralies are available."

            So i set the classpath like this
            set JAVA_HOME=c:\jdk1.3
            set CATALINA_HOME=C:\jboss\jboss-3.0.0_tomcat-4.0.3\catalina

            then i run through the command prompt as "startup" then its opening another command window at the same time that command window is not appear.just show like this

            "Using CATALINA_BASE: C:\jboss\jboss-3.0.0_tomcat-4.0.3\catalina
            Using CATALINA_HOME: C:\jboss\jboss-3.0.0_tomcat-4.0.3\catalina
            Using CATALINA_TMPDIR: C:\jboss\jboss-3.0.0_tomcat-4.0.3\catalina\temp
            Using JAVA_HOME: c:\jdk1.3"

            So how can i run catalina .....



            • 3. Re: jboss-3.0.0_tomcat-4.0.3
              apanchal74

              I am also facing the same problem have u got any solution for it,if u have then please fwd it me it will be great help

              • 4. Re: jboss-3.0.0_tomcat-4.0.3
                glkrr

                i not yet the solution frnd.i tried since 2 days but i cant do this one .I dont know why this happend for us.
                If u get also send forward to me
                my email id is ---
                glkrr@yahoo.com

                • 5. Re: jboss-3.0.0_tomcat-4.0.3
                  dgood

                  Go to <JBOSS_HOME>/bin. Type 'run' (or 'run.sh' if you're on *nix). JBoss will startup with Catalina.

                  You can test it by putting a .war file in <JBOSS_HOME>/server/default/deploy.

                  • 6. Re: jboss-3.0.0_tomcat-4.0.3
                    glkrr

                    when i follow ur steps jboss sever is running.When u type url in my browser i got this exception

                    http://localhost:8080

                    Exception in browser
                    Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request

                    --------------------------------------------------------------------------------

                    type Status report

                    message No Context configured to process this request

                    description The server encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this request.


                    Exception in command prompt

                    file:/C:/jboss/jboss-3.0.0_tomcat-4.0.3/server/default/conf/jboss-service.xml
                    04:38:31,966 INFO [Server] JBoss (MX MicroKernel) [3.0.0 Date:200205311035] Sta
                    rted in 0m:55s:280ms
                    04:39:21,907 INFO [Engine] StandardHost[localhost]: MAPPING configuration error
                    for request URI



                    So how can i run catalina ...




                    • 7. Re: jboss-3.0.0_tomcat-4.0.3
                      erik777

                      That means it is running. You need to deploy a WAR file like the previous post mentioned. I haven't done it in a long time since I quit using WAR files with JBoss 2.6, but I believe you then have to include the name of the WAR without the .WAR in the url, or your application name.

                      Unfortunately, since the Catalina config is gimped now in JBoss 3.0, I don't know if you can ever get the root URL to point to an application.

                      Your WAR file should contain your JSP pages and servlets. There's documentation on how to set it up. Most people use Apache's Ant to create the war, as well as do all the other compile, build and deploy steps. Basically, it is just a JAR with a the "war" extension.

                      • 8. Re: jboss-3.0.0_tomcat-4.0.3
                        glkrr

                        Thanks Erikk

                        • 9.
                          mkithany