I have a problem deploying war file and specifying multilevel context path.
Similar question was asked in this forum before but without definitive
answer. My scenario is as follow, I have a war file, say webtest.war and I'd
like to access it by:
/test/webtest. I found the only way to do so is to actually create context
entry for this in server.xml inside host element.
Trying to create test#webtest.xml in conf/engine/host directory would not
work, tomcat would throw exception trying to access docBase test/webtest
(tomcat expands war file into webtest directory only). I've tried many
combinations and scenarios, nothing would work except having context inside
server.xml. However, that is bad because, 1. it seems to be deprecated, 2.
does not allow for dynamic reload. Anybody can share light on this? Is there
any combinations of settings/naming that would allow me to access webtest
app via /test/webtest context?

Regards,
-pp

-- 
View this message in context: 
http://www.nabble.com/Multilevel-context-path-problem-tf3554394.html#a9924480
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to