Thanks. I'll look it up. :)
- Original Message
From: Christopher Schultz <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Tuesday, January 23, 2007 1:11:58 PM
Subject: Re: tomcat Webapp security.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sachin,
Sachin Patel wrote:
>Another option is to place your uploaded files in a particular
>subdirectory and then configure the JSP servlet to ignore that
>directory. Or probably more appropriately, configure that directory to
>serve everything through the generic servlet that just does static content.
This is exectly what
I have a web application and a functionality to be able to upload files to one
of the folders inside it and be able to access it using direct link URL.
now I am wondering if someone uploads .jsp file, how would I stop tomcat from
compiling and running that file when someone requests that same fi
try looking up for session listener.
- Original Message
From: "Asensio, Rodrigo" <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Thursday, December 14, 2006 4:40:05 PM
Subject: Avoiding requests when session is expired
Hi guys, is there any way in tomcat to capture or be notified tha
Subject: Re: Tomcat 5.5.20 context configuration.
On 12/14/06, Sachin Patel <[EMAIL PROTECTED]> wrote:
> Just want to know if it is really possible? In this case I don't have
> problems renaming it..
Possible, but not recommended -- see the FM :-)
> But in future if the cirumsta
Schroeder <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Thursday, December 14, 2006 2:50:16 PM
Subject: Re: Tomcat 5.5.20 context configuration.
On 12/14/06, Sachin Patel <[EMAIL PROTECTED]> wrote:
> I have a directory webapps/ABC2 in tomcat 5.5.20
> I want to access it usi
I have a directory webapps/ABC2 in tomcat 5.5.20
I want to access it using http://localhost:8080/ABC instead of
http://localhost:8080/ABC2
here is the problem I get.
when I put ABC.xml in conf/catalina/localhost directory and start tomcat, I get
following error.
java.lang.IllegalArgumentExcep