RE: Migrating .war to webapps - now restarting tomcat sever

2010-03-06 Thread Koushaldev Ramkalawon
Tomcat Version: 6.0.20 OS: Windows XP 32-bit Thanks Mr Chuck for ur support. I understood the auto deployment part. I have got another question. I am using context root, are there any changes I need to make in any file whatsoever. Thanks Koushaldev Ramkalawon > From: chuck.caldar...@unisys

RE: Migrating .war to webapps - now restarting tomcat sever

2010-03-06 Thread Caldarale, Charles R
> From: Koushaldev Ramkalawon [mailto:koush...@hotmail.com] > Subject: Migrating .war to webapps - now restarting tomcat sever > > I am using the latest version of tomcat server And what do you think is the "latest version"? Be precise. > OS: Windows XP 32- or 64-bit? > I want to add a .war t

Migrating .war to webapps - now restarting tomcat sever

2010-03-06 Thread Koushaldev Ramkalawon
hi to all, I am using the latest version of tomcat server OS: Windows XP I want to add a .war to the webapps folder. I have read that the tomcat server need to be restarted for the .war file to be unpacked and it's only then we will be able to access the application. I am writing a .bat pro

Re: IIS Tomcat Connector ISAPI 1.2.27 cannot connect to running Tomcat 5.5 Instances

2010-03-06 Thread Wilmer Tan
Hi Andre and Rainer, thank you for your response. Here is the output of the netstat command. I filereted them already to the tomcat processes returned. TCP0.0.0.0:8088 0.0.0.0:0 LISTENING 6224 [tomcat5.exe] TCP0.0.0.0:8109 0.0.0.0:0 LISTENING

Re: Tomcat response Blank Page

2010-03-06 Thread Pid
On 06/03/2010 18:36, Shirely wrote: I already monitor it by network packet level, I found that server side have receive the reqeust. and it have response it by sending out a packet. but the response packet only have a "0" at the body part. How many bytes does the access log say it sent? Is the

RE: Tomcat response Blank Page

2010-03-06 Thread Shirely
I already monitor it by network packet level, I found that server side have receive the reqeust. and it have response it by sending out a packet. but the response packet only have a "0" at the body part. Shirley n828cl wrote: > >> From: Shirely [mailto:shir...@powerelab.com] >> Subject: Re: To

Re: IIS Tomcat Connector ISAPI 1.2.27 cannot connect to running Tomcat 5.5 Instances

2010-03-06 Thread Rainer Jung
On 06.03.2010 14:02, Wilmer Tan wrote: Hi, I need help desperately. Our IIS Web Server crashed and since recovery, IIS could no longer connect to Tomcat correctly. The Browser Displays "Service Temporarily Unavailable!" jakarta/ISAPI/isapi_redirect. IIS is working and Tomcat Instances are all ru

RE: Tomcat response Blank Page

2010-03-06 Thread Caldarale, Charles R
> From: Shirely [mailto:shir...@powerelab.com] > Subject: Re: Tomcat response Blank Page > > Then, I found that when it display blank page, it will not update the > session counter and also didn't read to text file. Sounds like something in between is responding to the request, rather than it re

Re: Tomcat response Blank Page

2010-03-06 Thread Shirely
No, My original code is doing some calculation at server and return is display as JSP and send to client. However, I found sometimes it will display "blank" page so I add this sample code to test the server. Then, I found that when it display blank page, it will not update the session counter and

Re: IIS Tomcat Connector ISAPI 1.2.27 cannot connect to running Tomcat 5.5 Instances

2010-03-06 Thread André Warnier
Wilmer Tan wrote: Hi, I need help desperately. Our IIS Web Server crashed and since recovery, IIS could no longer connect to Tomcat correctly. The Browser Displays "Service Temporarily Unavailable!" jakarta/ISAPI/isapi_redirect. IIS is working and Tomcat Instances are all running and accessible

IIS Tomcat Connector ISAPI 1.2.27 cannot connect to running Tomcat 5.5 Instances

2010-03-06 Thread Wilmer Tan
Hi, I need help desperately. Our IIS Web Server crashed and since recovery, IIS could no longer connect to Tomcat correctly. The Browser Displays "Service Temporarily Unavailable!" jakarta/ISAPI/isapi_redirect. IIS is working and Tomcat Instances are all running and accessible if I access the port

Re: Servlet mapping, welcome file and trailing slashes

2010-03-06 Thread Konstantin Kolinko
2010/3/6 Pid : > Maybe one of the devs can confirm whether it's the DefaultServlet which > handles the redirect/forward/whatever from /dir to the trailing slash > variant /dir/?  (I couldn't work it out from a quick look in SVN) > I think that is o.a.tomcat.util.http.mapper.Mapper#internalMapWrapp

Re: Servlet mapping, welcome file and trailing slashes

2010-03-06 Thread Pid
On 06/03/2010 00:56, GreggCarrier wrote: I'm having a frustrating problem and I can't find the right configuration for what I want. Hoping someone can offer some insight. Desired behavior: I want all requests to my webapp to be handled by one servlet except requests for index.jsp or the root of