Re: Tomcat not working after moving installation folder

2010-07-13 Thread Kannan J
Wed, 14/7/10, Konstantin Kolinko wrote: From: Konstantin Kolinko Subject: Re: Tomcat not working after moving installation folder To: "Tomcat Users List" Date: Wednesday, 14 July, 2010, 5:50 AM 2010/7/13 Kannan J : > D:\Tomcat5.5\bin>service.bat remove > The service 'T

Re: Tomcat not working after moving installation folder

2010-07-13 Thread Konstantin Kolinko
2010/7/13 Kannan J : > D:\Tomcat5.5\bin>service.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 command fails: > (...) >

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

RE: Tomcat not working after moving installation folder

2010-07-13 Thread Kannan J
--- On Tue, 13/7/10, Caldarale, Charles R wrote: From: Caldarale, Charles R Subject: RE: Tomcat not working after moving installation folder To: "Tomcat Users List" Date: Tuesday, 13 July, 2010, 9:08 PM > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject

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 variab

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 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

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 regi

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 D:\

RE: Tomcat not working after moving installation folder

2010-07-13 Thread Saurabh Agrawal
Hi Kannan, Did you stop the tomcat service running previously before move operation? I suspect, old process has occupied the same address (port or interface) Please check. For windows there is one utility -- PortMon which will give port if in use or not. Try to kill that process and then restart.

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 cont

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: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi! is in my server.xml file where 'phrase' is the secret phrase when i created the newkey.pem > Are you sure you're building a keystore compatible > with OpenSSL? > what exactly does it imply? as i wrote earlier i just created a New CA its private key, then generateda new certificate re

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 defa

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 pas

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 > >

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 .. > > org.a

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 org.apache.coyote.http11.Http11AprProt

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=

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: t

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

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
two files for localhost.key and localhost.cert above by coping these to that location still https://localhost:8443 is not working i was wondering if i have do "import" stuff for .key and .cert using openssl command .. thanks http://sandbox.rulemaker.net/ngps/m2/howto.ca.html

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

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: t

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 "

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 co

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 debian

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

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 fr