Tomcat 3.x Vs Tomcat 4.x

I have a web application named "myapp" in "C:\jakarta-tomcat-4.0.4\webapps"
dir. Also have "C:\jakarta-tomcat-4.0.3\webapps\myapp_att" dir which isn't a
web appl but a dir used by my "myapp". In my jsp (in the "myapp") I provide
links to attachments from "C:\jakarta-tomcat-4.0.3\webapps\myapp_att" dir.
Clicking links was showing the file in Tomcat3.2.3 but not in Tomcat4.0.4. I
guess in 3.x "C:\jakarta-tomcat-3.2.2\webapps" was used as document base but
not in 4.x. How to declare the directory "myapp_att" so that it could also
be used as document base.

--Thanks


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

Reply via email to