You should not have to modify the server.xml file. Look at the
tomcat-test.ear shipped in the deploy directory of the JBoss/Tomcat
bundle and how it defines a /jboss context to enable access to the
web application files via http://localhost:8080/jboss

<application>

<display-name>dummy</display-name>

<module>

<web>

<web-uri>tomcat-test.war</web-uri>

<context-root>/jboss</context-root>

</web>

</module>

<module>

<ejb>tomcat-test.jar</ejb>

</module>

</application>



----- Original Message ----- 
From: "Richard Bottoms" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 19, 2001 7:01 PM
Subject: [JBoss-user] hello


> Making progress but still having problems:
> 
> 1. The simple hello app builds and deploys 
> 
> 2. But, deploying it kills the tomcat screen seen at:
> 
> http://www.doman.com:8080 if <context-root> is set to / in the
> application.xml file
> 
> 
> 3. I've modified the server.xml file to add a /hello directory at webapps,
> just like /examples directory
> 
> 4. But, if <context-root> is set to /hello att I see are directory
> listings, not the app when I go to:
> 
> http://www.doman.com:8080/hello
> 
> 5. I cut and pasted all the code, and xml files, compiled them andcreated
> the .war, .jar & .ear files. They are deployed to the deploy directory
> 
> 6. My installation of jboss-tomcat is unmodifed except for the change to
> server.xml
> 
> Any suggestions would be appreciated.
> 
> 
> Thanks,
> r.b.
> 
> 
> 
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to