Re: Please help me install Tomcat

2023-02-02 Thread TRS-80
Amn Ojee Uw writes: > I've tried to install Tomcat, different version, like so : > /# Download the latest release of tomcat 10.1.5// > //wget > https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz// > // > //# Create tomcat directory// > //sudo mkdir /opt/tomcat//

Re: Please help me in enabling SSL certificate

2018-08-07 Thread Venkataraman Srinivasan
John, Thanks. Now it is working fine. I cleansed the file. Thanks Venkat >>> John Palmer 8/7/2018 9:10 AM >>> your server.xml shows TWO connectors for port 8443; that second one (with all the certificate entries) is then causing the errror: > Caused by: java.net.BindException: Address al

Re: Please help me in enabling SSL certificate

2018-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On 8/2/18 2:24 PM, Venkataraman Srinivasan wrote: > I am using tomcat version 8.5.32 Thanks. > I made the below entry in Server.xml > > > > > > > port="8443" protocol="HTTP/1.1" connectionTimeout="2" /> > > > > > p

Re: Please help me in enabling SSL certificate

2018-08-07 Thread John Palmer
your server.xml shows TWO connectors for port 8443; that second one (with all the certificate entries) is then causing the errror: > Caused by: java.net.BindException: Address already in use As that one is probably the one you want to be using, delete or comment out the first connector for port

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
Hi , I am using tomcat version 8.5.32 I made the below entry in Server.xml ' When I tried to login, https://webapxt03.rta:8443, the log file catalina.2018-08-02.log recorded as below CATALINA.OUT has got entries as

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 8/2/18 12:17 PM, James H. H. Lampert wrote: > On 8/2/18, 9:05 AM, Venkataraman Srinivasan wrote: >> I used below command to create certificate locally. >> >> $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA >> -keystore /opt/tomca

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On 8/2/18 12:14 PM, Venkataraman Srinivasan wrote: > Chris, > > Thanks for your reply. I will implement your recommendations in my > next iterations. > > Currently I did as below. > > I copied the keystore file as /home/apexadmin/.

Re: Please help me in enabling SSL certificate

2018-08-02 Thread James H. H. Lampert
On 8/2/18, 9:05 AM, Venkataraman Srinivasan wrote: I used below command to create certificate locally. $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore /opt/tomcat/apache-tomcat-8.5.32/keystore Ok. Probably the first thing you need to do is set up your connector to use that

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
Chris, Thanks for your reply. I will implement your recommendations in my next iterations. Currently I did as below. I copied the keystore file as /home/apexadmin/.keystore and made below entry in server.xml Opened the port 8443 and recycled tomc

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On 8/2/18 12:05 PM, Venkataraman Srinivasan wrote: > I used below command to create certificate locally. > > $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore > /opt/tomcat/apache-tomcat-8.5.32/keystore Okay, so you

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
I used below command to create certificate locally. $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore /opt/tomcat/apache-tomcat-8.5.32/keystore Thanks Venkat >>> Christopher Schultz 8/2/2018 12:03 PM >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On 8/2

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrea, On 8/2/18 12:03 PM, Andrea Freire wrote: > You hace to install the native conector Your statement is false: the native connector is NOT required to install a TLS certificate in Tomcat. - -chris > From: Ven

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkataraman, On 8/2/18 12:00 PM, Venkataraman Srinivasan wrote: > Please help me in enabling SSL certificate in Tomcat Apache > servers. Do you already have a certificate signed by a CA? What have you already tried? - -chris -BEGIN PGP SIGNA

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Andrea Freire
You hace to install the native conector Obtener Outlook para Android From: Venkataraman Srinivasan Sent: Thursday, August 2, 2018 11:00:11 AM To: users@tomcat.apache.org Subject: Please help me in enabling SSL certificate Hi, Please help

Re: please help me how i can test that whether tomcat is up and running on

2011-10-03 Thread André Warnier
Coming late to the party, hm ? Jeffrey Janner wrote: And the key to the proper answer is this bit from the OP: please help me how i can test that whether tomcat is up and running on a remote machine from a client machine. The proper answer is "he can't", as the server is only listening to the

RE: please help me how i can test that whether tomcat is up and running on

2011-10-03 Thread Jeffrey Janner
calhost IP (aka loopback). There is no way he will ever be able to check status this way from a client (remote) system. > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Thursday, September 22, 2011 3:21 PM > To: Tomcat Users List > Subject: Re: p

Re: please help me how i can test that whether tomcat is up and running on

2011-09-22 Thread Daniel Baktiar
Oops. I missed that. You've pointed it straight! --- daniel baktiar On Fri, Sep 23, 2011 at 04:20, André Warnier wrote: > Hi. > > This is all very nicely explained, but maybe irrelevant. > As far as I understand, the OP is trying to connect to the "shutdown port" > mentioned in the tag, not to

Re: please help me how i can test that whether tomcat is up and running on

2011-09-22 Thread André Warnier
Hi. This is all very nicely explained, but maybe irrelevant. As far as I understand, the OP is trying to connect to the "shutdown port" mentioned in the tag, not to a . On that shutdown port, there should not be so many connection requests that they outrun the ability of Tomcat to accept a co

Re: please help me how i can test that whether tomcat is up and running on

2011-09-22 Thread Daniel Baktiar
Hi Vishveswara, If you look at the behavior of ServerSocket, or any BSD-like listening server socket in general, there is something called 'backlog'. http://download.oracle.com/javase/1.4.2/docs/api/java/net/ServerSocket.html In short, backlog is something like a queue, if all your worker thread

Re: please help me how i can test that whether tomcat is up and running on a remote machine from a client machine.

2011-09-22 Thread André Warnier
vishveswara chary varanasi wrote: Tomcat community has a wiki which providded the http://wiki.apache.org/tomcat/HowTo#How_do_I_check_whether_Tomcat_is_UP_or_DOWN.3F_There_is_no_status_command i have tried to connect to tomcat using sockect connection on the port where the tomcat running which

Re: PLEASE HELP ME!!!

2009-11-11 Thread Pid
On 11/11/2009 08:57, André Warnier wrote: achudesni...@btabank.ru wrote: After autorization on http server occure this problem. What's happened, who know? Please help me. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it f

Re: PLEASE HELP ME!!!

2009-11-11 Thread André Warnier
achudesni...@btabank.ru wrote: After autorization on http server occure this problem. What's happened, who know? Please help me. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. org.apa

Re: PLEASE HELP ME!!!

2009-11-11 Thread Konstantin Kolinko
> root cause > java.lang.NumberFormatException: null >                 java.lang.Integer.parseInt(Unknown Source) >                 java.lang.Integer.parseInt(Unknown Source) > > org.apache.jsp.check_005fenter_jsp._jspService(check_005fenter_jsp.java:61) >  ftc.budget.servlet.BudgetJspPage.service(

Re: please help me how to configure SSL 2 way on tamcat webser by using .net client. can anybody solve this problem

2008-11-21 Thread Bill Barker
"Christopher Schultz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chandra, > > Chandra Madhumanchi (cmadhuma) wrote: >> Do we have any solution ssl 2 way configuration on tamcat webserver >> through .Net Client > > If you're ju

Re: please help me how to configure SSL 2 way on tamcat webser by using .net client. can anybody solve this problem

2008-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chandra, Chandra Madhumanchi (cmadhuma) wrote: > Do we have any solution ssl 2 way configuration on tamcat webserver > through .Net Client If you're just trying to connect to Tomcat using SSL from a .Net client, there's no special configuration when

RE: please help me how to configure SSL 2 way on tamcat webser by using .net client. can anybody solve this problem

2008-11-20 Thread Chandra Madhumanchi (cmadhuma)
Do we have any solution ssl 2 way configuration on tamcat webserver through .Net Client -Original Message- From: Chandra Madhumanchi (cmadhuma) Sent: Wednesday, November 19, 2008 11:16 AM To: users@tomcat.apache.org Subject: please help me how to configure SSL 2 way on tamcat webser by

RE: Please help me about loading javascript...

2007-02-09 Thread Propes, Barry L [GCG-NAOT]
while that's difficult to read, let me see if I interpreted correctly. While loading a webpage from the localhost URL the javascript file included in that web page does not fully load, and in the middle of loading, hangs or crashes? And then you open the page in Internet Explorer it reads done?

RE: Please help me to configure TOMCAT with APR connector Thanks. Solved

2006-10-09 Thread Alla Winter
can list the facts, so that if somebody else have the same issues, they will know what to do. The answers follow the questions. -Original Message- From: Dhaval Patel [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 10:06 AM To: Tomcat Users List Subject: Re: Please help me to

RE: Please help me to configure TOMCAT with APR connector Thanks

2006-10-09 Thread Caldarale, Charles R
> From: Alla Winter [mailto:[EMAIL PROTECTED] > Subject: RE: Please help me to configure TOMCAT with APR > connector Thanks > > Are you saying that APR will not work with jdk 1.4? APR works fine with 1.4 - it's native code, not Java. The advice given by Mr. Patel was irrel

RE: Please help me to configure TOMCAT with APR connector Thanks

2006-10-09 Thread Alla Winter
Users List Subject: Re: Please help me to configure TOMCAT with APR connector Thanks Hi, I would say two things: (1) Use JDK 1.5 for Tomcat 5.5.x. (2) Look at http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/%3C2005120 [EMAIL PROTECTED] for how to configure SSL + APR on wi

RE: Please help me to configure TOMCAT with APR connector Thanks

2006-10-09 Thread Caldarale, Charles R
> From: Dhaval Patel [mailto:[EMAIL PROTECTED] > Subject: Re: Please help me to configure TOMCAT with APR > connector Thanks > > (1) Use JDK 1.5 for Tomcat 5.5.x. Not necessary if the 1.4 Compatibility Package is installed (two jars). - Chuck THIS COMMUNICATION MAY CONTAIN C

Re: Please help me to configure TOMCAT with APR connector Thanks

2006-10-09 Thread Dhaval Patel
Hi, I would say two things: (1) Use JDK 1.5 for Tomcat 5.5.x. (2) Look at http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/[EMAIL PROTECTED] for how to configure SSL + APR on windows. As far as your questions are concerned, someone will able to answer that. :) Regards,

Re: Please Help Me

2005-12-02 Thread David Delbecq
Hi, You need to provide additionnal informations: - what command did you use (according to your error message you are trying to stop a non running tomcat, it obviously fails) - provide a complete message log (from start of script to quit error) - what is your config (which port does tomcat listen

Re: Please Help Me

2005-12-02 Thread Warren Pace
What operating system are you using? > > From: Teh Noranis Mohd Aris <[EMAIL PROTECTED]> > Date: 2005/12/02 Fri AM 04:09:38 EST > To: tomcat-user@jakarta.apache.org > Subject: Please Help Me > > Dear All, > I've installed tomcat version 4.1.31 and tried to > start tomcat but the Tomcat window dis