You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Milton <mi...@dataserviceshawaii.com> on 2000/11/30 05:14:18 UTC

jk_nt_service and more java params needed

Has anyone figured how to modify wrapper.properties to send
"-Djava.security.manager -Djava.security.policy = c:\tomcat\tomcat.policy"
parameters to the jvm?

Thanks in advance.



Re: j_security is pissing me off...

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.

John de la Garza wrote:

> Does anyone know what's up with the formbased security that tomcat supports?
>

Tomcat 3.1 does not support form based security.  Upgrade to 3.2 or 4.0.

Craig McClanahan



j_security is pissing me off...

Posted by John de la Garza <jd...@designinsites.com>.
Does anyone know what's up with the formbased security that tomcat supports?

I try to access the
http://127.0.0.1/examples/jsp/security/protected/index.jsp

and it never gets to index.jsp

or if I click on protected from the http://127.0.0.1/examples/jsp/security/

directory display it puts me in http://127.0.0.1/examples/jsp


Why does this behave so wierd?  I just want it to work like the spec says...


any solutions? or pointers?


RE: jk_nt_service and more java params needed

Posted by David Rees <dr...@ebetinc.com>.
Have you tried setting the environment variable "TOMCAT_OPTS"?

-Dave

> From: Milton [mailto:milton@dataserviceshawaii.com]
>
> Has anyone figured how to modify wrapper.properties to send
> "-Djava.security.manager -Djava.security.policy = c:\tomcat\tomcat.policy"
> parameters to the jvm?