Re: ContextManager in Tomcat 5.5?

2005-12-15 Thread Michael Neel
ichael > > have you seen IISConfig doc? > http://piglet.uccs.edu/~cs526/jwsdp/docs/tomcat/config/jk.html > > HTH, > M- > > ----- Original Message - > From: "Michael Neel" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, Dece

Re: ContextManager in Tomcat 5.5?

2005-12-15 Thread Michael Neel
day, December 15, 2005 9:11 AM > To: Tomcat Users List > Subject: Re: ContextManager in Tomcat 5.5? > > Good Morning Michael > > have you seen IISConfig doc? > http://piglet.uccs.edu/~cs526/jwsdp/docs/tomcat/config/jk.html > > HTH, > M- > > - Original Message

ContextManager in Tomcat 5.5?

2005-12-15 Thread Michael Neel
I'm trying to figure out ways of running Tomcat behind IIS, and area where documentation is very lacking :/ I found the IISConfig directive here at: http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/jk/config/IISConfig.html it says: Generates automatic IIS isapi_redirect confi

Re: Tomcat, IIS, Integrated Windows Authentication, and request.getRemoteUser()

2005-12-14 Thread Michael Neel
nk to redirector docs that cover stuff like this? So far i've only found basic install information. Mike On 12/7/05, Michael Neel <[EMAIL PROTECTED]> wrote: > I'm running Tomcat 5.5.9 connected to IIS 5.1 with the > isapi_redirect.dll using AJP/1.3. I am trying to enable Integrat

Tomcat, IIS, Integrated Windows Authentication, and request.getRemoteUser()

2005-12-07 Thread Michael Neel
I'm running Tomcat 5.5.9 connected to IIS 5.1 with the isapi_redirect.dll using AJP/1.3. I am trying to enable Integrated Windows Authentication in IIS and have Tomcat access the username of the remote user. I've tried: ---server.xml--- and: ---server.xml--- and: ---server.xml--- ---j

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Michael Neel
Not tried this myself, but it sounds like a *nix system (/etc)? Have you tried making ROOT a symlink to your app? On 11/8/05, Francis Galiegue <[EMAIL PROTECTED]> wrote: > Hello everyone, > > We have a problem here. Tomcat 5.0.x (x being 27 or 30), packages from > jpackage, BEA 1.4.2 JVM used. >

Re: getPageContext returns null

2005-10-26 Thread Michael Neel
uest.getRequestDispatcher("blah.jsp").forward(request, response); > > // in the JSP > Object myObject = request.getAttribute(MyConstants.MY_OBJECT_CONSTANT_NAME); > > > -Original Message- > > From: Michael Neel [mailto:[EMAIL PROTECTED] > > Sent: Wednes

getPageContext returns null

2005-10-26 Thread Michael Neel
Hi, Quick overview, I'm setting some variables in the session from my servlet to be used in my JSP/JSTL page. Everything is fine if a JSP page is called before the servlet, but a call to the servlet first results in JspFactory.getPageContext to return null. To reproduce, I restart the Tomcat ser