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: [EXTERNAL EMAIL] Please help me install Tomcat

2023-01-20 Thread logo
Amn, Am 2023-01-20 02:45, schrieb Niranjan Rao: Do you absolutely need to have it as a service? If not, just expand the tarball and run catalina.sh start from bin directory. Works perfectly Any information in catalina.out? We need to figure out at what point it's failing and that will send

Re: [EXTERNAL EMAIL] Please help me install Tomcat

2023-01-19 Thread Niranjan Rao
Do you absolutely need to have it as a service? If not, just expand the tarball and run catalina.sh start from bin directory. Works perfectly Any information in catalina.out? We need to figure out at what point it's failing and that will send us in right direction. Regards, Niranjan On

Please help me install Tomcat

2023-01-19 Thread Amn Ojee Uw
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// // //# Extract the binary file

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

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

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

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

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

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

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
>> Christopher Schultz 8/2/2018 >>>> 12:03 PM >>> > Venkataraman, > > On 8/2/18 12:00 PM, Venkataraman Srinivasan wrote: >> Please help me in enabling SSL certificate in Tomcat Apache >> servers. >

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
to you. You might also consider using an EC key+certificate, since the same "strength" key+cert can be processed with less CPU time than an equivalent RSA key.) - -chris >>>> Christopher Schultz 8/2/2018 >>>> 12:03 PM >>> > Venkataraman, > > O

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
enkataraman, 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 SIGNATURE- Comment: GPGTools - http://gpgt

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
_ 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 me in enabling SSL certificate in Tomcat Apache > servers. > > Thanks > > &

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

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<https://aka.ms/ghei36> 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, Pleas

Please help me in enabling SSL certificate

2018-08-02 Thread Venkataraman Srinivasan
Hi, Please help me in enabling SSL certificate in Tomcat Apache servers. Thanks Venkataraman Srinivasan Database Administrator Greater Cleveland RTA Desk phone 1-216-356-3028 venkataraman.sriniva...@grcta.org

Re: somebody please help me

2012-01-25 Thread André Warnier
sri laxmi wrote: Hi, am installing tomcat6.0,for that i download tomcat6.0 and unzip in C driver, and next i set the environment variables , and next for starting apache tomcati used inthe following commands in the command promt, C:\cdapache* C:\apache-tomcat-6.0.35cdbin

Re: somebody please help me

2012-01-25 Thread Pid
On 25/01/2012 07:40, sri laxmi wrote: Hi, am installing tomcat6.0,for that i download tomcat6.0 and unzip in C driver, and next i set the environment variables , and next for starting apache tomcati used inthe following commands in the command promt, C:\cdapache*

somebody please help me

2012-01-24 Thread lukky 410
Hi, am installing tomcat6.0,for that i download tomcat6.0 and unzip in C driver, and next i set the environment variables , and next for starting apache tomcati used inthe following commands in the command promt, C:\cdapache* C:\apache-tomcat-6.0.35cdbin C:\apache-tomcat-6.0.35\binstartup.bat

RE: somebody please help me

2012-01-24 Thread Caldarale, Charles R
From: lukky 410 [mailto:lukky@gmail.com] Subject: somebody please help me am installing tomcat6.0,for that i download tomcat6.0 and unzip in C driver, and next i set the environment variables , Set what environment variables to what values? for starting apache tomcati used inthe

Re: somebody please help me

2012-01-24 Thread Manuel Fernández Panzuela
Could you try to show all environment variables ? Just write in the command promt: C:\set Can you locate your JAVA_HOME or JRE_HOME ? Un saludo 2012/1/25 lukky 410 lukky@gmail.com Hi, am installing tomcat6.0,for that i download tomcat6.0 and unzip in C driver, and next i set the

somebody please help me

2012-01-24 Thread sri laxmi
Hi, am installing tomcat6.0,for that i download tomcat6.0 and unzip in C driver, and next i set the environment variables , and next for starting apache tomcati used inthe following commands in the command promt, C:\cdapache* C:\apache-tomcat-6.0.35cdbin C:\apache-tomcat-6.0.35\binstartup.bat

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

2011-10-03 Thread Jeffrey Janner
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 port via the localhost IP (aka loopback

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

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 vishveswara chary varanasi
); this works some time and some time even if the tomcat is up and runnning this is throwing the java.net.ConnectException: Connection timed out: connect. please help me how i can test that whether tomcat is up and running on a remote machine from a client machine. -- vishwa -- vishveswarachary

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

2011-09-22 Thread vishveswara chary varanasi
); this works some time and some time even if the tomcat is up and runnning this is throwing the java.net.ConnectException: Connection timed out: connect. please help me how i can test that whether tomcat is up and running on a remote machine from a client machine. Thanks

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
: Connection timed out: connect. When does it work and when not ? please help me how i can test that whether tomcat is up and running on a remote machine from a client machine. Read this carefully : http://tomcat.apache.org/tomcat-7.0-doc/config/server.html (all of it, but particularly

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

2011-09-22 Thread Daniel Baktiar
if the tomcat is up and runnning this is throwing the java.net.ConnectException: Connection timed out: connect. please help me how i can test that whether tomcat is up and running on a remote machine from a client machine. Thanks

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

2011-09-22 Thread André Warnier
the java.net.ConnectException: Connection timed out: connect. please help me how i can test that whether tomcat is up and running on a remote machine from a client machine. Thanks - To unsubscribe, e-mail: users-unsubscr

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

2011-09-22 Thread Daniel Baktiar
some time and some time even if the tomcat is up and runnning this is throwing the java.net.ConnectException: Connection timed out: connect. please help me how i can test that whether tomcat is up and running on a remote machine from a client machine. Thanks

RE: the Tomcat generates more than one session id with the same http request, please help me

2009-12-08 Thread Peter Chen
request, please help me Seems like a propietary way of storing the session ID, I'm not much into JSP stuff so I really don't know. Someone else here may be able to explain. You can store whatever you need in parameters, either by putting into URLs or by creating (hidden) controls on web

RE: the Tomcat generates more than one session id with the same http request, please help me

2009-12-08 Thread Looijmans, Mike
The reason is that other browsers use a media player component that reconnects to the server. The session is linked to the browser instance. As a result, the session is lost when the mediaplayer connects to get the audio data. Whap happens in other browsers is the equivalent of storing a

Re: the Tomcat generates more than one session id with the same http request, please help me

2009-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, On 12/8/2009 2:02 AM, Looijmans, Mike wrote: Seems like a propietary way of storing the session ID Actually, it's well-defined by the servlet specification. -Original Message- From: Peter Chen But I don't know the part

the Tomcat generates more than one session id with the same http request, please help me

2009-12-07 Thread Peter Chen
, please help me to solve this problem, thanks.

RE: the Tomcat generates more than one session id with the same http request, please help me

2009-12-07 Thread Looijmans, Mike
more than one session id with the same http request, please help me Hi, all I am testing a website with the server Tomcat. I am using Tomcat 5.5.26, and I found one problem. The website is used to display audio files. After I log in the website, I can see the icon

Re: the Tomcat generates more than one session id with the same http request, please help me

2009-12-07 Thread Pid
there is only one session id, and it plays well. I don't know the reason, has someone met this problem before, please help me to solve this problem, thanks. Are you properly encoding all link URLs on each page with HttpServletResponse.encodeURL()? p

RE: the Tomcat generates more than one session id with the same http request, please help me

2009-12-07 Thread Peter Chen
: RE: the Tomcat generates more than one session id with the same http request, please help me Put the session ID in the URL and it will work on all systems. Alternatively, don't use sessions for the audio file. -Original Message- From: Peter Chen [mailto:peter.c...@aicent.com] Sent

RE: the Tomcat generates more than one session id with the same http request, please help me

2009-12-07 Thread Peter Chen
. Could you tell me the reason? Or is something I have done wrong? -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 2009年12月7日 18:21 To: users@tomcat.apache.org Subject: Re: the Tomcat generates more than one session id with the same http request, please help me On 07/12/2009 08

RE: the Tomcat generates more than one session id with the same http request, please help me

2009-12-07 Thread Looijmans, Mike
id with the same http request, please help me Thanks for Mike's reply. I searched on the Internet, and I got a method, the detail is as follows: script language=JavaScript document.write('object width=320 height=45 classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95

PLEASE HELP ME!!!

2009-11-11 Thread AChudesnikov
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.apache.jasper.JasperException: null

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)  

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

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

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 just trying to

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

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

please help me how to configure SSL 2 way on tamcat webser by using .net client.

2008-11-18 Thread Chandra Madhumanchi (cmadhuma)
Hi when i am validating client certificate by using .net class(sslStream) http://msdn.microsoft.com/en-us/library/system.net.security.sslstream.as px i am getting error like SSPI failed. Actually in server.xml i configure clientAuth as True. !-- Define a SSL HTTP/1.1 Connector on port

RE: Please help me about loading javascript...

2007-02-09 Thread Propes, Barry L [GCG-NAOT]
tags. Is this what you're trying to do? Let me know if that helps you. -Original Message- From: Le Phuoc Canh [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 7:13 PM To: Tomcat Users List Subject: Please help me about loading javascript... I don't know why loading a webpage

Please help me about loading javascript...

2007-02-08 Thread Le Phuoc Canh
I don't know why loading a webpage from localhost, file javascript which include in that webpage not loading full, it will stop at the middle, while i open that webpage direct by internet explore, i will done. Please help me about it. Thanks a lot Best Regard.

Please help me to configure TOMCAT with APR connector Thanks

2006-10-09 Thread Alla Winter
I would appreciate if you would answer on my questions. Thanks From: Alla Winter [mailto:[EMAIL PROTECTED] Sent: Friday, October 06, 2006 1:13 PM To: users@tomcat.apache.org Subject: Please help me to configure TOMCAT with APR connector Thanks I am trying to configure

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

2006-10-09 Thread Dhaval Patel
, D --- Alla Winter [EMAIL PROTECTED] wrote: I would appreciate if you would answer on my questions. Thanks _ From: Alla Winter [mailto:[EMAIL PROTECTED] Sent: Friday, October 06, 2006 1:13 PM To: users@tomcat.apache.org Subject: Please help me to configure TOMCAT

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 CONFIDENTIAL

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

2006-10-09 Thread Alla Winter
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 windows

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 irrelevant in that regard

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

Please help me to configure TOMCAT with APR connector Thanks

2006-10-06 Thread Alla Winter
I am trying to configure TOMCAT 5.5.17 JDK, 1.4.2.12 with APR on Windows 2000. I was able to start this version of tomcat without ssl configuration and my application is working OK with it. Here are the steps what I did: I downloaded tcnative-1.dll into c\Cobra\nativeLib I added

Please help me check my mod_jk setup?

2006-04-09 Thread Kurt Overberg
I'm hoping that someone here can tell me if this configuration looks sane, or at least in line with what others are using. I am running Apache 1.3.33, mod_jk 1.2.15 and tomcat 5.0.28. The apache and each tomcat are running on separate RedHat ES release 4 machines (so 3 boxes total). I'm

Please Help Me

2005-12-02 Thread Teh Noranis Mohd Aris
Dear All, I've installed tomcat version 4.1.31 and tried to start tomcat but the Tomcat window displays error messages: Catalina.stop: java.net.ConnectException: Connection refused: connect java.net.ConnectException . . . How can I fix this problem? Please help me. Thank you

Please Help Me

2005-12-02 Thread Teh Noranis Mohd Aris
Dear All, I've installed tomcat version 4.1.31 and tried to start tomcat but the Tomcat window displays error messages: Catalina.stop: java.net.ConnectException: Connection refused: connect java.net.ConnectException . . . How can I fix this problem? Please help me. Thank you

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 displays

Re: Please Help Me

2005-12-02 Thread David Delbecq
: java.net.ConnectException: Connection refused: connect java.net.ConnectException . . . How can I fix this problem? Please help me. Thank you. __ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs