Tomcat isn't working with JRE

2010-08-31 Thread Michaël JERUSALMI
I've been using tomcat for a long time, and so far, i've always been using tomcat on a computer with a JDK installed. Now, i have to deploy a web application using tomcat 6.0 on a virtual machine , on which there's no JDK installed, but only a JRE 1.5. I've tried to put the JAVA_HOME on the

Re: Tomcat isn't working with JRE

2010-08-31 Thread Mark Thomas
On 31/08/2010 13:08, Michaël JERUSALMI wrote: I've been using tomcat for a long time, and so far, i've always been using tomcat on a computer with a JDK installed. Now, i have to deploy a web application using tomcat 6.0 on a virtual machine , on which there's no JDK installed, but only

Re: Tomcat not working after moving installation folder

2010-07-14 Thread Kannan J
) --- On Wed, 14/7/10, Konstantin Kolinko knst.koli...@gmail.com wrote: From: Konstantin Kolinko knst.koli...@gmail.com Subject: Re: Tomcat not working after moving installation folder To: Tomcat Users List users@tomcat.apache.org Date: Wednesday, 14 July, 2010, 5:50 AM 2010/7/13 Kannan J

RE: Tomcat not working after moving installation folder

2010-07-13 Thread Saurabh Agrawal
. Regards, Saurabh Agrawal -Original Message- From: Kannan J [mailto:kannan_jayapraka...@yahoo.co.in] Sent: Tuesday, July 13, 2010 2:42 PM To: users@tomcat.apache.org Subject: Tomcat not working after moving installation folder I ran out of disk space on C: so I moved C:\Tomcat5.5 to D

Re: Tomcat not working after moving installation folder

2010-07-13 Thread André Warnier
Kannan J wrote: I ran out of disk space on C: so I moved C:\Tomcat5.5 to D:\Tomcat5.5 and also edited the executable path in the windows service registry. But now it doesn't start. It says The Apache Tomcat service terminated with service-specific error 0 (0x0). No log file gets written in

RE: Tomcat not working after moving installation folder

2010-07-13 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat not working after moving installation folder Kannan J wrote: I ran out of disk space on C: so I moved C:\Tomcat5.5 to D:\Tomcat5.5 and also edited the executable path in the windows service registry. Probably not a safe way

RE: Tomcat not working after moving installation folder

2010-07-13 Thread Jeffrey Janner
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, July 13, 2010 8:27 AM To: Tomcat Users List Subject: RE: Tomcat not working after moving installation folder From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat

Re: Tomcat not working after moving installation folder

2010-07-13 Thread David kerber
On 7/13/2010 10:22 AM, Jeffrey Janner wrote: ... Do yourself a favor and follow Chuck's instructions. When it comes to Tomcat: If in danger or in doubt, do what Chuck says, and it'll work out. D - To unsubscribe, e-mail:

RE: Tomcat not working after moving installation folder

2010-07-13 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: Tomcat not working after moving installation folder Actually, CATALINA_HOME is used, it's just set in the registry instead of as a environment variable. The point is the _environment variable_ is NOT used when running

RE: Tomcat not working after moving installation folder

2010-07-13 Thread Kannan J
chuck.caldar...@unisys.com wrote: From: Caldarale, Charles R chuck.caldar...@unisys.com Subject: RE: Tomcat not working after moving installation folder To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, 13 July, 2010, 9:08 PM From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com

RE: Tomcat not working after moving installation folder

2010-07-13 Thread Caldarale, Charles R
From: Kannan J Subject: RE: Tomcat not working after moving installation folder I still find the windows service, but its seems to have changed to 'Disabled' Not good. You may have to delete the service manually (which will require some research). It looks like your manual editing

Re: Tomcat not working after moving installation folder

2010-07-13 Thread Konstantin Kolinko
2010/7/13 Kannan J kannan_jayapraka...@yahoo.co.in: D:\Tomcat5.5\binservice.bat remove The service 'Tomcat5' has been removed I still find the windows service, but its seems to have changed to 'Disabled' (not sure what it was before) Maybe you have to do a reboot. After that, the install

Re: tomcat not working

2009-04-08 Thread André Warnier
Caldarale, Charles R wrote: From: jigneshjsoni [mailto:jigneshjs...@gmail.com] Subject: tomcat not working what is wrong in here ? Lots of things, such as you not telling us the Tomcat version you're using, the JDK/JRE it's running on, the platform this is all installed on, the complete

tomcat not working

2009-04-07 Thread jigneshjsoni
Explorer cannot display the webpage what is wrong in here ? -- View this message in context: http://www.nabble.com/tomcat-not-working-tp22941730p22941730.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: tomcat not working

2009-04-07 Thread Caldarale, Charles R
From: jigneshjsoni [mailto:jigneshjs...@gmail.com] Subject: tomcat not working what is wrong in here ? Lots of things, such as you not telling us the Tomcat version you're using, the JDK/JRE it's running on, the platform this is all installed on, the complete contents of server.xml, how

Re: Apache mod_jk and Tomcat not working correctly

2008-10-27 Thread Wayne Bragg
: Monday, October 27, 2008 12:07 AM Subject: Re: Apache mod_jk and Tomcat not working correctly Wayne Bragg schrieb: my setup: WinXP Home Wed-Dev install of: Apache/2.2.3 (Win32) Tomcat 5 PHP 5.2.0 Before proceeding consider taking more recent minor versions, like 2.2.10

Re: Apache mod_jk and Tomcat not working correctly

2008-10-27 Thread André Warnier
to the JkMount /dwr-examples/*.jsp ajp13worker1 Forgive me for being so dense but this is new to me! - Original Message - From: André Warnier [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, October 26, 2008 6:36 PM Subject: Re: Apache mod_jk and Tomcat not working

Re: Apache mod_jk and Tomcat not working correctly

2008-10-27 Thread Wayne Bragg
as i am concerned the problem was solved. Thank you to everyone that help me! - Original Message - From: André Warnier [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, October 27, 2008 3:20 AM Subject: Re: Apache mod_jk and Tomcat not working correctly Hi

Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread Wayne Bragg
my setup: WinXP Home Wed-Dev install of: Apache/2.2.3 (Win32) Tomcat 5 PHP 5.2.0 I have mod_jk connector set up the following way according to instructions: Alias /dwr-examples /www/tomcat5/webapps/dwr-examples/ Directory /www/tomcat5/webapps/dwr-examples/ Options

RE: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread Martin Gainty
nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Apache mod_jk and Tomcat not working correctly Date: Sun

Re: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread Wayne Bragg
Confirmed! - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, October 26, 2008 5:41 PM Subject: RE: Apache mod_jk and Tomcat not working correctly Please confirm this parameter in $APACHE_HOME/conf/httpd.conf

Re: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread Wayne Bragg
and Tomcat not working correctly Please confirm this parameter in $APACHE_HOME/conf/httpd.conf Listen 80 Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender

Re: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread Wayne Bragg
: Re: Apache mod_jk and Tomcat not working correctly I guess I need to add, going through http port 80 works with no errors for everything except .jsp to tomcat - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, October

Re: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread André Warnier
to add, going through http port 80 works with no errors for everything except .jsp to tomcat - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, October 26, 2008 5:41 PM Subject: RE: Apache mod_jk and Tomcat not working

Re: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread André Warnier
It's maybe your own fault if you get lost : do not post new messages with the subject of another thread. It is confusing to everyone, not just to you. Re: Tomcat Server .pac Script configuration for outgoing connection. Wayne Bragg wrote: I guess you lost me with if you want a working

Re: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread Wayne Bragg
, 2008 6:36 PM Subject: Re: Apache mod_jk and Tomcat not working correctly I think your Alias at the beginning has more priority than your JkMount later. Not that the order in the config file matters, that's not what I mean. What I mean is : Alias /dwr-examples /www/tomcat5/webapps/dwr-examples

RE: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread Martin Gainty
content contained within this transmission. Date: Mon, 27 Oct 2008 00:40:27 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Apache mod_jk and Tomcat not working correctly It's maybe your own fault if you get lost : do not post new messages with the subject

RE: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread Martin Gainty
. From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Apache mod_jk and Tomcat not working correctly Date: Sun, 26 Oct 2008 19:18:49 -0500 Apache is suppose to serve /dwr-examples and /dwr-examples/dwr just not any jsp or jspx that is called for Alias /dwr-examples /www

Re: Apache mod_jk and Tomcat not working correctly

2008-10-26 Thread Rainer Jung
Wayne Bragg schrieb: my setup: WinXP Home Wed-Dev install of: Apache/2.2.3 (Win32) Tomcat 5 PHP 5.2.0 Before proceeding consider taking more recent minor versions, like 2.2.10, PHP 5.2.6 and you didn't tell us your Tomcat version. Your mod_jk below is 1.2.19,

AW: tomcat not working with HTTPS

2008-01-12 Thread Schadler Johann
[mailto:[EMAIL PROTECTED] Gesendet: Samstag, 12. Jänner 2008 01:50 An: Tomcat Users List Betreff: RE: tomcat not working with HTTPS hi! Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false

Re: tomcat not working with HTTPS

2008-01-11 Thread Andrei Tchijov
most likely u do not have keychain and/or there is no suitable certificate in the keychain read this http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/ On Jan 11, 2008, at 14:51 , Neha Agrawal wrote: hi i am new user for tomcat. i have installed tomcat5.5 on

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
this is for version tomcat6.0 i have installed tomcat5.5 will the same stuff work for tomcat5.5 i have openssl version 0.9.8c-4etch1 thanks --- Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Neha Agrawal [mailto:[EMAIL PROTECTED] Subject: Re: tomcat not working with HTTPS i

RE: tomcat not working with HTTPS

2008-01-11 Thread Caldarale, Charles R
From: Neha Agrawal [mailto:[EMAIL PROTECTED] Subject: Re: tomcat not working with HTTPS i was wondering if due to APR i have to configure openssl and not SSl Correct, as clearly stated in the Tomcat doc: http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html IMPORTANT NOTE: This Howto

Re: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
i have generated .keystore file using the keytool and entered all the certificate information and als othe password was 'changeit' as told in the doc.. also the file is in the default location.. keystore -list gives the following output Keystore type: jks Keystore provider: SUN Your keystore

RE: tomcat not working with HTTPS

2008-01-11 Thread Caldarale, Charles R
From: Neha Agrawal [mailto:[EMAIL PROTECTED] Subject: RE: tomcat not working with HTTPS i have installed tomcat5.5 will the same stuff work for tomcat5.5 Should be pretty much the same. The relevant 5.5 link is: http://tomcat.apache.org/tomcat-5.5-doc/apr.html - Chuck

RE: tomcat not working with HTTPS

2008-01-11 Thread Caldarale, Charles R
From: Neha Agrawal [mailto:[EMAIL PROTECTED] Subject: RE: tomcat not working with HTTPS Connector port=443 still https://localhost:8443 is not working Since you configured it on port 443, why do you expect requests to 8443 to work? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
import stuff for .key and .cert using openssl command .. thanks http://sandbox.rulemaker.net/ngps/m2/howto.ca.html From: Neha Agrawal [mailto:[EMAIL PROTECTED] Subject: RE: tomcat not working with HTTPS i have installed tomcat5.5 will the same stuff work for tomcat5.5

tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi i am new user for tomcat. i have installed tomcat5.5 on debian etch also compiled tocat native libraries 1.3 version.. http://localhost:8180 is working correctly but not https://localhost:8443 it says after a long delay The connection to localhost:8443 was interrupted while the page was

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
i configured it on 8443 .. i just copied the documentation configuration and forgot to modify it in the email..sory about that.. --- Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Neha Agrawal [mailto:[EMAIL PROTECTED] Subject: RE: tomcat not working with HTTPS Connector port=443

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi! this is the sample connector given in the doc.. Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false disableUploadTimeout=true acceptCount=100 scheme=https secure=true

Re: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi i have it my server.xml file and tomcat does recognise it..as i understood fro mthe log Also now my logs are showing up following .. org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8180 Jan 11, 2008 3:37:23 PM

Re: tomcat not working with HTTPS

2008-01-11 Thread Pulkit Singhal
Don't you need to specify: keystorePass=somePassword as well? On Jan 11, 2008 4:12 PM, Neha Agrawal [EMAIL PROTECTED] wrote: hi i have it my server.xml file and tomcat does recognise it..as i understood fro mthe log Also now my logs are showing up following ..

Re: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
keystore password is the default one 'changeit' so its not mandatory to supply --- Pulkit Singhal [EMAIL PROTECTED] wrote: Don't you need to specify: keystorePass=somePassword as well? On Jan 11, 2008 4:12 PM, Neha Agrawal [EMAIL PROTECTED] wrote: hi i have it my

Re: tomcat not working with HTTPS

2008-01-11 Thread Pulkit Singhal
Hmm, changeit is the default for cacerts file which is a truststore, what you are trying to setup here (I think) is a keystore to present the identity of your server correct? So perhaps its not so obvious to tomcat? On Jan 11, 2008 4:33 PM, Neha Agrawal [EMAIL PROTECTED] wrote: keystore

RE: tomcat not working with HTTPS

2008-01-11 Thread Caldarale, Charles R
From: Neha Agrawal [mailto:[EMAIL PROTECTED] Subject: Re: tomcat not working with HTTPS keystore password is the default one 'changeit' so its not mandatory to supply If you're using APR (and therefore OpenSSL), I don't believe there is a default. Also, the attribute should be SSLPassword

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi! Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false disableUploadTimeout=true acceptCount=100 scheme=https secure=true SSLEngine=on

Tomcat not working with new Java

2007-12-25 Thread Markus
I have Tomcat 5.5 on a Fedora 5 machine. I recently changed the jvm from gcj to sun's 1.4.2_16. Now when I try to start tomcat I get the following message: Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM

Re: Tomcat not working with new Java

2007-12-25 Thread Nix Hanwei
Hi, Try to set java_home in /etc/profile.d/java.sh. - Original Message From: Markus [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, 26 December 2007 10:17:38 Subject: Tomcat not working with new Java I have Tomcat 5.5 on a Fedora 5 machine. I recently changed the jvm

Re: Tomcat not working with new Java

2007-12-25 Thread David Smith
Tomcat 5.5 requires either a Java 5 JVM or the compatibility package found where you got your tomcat. It'll be titled JDK 1.4 Compatibility Package. I'm just amazed you were ever able to make tomcat work at all with GCJ. --David Markus wrote: I have Tomcat 5.5 on a Fedora 5 machine. I

Re: tomcat stop working for some minute regulary

2006-11-22 Thread Rainer Jung
operation attempt=1 - Original Message - From: Rainer Jung [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, November 21, 2006 8:24 PM Subject: Re: tomcat stop working for some minute regulary Thanks for the info. I would suggest: Increase JkLogLevel to info

Re: tomcat stop working for some minute regulary

2006-11-22 Thread master
:24 PM Subject: Re: tomcat stop working for some minute regulary Thanks for the info. I would suggest: Increase JkLogLevel to info. This will most likely give us some more information about what's happening. Don't use multiple JkLogLevel directives with different values, as you do

tomcat stop working for some minute regulary

2006-11-21 Thread master
Hi, since few weeks i have a strange problem, sometimes tomcat stop working and then come back (the site is unreachable and come back few mn after) In the log i have : [Tue Nov 21 15:03:11 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not started

Re: tomcat stop working for some minute regulary

2006-11-21 Thread Rainer Jung
List users@tomcat.apache.org Sent: Tuesday, November 21, 2006 4:23 PM Subject: Re: tomcat stop working for some minute regulary Please post your mod_jk config (Webserver part, eg. Jk* directoves in httpd.conf, workers.properties, other relevant config and the connector element of the AJP

Re: tomcat stop working for some minute regulary

2006-11-21 Thread Rainer Jung
: is there anything elso in your mod_jk log or your tomcat logs around the time of the problem? [EMAIL PROTECTED] schrieb: Hi, since few weeks i have a strange problem, sometimes tomcat stop working and then come back (the site is unreachable and come back few mn after) In the log i have : [Tue Nov 21 15:03:11

Re: tomcat stop working for some minute regulary

2006-11-21 Thread olivier nouguier
timcat's server.xml). Also give us the version numbers of apache, tomcat, mod_jk and your OS. Finally: is there anything elso in your mod_jk log or your tomcat logs around the time of the problem? [EMAIL PROTECTED] schrieb: Hi, since few weeks i have a strange problem, sometimes tomcat stop working

Re: tomcat stop working for some minute regulary

2006-11-21 Thread mast
I will test thanks ok for the ajp14 :) - Original Message - From: Rainer Jung [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, November 21, 2006 8:24 PM Subject: Re: tomcat stop working for some minute regulary Thanks for the info. I would suggest

Re: tomcat stop working for some minute regulary

2006-11-21 Thread mast
::jk_ajp_common.c (1867): (ajp13) sending request to tomcat failed, recoverable operation attempt=1 - Original Message - From: Rainer Jung [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, November 21, 2006 8:24 PM Subject: Re: tomcat stop working for some minute regulary

Tomcat FastCommonAccessLogValve - working example?

2006-07-20 Thread Rob
Hi, I put this valve statement inside the context container in server.xml, and restarted tomcat, but it's still not creating an access log for the server. Valve className=org.apache.catalina.valves.FastCommonAccessLogValve prefix=localhost_access_log. suffix=.txt

Default install of Tomcat not working properly

2006-05-08 Thread Darren Hall
I'm having a problem getting tomcat 5.5.17 running on Solaris 10. I preformed a default install of all the binary files and set my JAVA_HOME variable to my install of jdk1.5 (/opt/jdk1.5/) The problem I am running into is when I try to view my servlets-examples page I get a 404 error from tomcat