Need Servlet.jar in %TOMCAT_HOME%/lib/common
-Martin
- Original Message -
From: "Dwayne Oxford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2003 1:32 PM
Subject: servlets...
> To: Developer Support
>
> I'm not exactly sure, but I'm bascally trying to
> compile
On Wed, 20 Feb 2002, Pier Fumagalli wrote:
> Date: Wed, 20 Feb 2002 17:23:11 +
> From: Pier Fumagalli <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> Subject: /servlets/ URL path...
>
> When I invoke a servlet suc
It is not in the spec if I remember correctly.
It is a feature of tomcat so that you don't have to register servlets in
web.xml
Filip
~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
>-Original Message-
>From: Pier Fumagalli [mailto
Hello,
In my playing around with security, I've been attempting to break-out
the AllPermission for the $(catalina.home}/server classes into
something more granular to allow more refined tweaking. Here's what I
have so far:
grant codeBase "file:${catalina.home}/server/-" {
permission java.
Glenn Nielsen wrote:
[snip]
>
> Glad to hear you had success using Tomcat with the Java SecurityManager.
> Where I work we have several different installs of Tomcat. All of them
> use a much more restrictive policy file than the default catalina.policy.
> At one point the Tomcat 4 Security Man
Glenn Nielsen wrote:
>
> I am pleased to see the interest in security issues.
>
> But when developing solutions for security issues we need to remember
> that Tomcat4 can use the Java SecurityManager. And in almost all
> cases the security needed can be achieved by using catalina.policy.
> We
Servlet mappings in the web.xml file are intended for this purpose.
It should work in any version of Tomcat. Check out the
and web.xml elements in the
Servlet 2.2 or 2.3 spec.
If you can provide some more detail about what isn't working
in Tomcat 3.3, I'll try to help.
Cheers,
Larry
Fro