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: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rene, I'll put comments inline since I have very few to write. Hopefully you can find them. On 8/14/2014 7:22 AM, Rene Scheffler wrote: > Hello, > > So when i start the Tomcat and tail -f at the catalina.out in > /opt/tomcat/logs/, i see this happ

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread Rene Scheffler
Hello, So when i start the Tomcat and tail -f at the catalina.out in /opt/tomcat/logs/, i see this happening during the startup. I did a lot of google research before posting this and looked through various posts, containing info on the deployment Process. I even checked the API reference but ther

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread Rene Scheffler
Hey André, first i want to say thanks for that big followup. I've read through all this and some points were clear to me before..but now as i see your points..i only use tomcat for CFML/railo and nginx for delivering static files. So when i got my website project in the directory /mnt/webroot/sites

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread André Warnier
Rene Scheffler wrote: Hey guys, i just added "some" entries to the default web.xml and server.xml. [...] I do not have a lot of time today, so I'll let someone else pick apart what you did, and maybe try to figure out why what you did created WEB-INF directories all over the place. But there

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread Rene Scheffler
Hey guys, i just added "some" entries to the default web.xml and server.xml. More precisely it was (sorry, i don't know how to mark code pastings) RailoCFMLServlet CFML runtime Engine railo.loader.servlet.CFMLServlet configuration {web-root-directory}/WEB-INF/railo Configuration

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-13 Thread Mark Thomas
On 13/08/2014 21:10, André Warnier wrote: > Mark Thomas wrote: >> On 13/08/2014 17:24, Rene Scheffler wrote: >>> Hallo André and thanks for your fast reponse, >>> >>> im sorry i didn't provide any more info on that. >>> >>> We've installed manually, i downloaded the tomcat from the apache >>> websi

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-13 Thread André Warnier
Mark Thomas wrote: On 13/08/2014 17:24, Rene Scheffler wrote: Hallo André and thanks for your fast reponse, im sorry i didn't provide any more info on that. We've installed manually, i downloaded the tomcat from the apache website (we've got some picky customers and we've made some stable expe

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-13 Thread Mark Thomas
On 13/08/2014 17:24, Rene Scheffler wrote: > Hallo André and thanks for your fast reponse, > > im sorry i didn't provide any more info on that. > > We've installed manually, i downloaded the tomcat from the apache website > (we've got some picky customers and we've made some stable experiences wi

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-13 Thread André Warnier
Rene Scheffler wrote: Hallo André and thanks for your fast reponse, im sorry i didn't provide any more info on that. We've installed manually, i downloaded the tomcat from the apache website (we've got some picky customers and we've made some stable experiences with that tomcat version, hence w

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-13 Thread Rene Scheffler
Hallo André and thanks for your fast reponse, im sorry i didn't provide any more info on that. We've installed manually, i downloaded the tomcat from the apache website (we've got some picky customers and we've made some stable experiences with that tomcat version, hence we didnt install it via a

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-13 Thread André Warnier
André Warnier wrote: Rene Scheffler wrote: Hey! I installed apache-tomcat-7.0.47 on debian and also installed and configured railo 4.1.1.009. I added the servlet for CFML and now i ended up with lots of WEB-INF directories in my tomcat directory and the subdirectories. A find gives me the follo

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-13 Thread André Warnier
Rene Scheffler wrote: Hey! I installed apache-tomcat-7.0.47 on debian and also installed and configured railo 4.1.1.009. I added the servlet for CFML and now i ended up with lots of WEB-INF directories in my tomcat directory and the subdirectories. A find gives me the following output : ./lib/WE

Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-13 Thread Rene Scheffler
Hey! I installed apache-tomcat-7.0.47 on debian and also installed and configured railo 4.1.1.009. I added the servlet for CFML and now i ended up with lots of WEB-INF directories in my tomcat directory and the subdirectories. A find gives me the following output : ./lib/WEB-INF ./bin/WEB-INF ./wo

Re: help me unsubscribe

2012-10-02 Thread Mark Thomas
mike shugar wrote: >Hi > >Please help me unsubscribe from the digest list. > >I have sent about a dozen blank emails to >users-digest-unsubscr...@tomcat.apache.org over the last month but I >continue to receive digest emails. > >What am i doing wrong? You are sendi

help me unsubscribe

2012-10-02 Thread mike shugar
Hi Please help me unsubscribe from the digest list. I have sent about a dozen blank emails to users-digest-unsubscr...@tomcat.apache.org over the last month but I continue to receive digest emails. What am i doing wrong?

Re: somebody please help me

2012-01-25 Thread Pid
your problem faster: http://catb.org/esr/faqs/smart-questions.html p > please could anybody help me? -- [key:62590808] signature.asc Description: OpenPGP digital signature

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
35\bin>startup.bat Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program it is showing the above , for that what should i do? please could anybod

Re: somebody please help me

2012-01-24 Thread Manuel Fernández Panzuela
the JAVA_HOME nor the JRE_HOME > environment variable is defined At least one of these environment > variable is needed to run this program > > > > it is showing the above , for that what should i do? > please could anybody help me? > > --

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
35\bin>startup.bat Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program it is showing the above , for that what should i do? please could anybod

Re: sombody help me...!! tomcat AutoDeploy issue ~~

2012-01-08 Thread Pid *
On 9 Jan 2012, at 07:03, "이재만" wrote: > > Hello. Guys.. > > i am useing Apache Tomcat/7.0.14 and i was setup AutoDeploy to "false" as > blow. > but when i deployed web application to my docs , all class and library is > reloaded by new classloader.. > i never restarted this tomcat7 after deploy

RE: sombody help me...!! tomcat AutoDeploy issue ~~

2012-01-08 Thread 전성민
^^ 파란하늘~ 파란 하늘 꿈이~ 같은 곳에 머물지 않으려면 전력을 다해서 뛰어야 한다. -Original Message- From: "이재만"<leejaeman...@naver.com> To: users@tomcat.apache.org Cc: Sent: 12-01-09(월) 16:02:35 Subject: sombody help me...!! tomcat AutoDeploy issue ~~ Hello. Guys.. i am useing Apache Tomcat/

sombody help me...!! tomcat AutoDeploy issue ~~

2012-01-08 Thread 이재만
Hello. Guys.. i am useing Apache Tomcat/7.0.14 and i was setup AutoDeploy to "false" as blow. but when i deployed web application to my docs , all class and library is reloaded by new classloader.. i never restarted this tomcat7 after deploying... i want not to reload all source (except for

Re: Anybody can help me?Thank you!

2011-12-03 Thread Pid
On 03/12/2011 13:57, 孙文 wrote: > Hi,you can read message in attachment. The list strips attachments. p -- [key:62590808] signature.asc Description: OpenPGP digital signature

回复:Re: Anybody can help me?Thank you!

2011-12-03 Thread zhh5919
:22 主题:Re: Anybody can help me?Thank you! 收件人:Tomcat Users List On 12/3/2011 8:57 AM, ?? wrote: > Hi,you can read message in attachment. > 1. > " > and the error message mean ' > 2011-12-02 07:45:52,654 [catalina-exec- > 7] ERROR > [net.bwda.framework.web

Re: Anybody can help me?Thank you!

2011-12-03 Thread David Kerber
.sinclair...@gmail.com> Mobile: 139 5188 5586 *From:* Christopher Schultz <mailto:ch...@christopherschultz.net> *Date:* 2011-12-03 00:52 *To:* Tomcat Users List <mailto:users@tomcat.apache.org> *Subject:* Re: Anybody can help me?Thank you! -BEGIN PGP SIGNED MESSAGE- Hash: SH

Re: Re: Anybody can help me?Thank you!

2011-12-03 Thread 孙文
when i request the url. 孙文 江苏保旺达软件技术有限公司 地址: 南京市浦口高新技术开发区中国南京留学人员创业园10F Email: sun...@bwda.net steven.sinclair...@gmail.com Mobile: 139 5188 5586 From: Christopher Schultz Date: 2011-12-03 00:52 To: Tomcat Users List Subject: Re: Anybody can help me?Thank you! -BEGIN PGP

Re: Anybody can help me?Thank you!

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 孙文, On 12/2/11 11:20 AM, 孙文 wrote: > I use tomcat 7.0.22,when i use getResponse().sendRedirect(url) in > action(Struts2 ),i watch tomcat log ,record this in following > picture. > > [java.net.SocketException] > > why? It could be many things: the

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: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread Martin Gainty
g. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'imp

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
*web.xml:* ABC com.abc.servlet.MyServlet abc.dir path/config abc.props xyz.props abc.log xyz.log 1 ABC /XYZ/login DataBase jdbc/my jdbc javax.sql.DataSource Container com/xyz/abc/servlet/login.html

RE: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread Martin Gainty
ponsabilité pour le contenu fourni. > Date: Thu, 28 May 2009 13:41:53 -0400 > Subject: Re: HELP ME PLEASE--->first login page SSI is not > getting enabled > From: email2jo...@gmail.com > To: users@tomcat.apache.org > > I also included that jar file

RE: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread Caldarale, Charles R
> From: john S [mailto:email2jo...@gmail.com] > Subject: Re: HELP ME PLEASE--->first login page SSI is > not getting enabled > > I also included that jar file in the lib What do you mean by that? You must not copy or move Tomcat-supplied jars to any other lo

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
;importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Date: Thu, 28 May 2009 11:22:34 -0400 > > Subject: Re: HELP ME

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
;importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Date: Thu, 28 May 2009 11:22:34 -0400 > > Subject: Re: HELP ME

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your all responses. The main thing is when i click login button ie., *onclick* function in html, the controller class is going to get path informtaion ie..*getPathInfo*() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m cli

RE: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread Martin Gainty
. > Date: Thu, 28 May 2009 11:22:34 -0400 > Subject: Re: HELP ME PLEASE--->first login page SSI is not > getting enabled > From: email2jo...@gmail.com > To: users@tomcat.apache.org > > Actually in the tomcat 6.0, i did not even find this > servl

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your all responses. The main thing is when i click login button iee., onclick function in html, the controller class is going to get path informtaion ie..getPathInfo() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m click

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
* Thanks for your all responses. The main thing is when i click login button iee., onclick function in html, the controller class is going to get path informtaion ie..*getPathInfo() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m c

RE: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread Caldarale, Charles R
> From: john S [mailto:email2jo...@gmail.com] > Subject: Re: HELP ME PLEASE--->first login page SSI is > not getting enabled > > > ABC > */XYZ/login* > What do you expect the above mapping to do? As you have it, the ABC servlet will only

RE: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread Caldarale, Charles R
> From: john S [mailto:email2jo...@gmail.com] > Subject: Re: HELP ME PLEASE--->first login page SSI is > not getting enabled > > whether I also need to change all the *.html to .shtml files.* If you're willing to suffer the overhead of running every HTM

RE: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: HELP ME PLEASE--->first login page SSI is > not getting enabled > > enable the see servlet-mapping in your web.xml > > > ssi > *.shtml > The OP cl

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
uel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Date: Thu, 28 May 2009 10:48:56 -0400 > > Subject: Re: HELP ME PLEASE--

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
ement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Date: Thu, 28 May 2009 10:48:56 -0400 > > Subject: Re: HELP ME PLEASE--

RE: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread Martin Gainty
e pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 28 May 2009 10:48:56 -0400 > Subject: Re: HELP ME PLEASE--->first login page SSI is not > getting enabled > From: email2jo...@gmail.com > To: users@tomcat.apache.org >

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Date: Thu, 28 May 2009 08:45:57 -0400 > > Subject: HELP ME PLEASEE

RE: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread Martin Gainty
message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 28 May 2009

HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Hi All this is my login in which Server Side Include is placed and it is the initial page of my web application.

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: Can you help me to figure out what is "ia64"?

2008-09-08 Thread Johnny Kewl
- Original Message - From: "Nar Karapetyan" <[EMAIL PROTECTED]> To: Sent: Monday, September 08, 2008 3:19 PM Subject: Can you help me to figure out what is "ia64"? There is a "ia64" dll for tomcat native library for a windows 64 platform. I used

Re: Can you help me to figure out what is "ia64"?

2008-09-08 Thread Robert K. Vanderhoek
This is a copy and paste from wikipedia. *Itanium* is the brand name for 64-bit Intel microprocessors that implement the *Intel Itanium architecture* (formerly called *IA-64*). Intel has released two processor f

Can you help me to figure out what is "ia64"?

2008-09-08 Thread Nar Karapetyan
There is a "ia64" dll for tomcat native library for a windows 64 platform. I used to know amd64 or x64, but unfamiliar with "ia64". What platform is that? Thank you, Regards Nareg Garabedian

Re: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-03-03 Thread Sameer Acharya
Open the jsp code in a programmers editor and check the syntax , specifically on the line number mentioned by the compiler. This looks like a syntax issue. -Sameer --- Sneha Manohar <[EMAIL PROTECTED]> wrote: > > org.apache.jasper.JasperException: > /jsp/ballmember/Test.jsp(5,34) equal symbol

Re: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-02-27 Thread David Smith
- From: Sneha Manohar [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 11:22 PM To: users@tomcat.apache.org Subject: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected org.apache.jasper.JasperException: /jsp/ballmembe

Re: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-02-27 Thread David Smith
Can you please have some patience? You just posted this question we aren't your paid support. BTW, posting the source for Test.jsp would be nice -- not just the line. The error indicates a syntax error in your jsp. --David Sneha Manohar wrote: org.apache.jasper.JasperException: /jsp/ball

RE: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-02-27 Thread pranab.das
Subject: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand ler.java:40

Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-02-27 Thread Sneha Manohar
org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407) org.apache.jasper.compiler.ErrorDisp

any doubt about tomcat contexts... help me please

2008-01-15 Thread Anderson Borges Coutinho
Hi., a nice day for all,. i have four applications at my tomcat 5.5 server, those applications are 4 war files, and i need share one java object between contexts... can you help me ? thanks -- Anderson Borges Coutinho

  1   2   >