Re: Tomcat Alone or tomcat+IIS/Apache

2005-10-05 Thread Gregg D Bolinger
We required IIS for a CGI ecommerce solution that was required. Plug and Pay I think is the company we bought it from. I came in late on the project and haven't had a lot of time to mess with it. Does Tomcat support CGI bins utalizing non-java technology? Gregg On 9/30/05, Peddireddy Srikanth <[E

IIS - Tomcat - And Trailing /

2005-10-05 Thread Gregg D Bolinger
While IIS and Tomcat are working fine together, to access the webapp by utalizing a welcome file, a trailing / is required on the end of the URL. Is there a way to change that requirement? http://www.site.com/app/ - works http://www.site.com/app - desired to work Thanks Gregg

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-20 Thread Gregg D Bolinger
Ok, it all works. I have no clue what I did, but I just started over from scratch and now it all works very well. Thanks for all the help Dave. Gregg On 9/20/05, Gregg D Bolinger <[EMAIL PROTECTED]> wrote: > > Thanks Dave. It does have that line. I missed it on the co

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-20 Thread Gregg D Bolinger
worker.ajp13w.host=localhost > worker.ajp13w.port=8009 > > > -----Original Message- > From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] > Sent: Monday, September 19, 2005 3:20 PM > To: David Thielen > Cc: Tomcat Users List > Subject: Re: Tomcat 5.5.9 and IIS 5/6 >

Tomcat Alone or tomcat+IIS/Apache

2005-09-19 Thread Gregg D Bolinger
I am just curious. I know that delivering static content with Apache/IIS is preferred. But does that matter if every single request has to go to Tomcat because the data is dynamic? Is there some caching that gets involved here? What is the benefit of Tomcat + Apache/IIS on major J2EE apps? Greg

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread Gregg D Bolinger
Ohm another thing...I actually got an error in my tomcat log fle. HttpExtensionProc::jk_isapi_plugin.c (1029): could not get a worker for name ajp13w Does that help? gregg On 9/19/05, Gregg D Bolinger <[EMAIL PROTECTED]> wrote: > > Ok Dave. Checking..Here is the information I h

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread Gregg D Bolinger
on my system. > > Thanks – dave > >---------- > > *From:* Gregg D Bolinger [mailto:[EMAIL PROTECTED] > *Sent:* Monday, September 19, 2005 2:45 PM > *To:* David Thielen > *Cc:* Tomcat Users List > *Subject:* Re: Tomcat 5.5.9 and IIS 5/6 >

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread Gregg D Bolinger
Ok, not it is asking for a username and password, so, a step in the right directions maybe. :) Gregg On 9/19/05, Gregg D Bolinger <[EMAIL PROTECTED]> wrote: > > Ok Dave. I rebooted and the Filter is Green. So that is a start. However, > the servlets-examples is still not bei

Re: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread Gregg D Bolinger
extensions(?) in IIS and add > isapi_redirect.dll as an allowed extension. > > Good luck - dave > > > -Original Message- > From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] > Sent: Monday, September 19, 2005 2:23 PM > To: tomcat-user@jakarta.apache.org > Subject: To

Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread Gregg D Bolinger
I am having to get Tomcat setup with IIS on Windows 2003. I started testing on my XP box to make sure I could get things rolling before I started screwing with the server. So first I download isapi_redirect.dll from here

5.5.4 - 5.5.9 catalina-ant.jar deploy tasks changed?

2005-05-10 Thread Gregg D Bolinger
I was using Tomcat 5.5.4 and the catalina-ant.jar to create my deploy and undeploy tasks. Everything worked great. I upgraded to 5.5.9 and tried using the distributed catalina-ant.jar with it and now the deploy and undeploy tasks are broken. Here is how I am doing this: code: -