Thanks for the tip.
I put it into the bug database.

> -----Original Message-----
> From: Neil Weller [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 3:50 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Security Manager Problems
>
>
> Thanks very much Ed, it solved it and it is now all working.
>
> With reagrd to reporting it, I think there is something on the
> jakarta page
> but I don't know.
>
> Neil
>
> -----Original Message-----
> From: Ed Gomolka [mailto:[EMAIL PROTECTED]]
> Sent: 17 January 2001 22:18
> To: [EMAIL PROTECTED]
> Subject: RE: Security Manager Problems
>
>
> I had this problem.
> There's a bug in tomcat.sh.
> Find the following lines in tomcat.sh:
>
>   if [ "$1" = "-security" ] ; then
>     echo Starting with a SecurityManager
>
> Then add a "shift" command, as follows:
>
>   if [ "$1" = "-security" ] ; then
>     shift
>     echo Starting with a SecurityManager
>
> If someone can tell me who to talk to for putting in bug fixes,
> let me know.
>
> Ed
>
> > -----Original Message-----
> > From: Neil Weller [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 17, 2001 3:47 AM
> > To: [EMAIL PROTECTED]
> > Subject: Security Manager Problems
> >
> >
> > I am trying to start Tomcat using the security manager with no
> > luck.  I have
> > made the changes that are detailed in the tomcat-security.html
> > document but
> > when I try and start tomcat using startup.sh -security I get the message
> > "starting with security" etc. but then it just prints out the usage
> > instructions for the tomcat class.  Looking at the source for
> > tomcat.java I
> > cannot see any references to security, but I have only had a quick look.
> >
> > Does anyone have any suggestions?  I am using Redhat 6.2,
> Tomcat 3.2.  JDK
> > 1.3.
> >
> > Regards,
> > Neil Weller
> > (New to the list)
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to