Configuring Tomcat 5.5 and IIS 6

2007-05-27 Thread rcgeorge23
Hi All, I'm having trouble getting Tomcat to serve pages through IIS. I have tried to follow several step-by-step guides online but haven't really had much luck! I've searched through this forum but again, I haven't been able to find anything that's fixed my problem. I downloaded

Re: subdomain name redirect to different context path

2007-05-27 Thread Rashmi Rubdi
On 5/26/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Subject: Re: subdomain name redirect to different context path I think he wants to redirect or forward all requests from 'forums.mysite.com' to 'www.mysite.com:8080/forums' in that case

RE: Configuring Tomcat 5.5 and IIS 6

2007-05-27 Thread Caldarale, Charles R
From: rcgeorge23 [mailto:[EMAIL PROTECTED] Subject: Configuring Tomcat 5.5 and IIS 6 I downloaded jakarta-tomcat-connectors-jk2.0.4-win32-IIS.zip, Oops. The mod_jk2 package has been deprecated for over two years; you should be using mod_jk. - Chuck THIS COMMUNICATION MAY CONTAIN

Re: subdomain name redirect to different context path

2007-05-27 Thread David Wall
Assuming you'll want to do other redirects in the future to different webapps (not all sharing ROOT's / for example and just using subdirs, but actual distinct webapps), you might take a look at URL rewrite at http://tuckey.org/urlrewrite/ David

Re: Tomcat Netbeans Project... WildCat

2007-05-27 Thread Javier Ortiz
Sounds great Sadly I don't have the linux experience you need to help. On 5/26/07, Johnny Kewl [EMAIL PROTECTED] wrote: Everyone probably knows by now that I think Tomcat is pure magic. I been trying to find a way to bridge the gap between the super keen user and the developer. One can become

Re: Apache2.2.4 with tomcat 6.0 and module_jk2.2.4.so error

2007-05-27 Thread Bill Barker
The Tomcat auto-config was originally designed for Httpd 1.3.x (yes, it's that old :). It hasn't really kept up with Httpd, so some of the directives are now out of date. Patches are always welcome ;-). Fabbris Pierluigi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've

Certification Revocation lists and tomcat.

2007-05-27 Thread John Weaver
Hi there, I have tomcat 5.5 running under windows 2003. I'm using the APR. I set up a vm to test my set up - and got it working successfully. the setup / plan. tomcat 5.5 forcing SSL/TLS when pointed at a particular url pattern (working fine) requiring a valid certificate from the client

Re: UserTransaction, JOTM and Tomcat 5.5.x

2007-05-27 Thread sxm
I am able to work with JOTM when I run tomcat stand alone, but when I run it from maven (embedded), UserTransaction doesn't get bind in the context resulting in following error. javax.naming.NamingException: Cannot create resource instance at