Tomcat not resolving host name when using ant tasks...otherwise all is fine

2003-11-24 Thread Mike Klein
As my tomcat is behind a firewall and not publicly visible (I use Apache connector) I had selected localhost as the engine name and host name. All of my tomcat functionality is working: manager, admin, jsps under docroot, axis, struts, blah blah. My tomcat version is 4.1.27, and it is using an

Problems with tomcat server hostname mapping and ant tasks...server redirect problems

2003-11-14 Thread Mike Klein
As my tomcat is behind a firewall and not publicly visible (I use Apache connector) I had selected localhost as the engine name and host name. All of my tomcat functionality is working: manager, admin, jsps under docroot, axis, struts, blah blah. My tomcat version is 4.1.27, and it is using an

Re: Can use Ant to deploy to localhost

2003-11-01 Thread Mike Klein
Steven Woody wrote: I'v not managed to deploy an application to Tomcat using Ant's deploy task. It always reports a UnknownHostNameException. I'v checked the 'url' property, that is 'http://localhost:8080/manager', and be sure that is right. What do I do? -- Steven Woody [EMAIL PROTECTED]

Defining JNDI DataSource...why decl'd/def'd in server.xml and not in web.xml.

2003-10-30 Thread Mike Klein
I like to make my web applications and their corresponding installations/deployments as modular/atomic as possible. I like hot deployments, etc, etc. Unfortunately, every application I've seen that uses Tomcat JNDI DataSources requires hand-editing of server.xml...and then a reference to the

RE: mod_jk problem with serving jsp from apache root dir...from tomcat alias dir is ok

2003-08-14 Thread Mike Klein
). For this reason I wanted the files placed singlely under my apache root, rather than tomcat using webapps/etc. mike -Original Message- From: Mike Klein [mailto:[EMAIL PROTECTED] Sent: Sunday, August 10, 2003 9:30 PM To: [EMAIL PROTECTED] Subject: mod_jk problem with serving jsp from apache root

mod_jk problem with serving jsp from apache root dir...from tomcat alias dir is ok

2003-08-14 Thread Mike Klein
This has to be brain freeze of something...this s/be so simple...and probably is. I'm running tomcat 4.1.24-LE-jdk14 and Apache 1.3.27. I've got jsps coming up on the web server port (via alias'd tomcat examples dir), in addition to default of tomcat 8080 port...of course. However, when I added