Works fine on my Solaris 8, TC 4.0.1, Apache 1.3 system.
httpd.conf:
WebAppConnection warpConnection warp servername:8008
WebAppDeploy manager warpConnection /manager
server.xml
<!-- Tomcat Manager Context -->
<Context path="/manager" docBase="manager"
debug="0" privileged="true"/>
One point - the context is in the <host> I defined under the <Service
name="Tomcat-Apache">
Thanks,
John
-----Original Message-----
From: Cox, Charlie [mailto:[EMAIL PROTECTED]]
Sent: 20 February 2002 15:34
To: 'Tomcat Users List'
Subject: RE: Manager options...
you should probably file a bug report as it appears to be a problem with
manager through the connector as opposed to something with just the manager
app. This way one of the developers is sure to look at it.
Charlie
> -----Original Message-----
> From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 20, 2002 10:22 AM
> To: Tomcat Users List
> Subject: Re: Manager options...
>
>
> Yoav Shapira a �crit :
>
> > Hi,
> > Sorry to bump in late in the thread, maybe this was already raised,
> > but in your server.xml, did you specify the privileged="true"
> > attribute for the Manager context?
> >
> > Yoav
> >
> > > If i enter http://myserver/managerstuff/list
> > >
> > > it then ask for login/password - OK
> > >
> > > and then generates an exeption below:
> > >
> > > javax.servlet.ServletException: Error allocating a
> servlet instance
> > > at
> > >
> org.apache.catalina.core.StandardWrapper.allocate(StandardWrap
> per.java:619)
> > > ../..
> > > ----- Root Cause -----
> > > java.lang.SecurityException: Servlet of class
> > > org.apache.catalina.servlets.ManagerServlet is privileged
> and cannot be
> > > loaded by this web application
> >
> > --
> > To unsubscribe:
<mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
Yes i did.
The manager context seems to work fine on the standalone Tomcat ( ie for me
port
8080 )
but fails with Apache through mod_webapp on port 80....
Sure the privileged="true" is set, as it appears in the eeption raised...
Well i don't know what to do more..
JLB :0(
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>