You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by D Bamud <no...@cad.delhi.nic.in> on 2002/08/21 14:20:17 UTC

Tomcat 3.x Vs Tomcat 4.x

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


HTML document base dir in webapps dir?

Posted by D Bamud <no...@cad.delhi.nic.in>.
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.
It gives 404  error. What to do so that directory "myapp_att" could be used
as one document base dir.
--
NB: This is a repeat Q


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>