RE: servlet help

2005-01-13 Thread Casas, Claudia
will have some servlet app. specific context which will help you. Regards, Edmon Software Architecture to the Rescue - Original Message - From: Casas, Claudia [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, January 12, 2005 3:16 PM Subject: RE

sessions do not work from homedirs and servlets do not work through apache

2005-01-13 Thread Casas, Claudia
Hello everyone, I am using apache2, tomcat5.5, and jk2. I have configured my tomcat to run from my user home directories. Also I have configure apache to run with tomcat with jk2 through my home directories as well. Now, I am facing two problems that are driving me crazy, here they are in order of

RE: sessions do not work from homedirs and servlets do notwork through apache

2005-01-13 Thread Casas, Claudia
We thought that the data from the session was being lost, but actually the session itself is recreated with a new ID every time we go from one jsp to the next one. I thought that tomcat manages the sessions through cookies so I do not see how my session id and data is being lost. By the way my

servlet help

2005-01-12 Thread Casas, Claudia
I am running tomcat5.5.4, apache2.0.52 and jk2. 1)I an run my jsp's and servlets from root. I have configured tomcat to run my jsp's from the homedirs, but I do not know how to configure tomcat to run servlets from the homedirs. I can run my jsp's like this:

RE: servlet help

2005-01-12 Thread Casas, Claudia
servlet-nameinvoker/servlet-name url-pattern/servlet/*/url-pattern /servlet-mapping -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 11:56 AM To: tomcat-user@jakarta.apache.org Subject: servlet help I am running tomcat5.5.4

RE: servlet help

2005-01-12 Thread Casas, Claudia
0 -- David da Guia Carvalho Animus Tecnologia da Informação Tel.: (21) 3525-8800 Fax: (21) 3525-8801 http://www.animus-ti.com.br On Jan 12, 2005 06:16 PM, Casas, Claudia [EMAIL PROTECTED] wrote: Oki

session newbie question

2005-01-11 Thread Casas, Claudia
Hello Everyone, Can anyone tell me how to activate sessions in tomcat? I migrated a project from to tomcat5.5 and apache2 and everything seems to work, except the sessions are being lost. I am thinking there should be a variable somewhere in the server.xml to specify that I want to allow sessions,

RE: apache2 tomcat5 jk2 questions

2005-01-10 Thread Casas, Claudia
Well, for now it is working. But I am thinking in moving to the jk1 again soon. Really ironic, I decided to choose jk2 so that I would not have to upgrade in a while, but well, back luck. -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 7:04 PM To:

RE: apache2 tomcat5 jk2 questions

2005-01-06 Thread Casas, Claudia
On Wed, 05 Jan 2005 11:32:01 -0800, Dwayne Ghant [EMAIL PROTECTED] wrote: This should help atleat I hope: Your httpd.conf should look something like this at the bottom. Location /*.jsp JkUriSet worker ajp13:localhost:8009 /Location Have a beautiful day. Casas, Claudia wrote

apache2 tomcat5 jk2 questions

2005-01-05 Thread Casas, Claudia
Hello everybody, I have configured jk2 successfully finally to work with apache and tomcat. #!Question 1 I have included the following in my server.xml file: Context path=/ccasas docBase=/home/ccasas/wwwdocs debug=0 reloadable=true crossContext=true /Context This allows me to see my jsp

RE: apache2 tomcat5 jk2 questions

2005-01-05 Thread Casas, Claudia
Web Applications Casas, Claudia wrote: Hello everybody, I have configured jk2 successfully finally to work with apache and tomcat. #!Question 1 I have included the following in my server.xml file: Context path=/ccasas docBase=/home/ccasas/wwwdocs debug=0 reloadable=true crossContext=true

RE: Tomcat + Apache + SSL

2004-07-01 Thread Casas, Claudia
I followed John Turner's Web page: http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-how-to.html and it worked perfectly. This site is only for connecting Tomcat and apache through a connector. But not sure about the ssl. -Original Message- From: Lorenzo A. Jimenez Briceno

RE: Tomcat + Apache + SSL

2004-07-01 Thread Casas, Claudia
: Lorenzo A. Jimenez Briceno [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 3:46 PM To: Tomcat Users List Subject: RE: Tomcat + Apache + SSL Importance: High Thanks Claudia, Do you know about TC5 and A2 -Mensaje original- De: Casas, Claudia [mailto:[EMAIL PROTECTED] Enviado el: Jueves

RE: html file problem in apache-tomcat/serious problem

2004-06-24 Thread Casas, Claudia
Have you checked if your shiva folder account has 755 permissions? -Original Message- From: shiv juluru [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:11 AM To: Tomcat Users List Subject: html file problem in apache-tomcat/serious problem hi friends, i am using apache 2.x

RE: RE: Tomcat does not compiles my .jsp!

2004-06-24 Thread Casas, Claudia
The version of tomcat that I am using is tomcat-4.1.30 I just included in my classpath the servlet.jar, but NO results yet. -Original Message- From: deepak shripat mane [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:28 AM To: Tomcat Users List Subject: Re: RE: Tomcat does

RE: does anybody know what this means?

2004-06-24 Thread Casas, Claudia
this means?   Hii Hii Have u included Tag Library Decriptor file into WEB-INF / lib folder u can solve this problem Deepak On Thu, 24 Jun 2004 Casas,Claudia wrote : 2004-06-23 22:42:05 WebappLoader[/dln]: Deploy JAR /WEB-INF/lib/pop3.jar to /home/dln/wwwdocs/WEB-INF/lib/pop3.jar 2004-06-23 22:42:05

my jsps don't work anymore :(

2004-06-23 Thread Casas, Claudia
I have no idea what happened! Yesterday everything was working beautifully. Today all I did was to restart the server, and now my jsps do not work from my home directories. If I access http://localhost:8080/examples or http://localhost/examples , it works fine. But if I try to access a jsp

RE: my jsps don't work anymore :(

2004-06-23 Thread Casas, Claudia
PROTECTED] Sent: Wednesday, June 23, 2004 3:58 PM To: 'Tomcat Users List' Subject: RE: my jsps don't work anymore :( Can you post your error message? You also have mydomain.com:8080/myacct/myfile.jsp...for the jsp that doesn't work. Does it with localhost? -Original Message- From: Casas

RE: my jsps don't work anymore :(

2004-06-23 Thread Casas, Claudia
post your error message? You also have mydomain.com:8080/myacct/myfile.jsp...for the jsp that doesn't work. Does it with localhost? -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 3:16 PM To: Tomcat Users List Subject: my jsps don't work

RE: my jsps don't work anymore :(

2004-06-23 Thread Casas, Claudia
? Original Message Follows From: Casas, Claudia [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: my jsps don't work anymore :( Date: Wed, 23 Jun 2004 16:29:20 -0600 By the way, I tried it with http://localhost:8080/myacct

does anybody know what this means?

2004-06-23 Thread Casas, Claudia
2004-06-23 22:42:05 WebappLoader[/dln]: Deploy JAR /WEB-INF/lib/pop3.jar to /home/dln/wwwdocs/WEB-INF/lib/pop3.jar 2004-06-23 22:42:05 WebappLoader[/dln]: Deploy JAR /WEB-INF/lib/smtp.jar to /home/dln/wwwdocs/WEB-INF/lib/smtp.jar 2004-06-23 22:42:05 WebappLoader[/dln]: Deploy JAR

RE: bean problem

2004-06-22 Thread Casas, Claudia
scope of beans Deepak On Mon, 21 Jun 2004 Casas,Claudia wrote : Hello everyone, I have managed to install tomcat4.1.30, apache2.0.49 and the jk1.2.5 connector. I included inside my server.xml file a new context path so that I can run my jsp application through my user directories. Here is what I

bean problem

2004-06-21 Thread Casas, Claudia
Hello everyone, I have managed to install tomcat4.1.30, apache2.0.49 and the jk1.2.5 connector. I included inside my server.xml file a new context path so that I can run my jsp application through my user directories. Here is what I included: Context path=/myuser docBase=/home/myuser/wwwdocs

I do not want port 8080. Anyone know how to?

2004-06-21 Thread Casas, Claudia
Hello everyone, I have my jsps running thorugh my user directories. For example, http://mydomain.com:8080/myuser/myfile.jsp I would like see if it is possible to take out the port 8080, so that it would seem like apache is processing the page. http://my.domain.com/myuser/myfile.jsp Is this

RE: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Casas, Claudia
Ta Matt -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 22:19 To: Tomcat Users List Subject: I do not want port 8080. Anyone know how to? Hello everyone, I have my jsps running thorugh my user directories. For example, http://mydomain.com:8080

RE: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Casas, Claudia
a mapping along the lines of /yourapp/*.jsp so that your jsp's are mapped or even just /yourapp/* should map the whole webapp. If you dont understand post your workers.properties and i'll see if I can help. Ta Matt -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: 21 June

RE: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Casas, Claudia
apache to handle all files ending in jsp through my tomcat worker. I just tested my jsps as http://my.domain.com/myacct/my.jsp, and they work beautifully. -Original Message- From: Casas, Claudia Sent: Monday, June 21, 2004 4:44 PM To: 'Tomcat Users List' Subject: RE: I do not want port 8080

RE: three problems

2004-06-18 Thread Casas, Claudia
Thanks QM! This works now! :) yuppiii! I run the same command for the iptables with a bit change: iptables -t filter -I RH-Firewall-1-INPUT 7\ -p tcp --dport 8080 \ -m state --state NEW -j ACCEPT service iptables save the -I option to

three problems

2004-06-17 Thread Casas, Claudia
Hello everyone, I am pretty new to tomcat. I just managed to install apache2.0.49 and tomcat4.1.30 and the jk1.2 connector on linux redhat 3 AS. I was so happy because when I typed: http://localhost:8080/examples and http://localhost/examples I am able to view my jsp and servlet examples. I have

RE: three problems

2004-06-17 Thread Casas, Claudia
at 05:44:51PM -0600, Casas, Claudia wrote: : 1) When I go to another PC and try to access my server: : http://my.domain.com:8080 http://my.domain.com:8080/ I get The page : cannot be displayed : but if I access http://my.domain.com:80 http://my.domain.com/ : (apache), it works fine : : Why

RE: three problems

2004-06-17 Thread Casas, Claudia
Well, I just finished installing tomcat5 also. When I run http://my.ip.address:8080 or http://my.domain.com:8080 I still get the same error the page cannot be displayed I run the commands that QM suggested and there are the results: lsof -i :8080 COMMAND PID USER FD TYPE DEVICE SIZE NODE

RE: three problems

2004-06-17 Thread Casas, Claudia
, Casas, Claudia wrote: : lsof -i :8080 : COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME : java2801 root3u IPv4 7503 TCP *:webcache (LISTEN) This is good. (Well, technically, it's not a good idea to run Tomcat as root -- but we'll get to that later ;) The iptables output confirms