File Send wrote:
Hi Team,
I have started using Tomcat 5.5.27 recently and now I would like to
integrate with Axis for web service development.However, I could see many
web-inf and lib folders so I am confused where I should keep my library
files. I thought of using this location C:\Documents a
Hi Team,
I have started using Tomcat 5.5.27 recently and now I would like to
integrate with Axis for web service development.However, I could see many
web-inf and lib folders so I am confused where I should keep my library
files. I thought of using this location C:\Documents and Settings\minglau
> From: File Send [mailto:file.sen...@gmail.com]
> Subject: Fwd: Installation directory path for Tomcat 4.0
>
> I would like to use tomcat 4.0
Stop right there. Using a seven-year-old, completely outmoded and unsupported
version of Tomcat is utterly pointless.
- Chuck
THIS C
Hi,
I would like to use tomcat 4.0 and configure it in my IBM- Rational
Application developer. In order to configure Tomcat into my IDE, I have
downloaded the tomcat and I just need to provide the path of the
installation directory.I tried with bin, lib and other directories but RAD
is saying - i
>There is no way currently. I have a patch on my local machine which
>allows add this functionality for FileDirContext.
>http://tomcat.apache.org/tomcat-5.5-doc/config/resources.html
>
> docBase="/usr/local/crap">
>aliases="/a1=/mypath/images;/a2=/foopath/images" />
>
>
>But I ha
There is no way currently. I have a patch on my local machine which
allows add this functionality for FileDirContext.
http://tomcat.apache.org/tomcat-5.5-doc/config/resources.html
But I haven't had time to see if my patch is secure or compliant if
someone uses the WebDav servlet.
In the m
I am converting from Resin and there I can map a directory not inside
the webapp to one which can be reached via a URL and translated by Resin
as below:
/files/*
/realdir/files
I can't seem to find a way in Tomcat to do that. Do I have to write my
own filter? Any tips or help apprec