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
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
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
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
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
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.
>
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
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