Hi,

i am evaluating a shared tomcat hosting provider (www.inode.at) where a
customer receives a directory unter the tomcat web-apps dir.
eg:
webapps/username/
       /username/WEB-INF
       /username/....

i want to run different independent applications on this installation

eg:
webapps/username/testapp
                /testapp/WEB-INF
                /realapp
                /realapp/WEB-INF
                /differentapp
                /differentapp/WEB-INF

they should be reachable via http://....../username/testapp,
http://....../username/realapp, ...

i have no access to server.xml or the webapps folder.

It doesn't seem to be possible "out of the box". Is there a kind of proxy
servlet or virtual context or something else to make this possible?

Thanks
Manfred








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

Reply via email to