Re: Tomcat doent run on Vista

2010-03-14 Thread CBy
Might have something to do with Vista's User Access Control. Did you install in C:\Program Files? As a test, try C:\Program_Files instead. CBy On 14-3-2010 7:29, Cummins College wrote: Hi, Does tomcat have a problem running on Windows Vista? I cannot run my web application with vista as OS

Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-14 Thread mirkocal
Hi, I'm trying to redirect requests from IIS 6 to Tomcat 6. I've followed the instructions reported in the official Tomcat documentation: http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html http://tomcat.apache.org/connectors-doc/generic_howto/workers.html

Re: Tomcat doent run on Vista

2010-03-14 Thread Peter Crowther
On 14 March 2010 06:29, Cummins College cummins.grou...@gmail.com wrote: Does tomcat have a problem running on Windows Vista? No. I cannot run my web application with vista as OS and jdk1.5 What changes do I need to make? You have given us no details of cannot run, no log messages and

Re: Tomcat doent run on Vista

2010-03-14 Thread Pid
On 14/03/2010 10:59, Peter Crowther wrote: On 14 March 2010 06:29, Cummins Collegecummins.grou...@gmail.com wrote: Does tomcat have a problem running on Windows Vista? No. I cannot run my web application with vista as OS and jdk1.5 What changes do I need to make? You have given us no

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-14 Thread André Warnier
mirkocal wrote: Hi, I'm trying to redirect requests from IIS 6 to Tomcat 6. I've followed the instructions reported in the official Tomcat documentation: http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html http://tomcat.apache.org/connectors-doc/generic_howto/workers.html

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-14 Thread Rainer Jung
On 14.03.2010 13:25, André Warnier wrote: mirkocal wrote: Hi, I'm trying to redirect requests from IIS 6 to Tomcat 6. I've followed the instructions reported in the official Tomcat documentation: http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html

org.apache.jk.config.ApacheConfig modJk

2010-03-14 Thread Todd Hicks
This may be a question better suited for the dev list, but I thought I'd try here first. I've been troubleshooting a problem in one of my installations and was reviewing the documentation here: http://www.docjar.com/docs/api/org/apache/jk/config/ApacheConfig.html (the auto-config listener class)

Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
Hello, This question requires knowledge of Linux Apache Tomcat Server. I have a website with domain name for instance: www.robotronics.org However this site is only for HTML and Javascript. I have a Java J2EE site on the same domain name but you can't get to it unless you type the port:

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Caldarale, Charles R
From: Melanie [mailto:melanie.v...@gmail.com] Subject: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site You don't bother to mention what your current port 80 web server is, not what version of Tomcat you're using. The links below presume you're using httpd and

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Todd Hicks
Melanie, I would recommend using the Apache Tomcat Connector mod_jk. Documentation can be found here: http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html See what you can make of it. -Original Message- From: Melanie [mailto:melanie.v...@gmail.com] Sent: Sunday,

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
Hi, The version of Tomcat is 5.5. As far as the other question on what is my current port 80 web server is? I don't understand the question exactly. It is a virtual dedicated server. -Melanie On Sun, Mar 14, 2010 at 6:56 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From:

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Caldarale, Charles R
From: Melanie [mailto:melanie.v...@gmail.com] Subject: Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site As far as the other question on what is my current port 80 web server is? I don't understand the question exactly. You previously stated: I have a

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
The Apache server appears to be: Apache HTTP Server Version 2.2 On Sun, Mar 14, 2010 at 7:25 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Melanie [mailto:melanie.v...@gmail.com] Subject: Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Todd Hicks
That's why I suggested mod_jk. -Original Message- From: Melanie [mailto:melanie.v...@gmail.com] Sent: Sunday, March 14, 2010 7:35 PM To: Tomcat Users List Subject: Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site The Apache server appears to be:

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
I am compiling mod_jk source code on the server. The command to compile is ./configure --with-apxs=/usr/sbin/apxs (or where ever the apxs/apxs2 is) I did a quick linux find. -name apxs under the usr directory and nothing turned up for apxs. I don't think the mod_jk can be built without it. Is it

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Todd Hicks
Melanie, Try a precompiled binary: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.28/ -Original Message- From: Melanie [mailto:melanie.v...@gmail.com] Sent: Sunday, March 14, 2010 7:47 PM To: Tomcat Users List Subject: Re: Question on Linux Tomcat Apache

Re: org.apache.jk.config.ApacheConfig modJk

2010-03-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd, On 3/14/2010 1:41 PM, Todd Hicks wrote: This may be a question better suited for the dev list, but I thought I'd try here first. I've been troubleshooting a problem in one of my installations and was reviewing the documentation here:

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
Thanks Cyrille for the information. This looks like it's a quick fix but there is still another issue. The Tomcat Startup Page is now being served, but not the actual springapp J2EE web application that is located in the Tomcat directory --- /usr/java/tomcat-5.5/webapps/springapp Do you know the

Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-14 Thread ULS Tech Support
Hello. I'm sure this is a Tomcat issue... But let me give this background. I've recently upgraded the server that the website used to run on (used to run on Windows Server 2000, upgraded to Windows Server 2003). I was able to transfer everything over to the new server.. The speed and updates

RE: org.apache.jk.config.ApacheConfig modJk

2010-03-14 Thread Todd Hicks
Chris, I'm good with writing my own configs. That's what I do for all of my installations (and probably where this one will end up). The reason I brought it up is because I am exploring Xampp for a client as a portable dev platform, and it's configured to use the ApacheConfig class out of the

RE: Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-14 Thread Caldarale, Charles R
From: ULS Tech Support [mailto:tech_supp...@uls.com] Subject: Wierd problem with Tomcat 5.59 running on Windows Server 2003 Also, is there a place that tomcat will cache its servlets? No. You are most likely just not running the Tomcat configuration you think you are. (You're also running

Re: Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-14 Thread ULS Tech Support
I'm aware that I'm running a five year old version of tomcat.I tried to upgrade to the latest 5.5 and 6.0 version, and trying to get my application to work on it didn't go so well.. I chose to abandon it for now due to time constraints. Ok, so what do you mean by I'm not running the Tomcat