RE: JDK

2006-10-30 Thread Jim Weir
From: "Caldarale, Charles R" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: RE: JDK Date: Mon, 30 Oct 2006 12:53:47 -0600 > From: Jim Weir [mailto:[EMAIL PROTECTED] > Subject: RE: JDK > > It's 5.5.4.. Tha

RE: JDK

2006-10-30 Thread Jim Weir
From: "Caldarale, Charles R" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: RE: JDK Date: Sun, 29 Oct 2006 22:57:39 -0600 > From: Jim Weir [mailto:[EMAIL PROTECTED] > Subject: JDK > > I recently upgraded to j

JDK

2006-10-29 Thread Jim Weir
I recently upgraded to jdk1.5.0_09, now when I start tomcat I get this in the error log and can't run my webapps, java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess

Moving to JBoss

2006-09-16 Thread Jim Weir
I have an webapp that requires a J2EE app server and I was looking at JBOSS because it has Tomcat as the servlet engine, I am hoping it would be easy to migrate all my webapps over. I have Apache with the JK connector. Does anyone know the simplest way to do it? Thanks, Jim _

Configuring/Securing mod_proxy_ajp

2006-09-07 Thread Jim Weir
To all, I am using mod_proxy_ajp w/ Apache 2.2.3/Tomcat 5.5.4 The problem I have with this is that I lose all my formatting from a site build with Forrest. It seems to be returning only HTML and dropping all the CSS...Forrest uses XML/XSLT extensively... (http://forrest.apache.org/) When I

Re: mod_jk garbled - how to change JK* directives for ProxyPass?

2006-09-06 Thread Jim Weir
From: Mladen Turk <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: mod_jk garbled - how to change JK* directives for ProxyPass? Date: Wed, 06 Sep 2006 19:29:12 +0200 Jim Weir wrote: From: Pid <[EMAIL PROTECTED]> Tom wrote: > >

Re: mod_jk garbled - how to change JK* directives for ProxyPass?

2006-09-06 Thread Jim Weir
From: Pid <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Tomcat Users List Subject: Re: mod_jk garbled - how to change JK* directives for ProxyPass? Date: Wed, 06 Sep 2006 16:50:05 +0100 Do a mod_rewrite with the [P] directive for JSPs RewriteRule ^\/(.+)\.jsp(.+)? ajp://tomc

AJP connector configuration

2006-09-06 Thread Jim Weir
Is my old worker.properties file I added this to complete the Apache 2.0.48/Tomcat 5.5 workers.properties configuration and everything worked fine. uri:/mysite/*] worker=ajp13:localhost:8009 Since installing Apache 2.2.3 I can't get to my website without appending the directory onto the end

RE: Apache Tomcat Connector

2006-09-05 Thread Jim Weir
From: "Jim Weir" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: users@tomcat.apache.org Subject: Apache Tomcat Connector Date: Tue, 05 Sep 2006 10:20:36 -0400 To all, My JK connector is working but I can't figure out how to forward to Tomcat. How do I

Apache Tomcat Connector

2006-09-05 Thread Jim Weir
To all, My JK connector is working but I can't figure out how to forward to Tomcat. How do I know? In my Catalina log file it says, INFO: JK2: ajp13 listening on /0.0.0.0:8009 I tried many modifications to the httpd-vhosts.conf below and can generate an error in the mod_jk.log by changing

Apache 2.2.3 - Tomcat 5.5.17 - Jk config 2.1.8

2006-09-03 Thread Jim Weir
To all, I have two issues I need to solve. I set up a virtual host and 1- I would like to take away port 8080 so anybody browsing www.mysite.com:8080 couldn't see the Tomcat Admin screen... 2 - I can't see the second virtual host unless I put the directory path after the virual host, "www

RE: Apache 80 Tomcat 8080

2006-09-02 Thread Jim Weir
line like this: className="org.apache.catalina.connector.http.HttpConnector" port="8080" minProcessors="5" maxProcessors="75" enableLookups="true" redirectPort="8443" acceptCount="10" debug="0&quo

Apache 80 Tomcat 8080

2006-09-01 Thread Jim Weir
I can broswe my html site with www.myhtml.com.. I can't get to my Tomcat deployed webapps without adding 8080 on the end, This is my workers.properties entry, [uri:/mysite/*] info=MySite.org ...http-vhosts.conf entry, Options Indexes FollowSymLinks AllowOverride None Order al

RE: Apache + Tomcat configuration: static / dynamic content (with ROOT applicati

2006-08-31 Thread Jim Weir
From: "Chris Berthold" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: RE: Apache + Tomcat configuration: static / dynamic content (with ROOT application deployed) Date: Thu, 31 Aug 2006 12:27:28 -0400 Place the static content in Apache in the directories th

Re: Using tomcat auto configure

2006-08-29 Thread Jim Weir
From: "Steve Ochani" <[EMAIL PROTECTED]> To: Jim Weir <[EMAIL PROTECTED]>, Tomcat Users List Subject: Re: Using tomcat auto configure Date: Tue, 29 Aug 2006 14:02:58 -0400 On 29 Aug 2006 at 13:20, Jim Weir wrote: > Tomcat 5.5.14 > Apache 2.2.3 > J

Re: Using tomcat auto configure

2006-08-29 Thread Jim Weir
From: "Bill Barker" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: users@tomcat.apache.org Subject: Re: Using tomcat auto configure Date: Mon, 28 Aug 2006 19:54:01 -0700 Tomcat version? Older versions didn't support ApacheConfig under Engine. "Ji

Re: Using tomcat auto configure

2006-08-29 Thread Jim Weir
From: "Bill Barker" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: users@tomcat.apache.org Subject: Re: Using tomcat auto configure Date: Mon, 28 Aug 2006 19:54:01 -0700 Tomcat version? Older versions didn't support ApacheConfig under Engine. "Ji

Using tomcat auto configure

2006-08-28 Thread Jim Weir
I can generate a mod_jk.conf with the folllowing in my server.xml. The problem is it's a blank file.. modJk="/usr/local/apache2/modules/mod_jk.so" jkConfig = "/usr/opt/tomcat/conf/auto/mod_jk.conf" jkWorker = "/usr/local/apache2/conf/workers