Servlets works fine, JSP's don't

2009-01-02 Thread davefury
Hello, first of all, I must say I don't have much experience with Tomcat. Secondly, I don't know if this is an Apache2 problem, or Tomcat problem. The thing is, i'm having problems when trying to load jsp pages directly. I mean, I can load the tomcat default webpage, after that, I go to

Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread gen
Hi, Is it possible to install both TOMCAT5.5 TOMCAT6 in 1 PC? I had installed Tomcat6. And I need to install TOMCAT 5.5 for another system. So I like to install my developing environment for both. But I failed when install 5.5. And I succeed to install 5.5 if I un-installed 6.0 1st. Thanks

Re: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread davefury
Hi gen-6, do you mind opening a new post for your issue? Not very pleasant to have responses to one's issue asking for another different thing. Thanks. gen-6 wrote: Hi, Is it possible to install both TOMCAT5.5 TOMCAT6 in 1 PC? I had installed Tomcat6. And I need to install TOMCAT

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread Ghufran
Try to run the two tomcat servers on different ports. The port is usually mentioned in server.xml file. Ghufran -Original Message- From: gen [mailto:g...@bud.co.jp] Sent: Friday, January 02, 2009 5:07 PM To: 'Tomcat Users List' Subject: Is it possible to install both TOMCAT5.5 TOMCAT6?

Re: [OT] Basic int/char conversion question

2009-01-02 Thread André Warnier
Caldarale, Charles R wrote: From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: [OT] Basic int/char conversion question reset() is not implemented in InputStreamReader Quite correct; sorry - the revised code would be this: import java.io.ByteArrayInputStream; import

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread gen
Hi, Thanks for all of your early reply. To run only one server at a time is OK, but my problem is that I fail to install 5.5 after I installed 6. Do you mean that I have to ignore the error and just installed 5.5? # in this case only 6.0 got a service installed. Regards -Original

Re: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread William Bonnet
Hi Gen You ca as look as they do not use the same port (8080 can be used only by one server at a time) regards W. gen a écrit : Hi, Is it possible to install both TOMCAT5.5 TOMCAT6 in 1 PC? I had installed Tomcat6. And I need to install TOMCAT 5.5 for another system. So I like to install

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread Ghufran
What is the OS ? -Original Message- From: gen [mailto:g...@bud.co.jp] Sent: Friday, January 02, 2009 5:49 PM To: 'Tomcat Users List' Subject: RE: Is it possible to install both TOMCAT5.5 TOMCAT6? Hi, Thanks for all of your early reply. To run only one server at a time is OK, but my

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread gen
Hi, I use Win XP professional. SP2. Thanks -Original Message- From: Ghufran [mailto:ghufra...@vopium.com] Sent: Friday, January 02, 2009 9:57 PM To: 'Tomcat Users List' Subject: RE: Is it possible to install both TOMCAT5.5 TOMCAT6? What is the OS ? -Original

Re: Servlets works fine, JSP's don't

2009-01-02 Thread André Warnier
davefury wrote: [...] There seems to be something preventing Tomcat from running your JSP pages. I can't help you directly there, but before digging further, the following are some general tips, also usable for other problems with Apache and Tomcat. 1) Are you accessing Tomcat through

Re: [OT] Basic int/char conversion question

2009-01-02 Thread Ken Bowen
On Jan 2, 2009, at 7:39 AM, André Warnier wrote: Once again, as I believe Chuck once wrote, when one knows how to phrase the question, one probably has already 90% of the answer. Sometimes, posing the question solves the problem. More than once, thinking I was stuck, I set out to

Re: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread Ken Bowen
How are you installing? If you download the zip files for 5.5 and 6 from http://tomcat.apache.org/ , and unzip them in separate folders, then each can immediately be started directly using startup.bat in the bin of the respective installations, and will run properly. Dev environments such as

Re: Servlets works fine, JSP's don't

2009-01-02 Thread davefury
Hello awarnier, thank you very much for your detailed response: 1) I'm accessing Tomcat via http://machine_ip/ so, its through apache. 2) At the bottom of the error pages (the 500 Internal Server Error), the following can be found: Apache/2.2.3 (Debian) mod_jk/1.2.27 Server at 62.175.253.142

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread gen
Hi, I download apache-tomcat-5.5.27.exe and just run it. And it just gives me the following error window. # I already had Tomcat6 installed. Thanks -Original Message- From: Ken Bowen [mailto:kbo...@als.com] Sent: Friday, January 02, 2009 10:22 PM To: Tomcat Users

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread gen
Hi, The error windows shown as, Failed to install Tomcat5 service. Check your setting and permissions. Ignore and continue anyway (not recommended)? Thanks _ From: gen [mailto:g...@bud.co.jp] Sent: Friday, January 02, 2009 10:34 PM To: 'Tomcat Users List' Subject: RE:

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread BEN HMIDA aymen
Did you intall tomcat6 as a service either? If so you have to disable the service before installing tomcat5 and after installation change the listening port for one of them. -Message d'origine- De : gen [mailto:g...@bud.co.jp] Envoyé : vendredi 2 janvier 2009 14:41 À : 'Tomcat Users

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread gen
Yes, I had installed tomcat6 as service. I had set it as start-manually. But I still got the error during installation. Thanks -Original Message- From: BEN HMIDA aymen [mailto:aymen.benhm...@tunisiana.com] Sent: Friday, January 02, 2009 10:45 PM To: Tomcat Users List Subject: RE:

Problem loading jsp pages

2009-01-02 Thread davefury
(Opening new thread since original was highjacked by another person, with a different issue, making it extremely long with quotes) Hello, first of all, I must say I don't have much experience with Tomcat. Secondly, I don't know if this is an Apache2 problem, or Tomcat problem. The thing is, i'm

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread BEN HMIDA aymen
Yes of corse but is it started when you proceed to the second installation or not? -Message d'origine- De : gen [mailto:g...@bud.co.jp] Envoyé : vendredi 2 janvier 2009 14:53 À : 'Tomcat Users List' Objet : RE: Is it possible to install both TOMCAT5.5 TOMCAT6? Yes, I had installed

Re: Problem loading jsp pages

2009-01-02 Thread davefury
More information (response to user awarnier): Hello awarnier, thank you very much for your detailed response: 1) I'm accessing Tomcat via http://machine_ip/ so, its through apache. 2) At the bottom of the error pages (the 500 Internal Server Error), the following can be found: Apache/2.2.3

Can't update my application in Tomcat

2009-01-02 Thread Ghita Benkirane
Hi, I'm working on Mac leopard, I installed Tomcat 5,5,27 and deployed a GWT application using the war file in Manager, everything works fine. When I wanted to update the application, I only get the old version. In the Manager How to doc it says that I should undeploy and deploy the application

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread gen
No, the service is not started. And I also tried to set it to invalid and install again. And get the same error. Thanks -Original Message- From: BEN HMIDA aymen [mailto:aymen.benhm...@tunisiana.com] Sent: Friday, January 02, 2009 10:56 PM To: Tomcat Users List Subject: RE: Is it

Re: Problem loading jsp pages

2009-01-02 Thread Mark Thomas
davefury wrote: 3) I've had a look at both apache2 tomcat logs, and it just throws nothing after I reproduce the error. Catalina is set on debug mode, and I having a look at it, I only find DEBUG entries, not ERROR ones. Do you know if there is a way to increase verboseness on the errors

RE: Problem loading jsp pages

2009-01-02 Thread Martin Gainty
please display applicable ajp entries in httpd.conf e.g. /*httpd.conf*/ JkMount /*.jsp ajp13 # enter the full path to the tomcat webapps directory JkAutoAlias F:/TOMCAT/APACHE~1.17/webapps JkWorkerProperty worker.list=ajp13 JkWorkerProperty worker.loadbalancer.type=lb

Re: Problem loading jsp pages

2009-01-02 Thread André Warnier
davefury wrote: The apache/tomcat installation under Debian Etch works fine, and does not screw up either one of them. It splits them into many directories and adds quite a few links all over the place, but once you get the hang of it, it is rather easy and flexible. 1) I'm accessing

Re: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread Len Popp
The problem is that the Tomcat 5.5 and 6.0 installers are both using the same display name for the service (Apache Tomcat), and Windows doesn't allow that. You can install the service correctly using service.bat in Tomcat's bin directory. 1. Install one version of Tomcat (let's say 5.5). The

Re: Servlets works fine, JSP's don't

2009-01-02 Thread Kees Jan Koster
Dear davefury, The logs doesn't give me any information about the error. The environment is Debian Etch with Apache2, mod_jk connector and tomcat 5. Hmmm, Debian... Are you using the sucky repackaged Tomcat from the distro, or the normal one that you downloaded from tomcat.pache.org

RE: Servlets works fine, JSP's don't

2009-01-02 Thread Caldarale, Charles R
From: Kees Jan Koster [mailto:kjkos...@gmail.com] Subject: Re: Servlets works fine, JSP's don't Hmmm, Debian... Are you using the sucky repackaged Tomcat from the distro, or the normal one that you downloaded from tomcat.pache.org manually? Similarly, what JRE is being used? If it's gcj,

tomcat and ssl

2009-01-02 Thread daniel steel
hi all, one of our customers went live recently with SSL enabled. they are having performance issues and on troubleshooting we found stdout.log growing rapidly. stdout log contains lot of hexa decimal charatcers and for each jsp call execution it seems to be dumping the handshake + encryption

RE: Is it possible to install both TOMCAT5.5 TOMCAT6?

2009-01-02 Thread gen
Hi All, Thank all of you. This works. I ignore the error and do what Len said that just install the service. And it did works. Thanks, Len. Thanks again. -Original Message- From: Len Popp [mailto:len.p...@gmail.com] Sent: Saturday, January 03, 2009 3:06 AM To: Tomcat Users List