1 Reply Latest reply on Feb 20, 2002 8:39 PM by skarlson

    root context on linux and windows

    bjavaboy

      I am using JBoss 2.4.3 and Tomcat 3.2.3 When I start jboss_with_tomcat on my Windows XP and use http://localhost:8080/ in my browser it takes me to the default Tomcat home page from where I can go to JSP Examples and Servlet Examples ...
      But when I do the same on Linux I get Not Found (404)
      I have to use http://localhost:8080/root to get the same page. After looking at the log file on Linux I found [EmbeddedTomcatServiceSX] 2002-02-19 20:20:23 - ContextManager: Adding context Ctx( /root)
      Why does it behave differently on WIndows and Linux.
      Also on Linux sometimes I keep on getting Segmentation fault after
      [WebService] Starting
      Has anyone come across similar problem???