Hi,

I changed the default app to my app as follows:

<Context  path="" docBase="myApp"
and
<Host name="localhost" appBase="C:/appBase"

only to discover that my Struts tags werent' working (putting in the context
path), because the context path is "". I would like to have my app in its
own directory under the appBase directory (appBase/myApp), rather than
putting the individual files and directories directly under appBase.

So, is there a way to have my cake (have myApp in its own directory and be
the default app) and eat it (have my Struts tags which supply the context
path work), too?

Thx.


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

Reply via email to