Hassan Schroeder wrote:
The appBase is where you place your webapps: ROOT, widgets, etc.
So your default app would go in 'webapps/mysite/ROOT', widgets (if
it's a separate all) 'webapps/mysite/widgets', and so on.
{appBase}/{docBase}/WEB-INF
                                 /index.jsp
                                 ...
Try that and see if your classpath issues disappear.
Hassan, thank you very much.
I have resolved the problem by putting everything (subdirectories) in 'webapps/mysite/ROOT' and changed the Host Context into :
<Context path="" docBase="ROOT"/>
And now www.mysite.com/widgetX/index.jsp works :).

thanx x10

--
Mladen Adamovic
http://home.blic.net/adamm
http://www.shortopedia.com http://www.froola.com

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

Reply via email to