Re: Session lost when switching from https to http in Tomcat 5.

2005-05-01 Thread Bob Feretich
Tomcat (starting with Tomcat 4) stores the JSESSIONID cookie as a secure cookie that is tagged for port 443 (or 8443) when the session begins under HTTPS. Browsers are not allowed to send secure cookies under plain HTTP, so your session is lost. For Tomcat 4 or 5 you must start your session

Re: Tomcat Administration problem

2005-05-01 Thread Nir Tayeb
Thank you, but the solution you offered is not helpful to me. I have created a user with a role of manager, and I login with his. but yet, the server prompt me for a username and password. this is the user definition code: user username=nir password=123456 roles=manager/ thanks, nir :-) On

Re: no host matches server name localhost

2005-05-01 Thread mbneto
Hi Jon, Did you use mod_jk2 to use apache ? I was looking for tips regarding a virtualhost setup/mod_jk2/tomcat setting On 4/27/05, Jonathan August [EMAIL PROTECTED] wrote: I think I was just missing a Context. Thanks for the help, Rod!! -Jon On Apr 27, 2005, at 4:24 PM,

Re: Session lost when switching from https to http in Tomcat 5.

2005-05-01 Thread Anhony
Greetings, Your help is greatly appreciated, I have hade a devil of a time with this. I am glad to know this was not caused by an error in my code. Again, thanks very much for your help. Best Regards, Anthony- - Original Message - From: Bob Feretich [EMAIL PROTECTED] To: [EMAIL

virtual host not working

2005-05-01 Thread mbneto
Hi, I am trying to make my apache/tomcat server work but no luck so far. I've created a /var/www/html/mydomain/jsp, /var/www/html/mydomain/WEB-INF/classes and put the numguess.jsp, WEB-INF/classes/num/NumberGuessBean.class NumberGuessBean.java. I've added a Location in my apache's httpd.conf

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-05-01 Thread Anto Paul
On 4/30/05, Anoop kumar V [EMAIL PROTECTED] wrote: I am not sure why you had a blank (empty) webapps directory - possibly because you chose to download a version of tomcat4.0 which has no examples included... I have done nothing at all to the web.xml. There was abs nothing wrong with your

Re: RES: How to search tomcat user list

2005-05-01 Thread Anto Paul
On 4/30/05, Roberto Rios [EMAIL PROTECTED] wrote: I found it: http://www.mail-archive.com Bob -Mensagem original- De: Roberto Rios [mailto:[EMAIL PROTECTED] Enviada em: sábado, 30 de abril de 2005 12:18 Para: 'Tomcat Users List' Assunto: How to search tomcat user list

RE: Tomcat Administration problem

2005-05-01 Thread Caldarale, Charles R
From: Nir Tayeb [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Administration problem I have created a user with a role of manager, and I login with his. but yet, the server prompt me for a username and password. The manager role is for the manager app; you must have an admin role to use

Re: RES: How to search tomcat user list

2005-05-01 Thread Vinicius
Anto Paul escreveu: On 4/30/05, Roberto Rios [EMAIL PROTECTED] wrote: I found it: http://www.mail-archive.com Bob -Mensagem original- De: Roberto Rios [mailto:[EMAIL PROTECTED] Enviada em: sábado, 30 de abril de 2005 12:18 Para: 'Tomcat Users List' Assunto: How to search tomcat user

Re: Tomcat Administration problem

2005-05-01 Thread Nir Tayeb
I will try to explain, When I enter the default web app ($CATALINA_HOME/webapps/ROOT/index.jsp) by typing 127.0.0.1:8080 in the address-bar. In the side bar I choose Tomcat manager under Administration and I am prompted for a username and a password. Trying to login with manager or admin roles

Re: 2 nd Try : help need for hosting the website

2005-05-01 Thread Ashok Anumandla
Hi All, First thanks for your responses, the site name i am trying to make it working is not www.anishanumandla.com, www.anishanumandla.com was hosted in apache 2,with apache, it is working fine, i am trying to make it work www.filmiinfo.com with tomcat5.5.9, i am really sorry for the website

Re: 2 nd Try : help need for hosting the website

2005-05-01 Thread Ashok Anumandla
It is working now, please ignore my previous message, it was path problem... Ashok Ashok Anumandla wrote: Hi All, First thanks for your responses, the site name i am trying to make it working is not www.anishanumandla.com, www.anishanumandla.com was hosted in apache 2,with apache, it is working

[OT] : How to get a connection from Tomcat DBCP from a remote application?

2005-05-01 Thread appa rao
Hi, I am using Tomcat 5.5.7 and configured DBCP properly to work with Oracle 9i. Everything is working fine if I try to get the connection from the Pool from an application deployed in Tomcat. However if I try to get the connection from the Pool from an application which is not deployed in

Re: [OT] : How to get a connection from Tomcat DBCP from a remote application?

2005-05-01 Thread QM
On Sun, May 01, 2005 at 05:46:22PM -0700, appa rao wrote: : However if I try to get the connection from the Pool from an application which is not deployed in Tomcat (remote client), I am getting not bound exceptions. This makes sense. Keep in mind, JNDI is just a lookup/storage service for

Error Redirection

2005-05-01 Thread Steve Vanspall
Hi there, This is probably an obvious question, but if a JSP or some other error occurs that would usually make tomcat do a printStackTrace() into HTML and display it on the browser. e.g -- HTTP Status 500 -

RE: Error Redirection

2005-05-01 Thread Fritz Schneider
Steve, Have you tried a custom error page for error 500? error-page error-code500/error-code location/_error/500.html/location /error-page Fritz -Original Message- From: Steve Vanspall [mailto:[EMAIL PROTECTED] Sent: Sunday, May 01, 2005 6:33 PM To: Tomcat User List Subject: Error

Re: Error Redirection

2005-05-01 Thread Steve Vanspall
oh ok thanks, new it would be simple oh but is there a default, catch all option, actually i will look the tag up. Thanks Steve - Original Message - From: Fritz Schneider [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Monday, May 02, 2005 11:44 AM

Re: Tomcat Administration problem

2005-05-01 Thread Anto Paul
On 5/2/05, Nir Tayeb [EMAIL PROTECTED] wrote: I will try to explain, When I enter the default web app ($CATALINA_HOME/webapps/ROOT/index.jsp) by typing 127.0.0.1:8080 in the address-bar. In the side bar I choose Tomcat manager under Administration and I am prompted for a username and a