Caldarale, Charles R wrote:
From: gjj391 [mailto:[EMAIL PROTECTED]
[...]
I am using mod_jk to bypass apache and have tomcat serve everything.
Then why bother with httpd at all?
Hey ! I patented that line.
-
To start a new
> From: gjj391 [mailto:[EMAIL PROTECTED]
> Subject: server.xml configuration
>
> I seem to have a bit of a issue when installing railo in
> tomcat.
Don't suppose you'd care to tell us which version of Tomcat?
I am using mod_jk to bypass apache and have tomcat serve everything.
Then why bother wi
m Funk [mailto:[EMAIL PROTECTED]
Sent: 06 March 2007 11:37
To: Tomcat Users List
Subject: Re: server.xml configuration..
Use a servlet filter which is mapped to *.jsp - see Google for more
details on Servlet Filters. (javax.servlet.Filter)
-Tim
prt wrote:
> Hi to all,
> Where i have to config
Funk [mailto:[EMAIL PROTECTED]
Sent: 06 March 2007 11:37
To: Tomcat Users List
Subject: Re: server.xml configuration..
Use a servlet filter which is mapped to *.jsp - see Google for more
details on Servlet Filters. (javax.servlet.Filter)
-Tim
prt wrote:
> Hi to all,
> Where i have to conf
Use a servlet filter which is mapped to *.jsp - see Google for more
details on Servlet Filters. (javax.servlet.Filter)
-Tim
prt wrote:
Hi to all,
Where i have to config and what, to prevent direct access to my jsp files ?
You can move your jsp files which you would like to secure to WEB-INF/, and
use dispatched way to access ...
then you can define few error files like 404, 503 or your own
error.jspwhich can be handled by your java class
wish this helps
On 3/6/07, prt <[EMAIL PROTECTED]> wrote:
Hi to all,
Wher