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 us

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

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 wi

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

Re: Please help me in enabling SSL certificate

2018-08-02 Thread Christopher Schultz
riod is up 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, &g

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

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* > > > C:\apac

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.35>cdbin C:\apache-tomcat-6

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.35>cdbin C:\apache-tomcat-6.0.35\bin>startup.b

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 > Hi, > am installing tomcat6.0,for that i download tomcat6.0 and unzip in C > driver, > and next i set the environment variab

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 tom

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.35>cdbin C:\apache-tomcat-6.0.35\bin>startup.b

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 l

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 lo

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

2011-09-22 Thread Daniel Baktiar
vchary.varan...@gmail.com> 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<http://wiki.apache.org/tomcat/HowTo#How

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

2011-09-22 Thread André Warnier
ot;, port); 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

2011-09-22 Thread Daniel Baktiar
where the tomcat running > > Socket socket = new Socket("hostname", port); > > 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: conn

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
this is throwing the java.net.ConnectException: 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,

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

2011-09-22 Thread vishveswara chary varanasi
tname", port); 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 machin

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
tname", port); 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.

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

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 bo

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

2009-12-08 Thread Peter Chen
omeone know the reason? thanks. -Original Message- From: Looijmans, Mike [mailto:mike.looijm...@oce.com] Sent: 2009年12月8日 15:03 To: Tomcat Users List Subject: RE: the Tomcat generates more than one session id with the same http request, please help me Seems like a propietar

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

2009-12-07 Thread Looijmans, Mike
Users List > Subject: RE: the Tomcat generates more than one session 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: > > document.write(&#

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

2009-12-07 Thread Peter Chen
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:22, Peter Chen wrote: > Hi, all > > > &g

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

2009-12-07 Thread Peter Chen
etParameter("contentid ")". But I don't know the part "getParts.jsp;jsessionid=B01FF12CBC92F9BA1682E9A883A3A1AD", is it also used to pass parameter? If so, how to get the parameter? Thanks. -Original Message- From: Looijmans, Mike [mailto:mike.loo

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

2009-12-07 Thread Pid
0, I found 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.en

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

2009-12-07 Thread Looijmans, Mike
Subject: the Tomcat generates 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 displ

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

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

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 prevent

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 re

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(

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:

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

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. Do i need to do any other settings

RE: Please help me about loading javascript...

2007-02-09 Thread Propes, Barry L [GCG-NAOT]
his 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 web

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.

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

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

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 ad

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

Re: Please Help Me

2005-12-02 Thread David Delbecq
: > Catalina.stop: 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! -

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 &

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

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