No, but I was overlooking something simple (virtual host setup) to do the equivalent, in jboss-web.xml:

<jboss-web>
   <context-root>/</context-root>
   <virtual-host>foo</virtual-host>
</jboss-web>

Which would allow you to access your web app using:

http://foo:8080/

with no context name.

Hope that helps,
Erik


James Mitchell wrote:

Did you ever get a response on this?



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

----- Original Message ----- From: "Erik Weber" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, July 22, 2004 9:38 PM
Subject: Re: [OT] JBoss/Tomcat & default context





The main thing I want to get around is having to restart the server, if that's possible.

Thanks,
Erik


Erik Weber wrote:



Hi. I need to test my foo.war file using the default context in JBoss 3.2.4/Tomcat 5. So right now I am unpacking the war and placing all the contents inside /deploy/jbossweb-tomcat50.sar/ROOT.war/, in place of the default JBoss web app contents.

Is there an easier way?

Erik


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to