Re: html:errors/ blank page on invalid form

2005-05-26 Thread Gurumoorthy
: html:errors/ blank page on invalid form Andy wrote: Hi All, I'm unable to output any errors using html:errors/ tag, in Tomcat 5.5.7 I've tried numerous configurations and have now ran out of patience. As I haven't been using Struts for more than three days I hope somebody more experienced can

RE: html:errors/ blank page on invalid form

2005-05-26 Thread Andy
: Re: html:errors/ blank page on invalid form hello html:form action=/SubmitLogonForm.do is wrong html:form action=/SubmitLogonForm Regards Guru - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent

Re: html:errors/ blank page on invalid form

2005-05-26 Thread Gurumoorthy
/action - Original Message - From: Andy [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, May 26, 2005 5:00 PM Subject: RE: html:errors/ blank page on invalid form Guru and Nikola, Thanks for the suggestions, having looked

html:errors/ blank page on invalid form

2005-05-25 Thread Andy
Hi All, I'm unable to output any errors using html:errors/ tag, in Tomcat 5.5.7 I've tried numerous configurations and have now ran out of patience. As I haven't been using Struts for more than three days I hope somebody more experienced can point help me out. When I select Submit, entering

Re: html:errors/ blank page on invalid form

2005-05-25 Thread David Smith
Look for an exception in the logs. Empty output usually means an uncaught exception. --David Andy wrote: Hi All, I'm unable to output any errors using html:errors/ tag, in Tomcat 5.5.7 I've tried numerous configurations and have now ran out of patience. As I haven't been using Struts for

Re: html:errors/ blank page on invalid form

2005-05-25 Thread Nikola Milutinovic
Andy wrote: Hi All, I'm unable to output any errors using html:errors/ tag, in Tomcat 5.5.7 I've tried numerous configurations and have now ran out of patience. As I haven't been using Struts for more than three days I hope somebody more experienced can point help me out. When I select

blank page

2005-01-26 Thread Pablo Carretero Sánchez
Hi all, I have a problem in my production environment and I cann't reproduce this in develop one. I'm using Tomcat 5.0.27, IIS 6 and Isapi_redirect 1.0. When I ask on jsp or servlet I get blank page. I review the looger but I don't see any error. Only in the IIS connector I can see entries like

Re: blank page

2005-01-26 Thread bounce
Geachte relatie, Het door u gebruikte e-mailadres is niet meer actief. U kunt uw e-mailbericht sturen naar [EMAIL PROTECTED] of dit bericht beantwoorden. Bedankt voor uw medewerking, Met vriendelijke groet, ATP Hypotheken Het Spoor 40 3994 AK Houten Tel. 030 750 25 33 Fax. 030 750 25 88

Re: blank page

2005-01-26 Thread Parsons Technical Services
: [EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 4:16 AM Subject: blank page Hi all, I have a problem in my production environment and I cann't reproduce this in develop one. I'm using Tomcat 5.0.27, IIS 6 and Isapi_redirect 1.0. When I ask on jsp or servlet I get blank page. I review

RE: Blank Page when using http://192.168.1.100/

2004-12-01 Thread Chirag
System jakarta-tomcat-5.5.2 IE 6.0 SP1 JDK 1.5   I am also facing the same problem   http://localhost/ works http://127.0.0.1/ works   but http://203.192.195.195/ not works   I get the following exception   INFO: JK2: ajp13 listening on /0.0.0.0:8009 Dec 1, 2004 7:17:38 PM

Blank Page when using http://192.168.1.100/

2004-11-30 Thread Ted Anagnost
http://localhost/ works http://127.0.0.1/ works http://192.168.1.100/mysite/ works 192.168.1.100 is my internal IP http://192.168.1.100/ displays a BLANK PAGE 1. Why does it display a blank page when using http://192.168.1.100/ 2. What is the proper way to make all of these redirect

RE: Blank Page when using http://192.168.1.100/

2004-11-30 Thread Mark Benussi
Are you using a router? Original Message Follows From: Ted Anagnost [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Blank Page when using http://192.168.1.100/ Date: Wed, 1 Dec 2004 00:26:51 -0600 http://localhost/ works http://127.0.0.1

Re: Blank Page when using http://192.168.1.100/

2004-11-30 Thread Ted Anagnost
Yes - Original Message - From: Mark Benussi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 1:34 AM Subject: RE: Blank Page when using http://192.168.1.100/ Are you using a router? Original Message Follows From: Ted Anagnost [EMAIL PROTECTED] Reply

Re: Blank Page when using http://192.168.1.100/

2004-11-30 Thread Mark Benussi
-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Blank Page when using http://192.168.1.100/ Date: Wed, 1 Dec 2004 01:36:47 -0600 Yes - Original Message - From: Mark Benussi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 1:34

vitual hosts returning blank page on tomcat 5

2004-10-21 Thread hanasaki
The below virtual host was added to the tomcat5.0 and 5.5 server.xml file. There is an index.html page in the directory specified by the appBase. Hitting www.hanaden.com gives a blank page and no entry in any log file. Entries/xml files in the Catalina/www.hanaden.com directory seem

Servlet returning blank page and then re-initing every 5 minutes

2004-01-12 Thread Allistair Crossley
I am not sure if this is a Tomcat or Struts or code problem... Every now and again (every 5 minutes or so) my requests to Tomcat are coming back with a blank white page. The logs show the following stack trace where myController is an ActionServlet ... Servlet.service() for servlet

RE: Servlet returning blank page and then re-initing every 5 minutes

2004-01-12 Thread Shapira, Yoav
Howdy, Is your server or webapp being restarted? ;) Is your context reloadable and the class files are changing? Does anyone know what could be going on here? Why is the servlet going down and then having to be revived by subsequent requests to it? Your servlet is not being revived by

RE: Servlet returning blank page and then re-initing every 5 minutes

2004-01-12 Thread Allistair Crossley
Hi No its not being restarted! Yes it is reloadable and we are compiling often, but I have found that in general it only serves a blank page when a request is made to a class that has been recompiled. OK, I will assume there is nothing untoward here for now! Cheers! -Original Message

RE: Servlet returning blank page and then re-initing every 5 minutes

2004-01-12 Thread Shapira, Yoav
Howdy, No its not being restarted! Yes it is reloadable and we are compiling often, but I have found that in general it only serves a blank page when a request is made to a class that has been recompiled. So your context is reloadable and you're changing classes often, but the context

RE: Servlet returning blank page and then re-initing every 5 minutes

2004-01-12 Thread Allistair Crossley
blank page and then re-initing every 5 minutes Howdy, Is your server or webapp being restarted? ;) Is your context reloadable and the class files are changing? Does anyone know what could be going on here? Why is the servlet going down and then having to be revived by subsequent requests

RE: Servlet returning blank page and then re-initing every 5 minutes

2004-01-12 Thread Shapira, Yoav
Howdy, Thanks Yoav, I will try this out. I also want to solve our Pool Exhausted problem (even though all connections are being closed in the source) and the fact that our Tomcat memory goes up and up and crashes out at 158MB in process memory. I am bundling these issues together as one task!!

RE: Servlet returning blank page and then re-initing every 5 minutes

2004-01-12 Thread Allistair Crossley
[mailto:[EMAIL PROTECTED] Sent: 12 January 2004 14:54 To: Tomcat Users List Subject: RE: Servlet returning blank page and then re-initing every 5 minutes Howdy, Thanks Yoav, I will try this out. I also want to solve our Pool Exhausted problem (even though all connections are being closed

Filter shows blank page in 4.1.18

2003-01-18 Thread Affan Qureshi
I had filters configured for my webapp which worked in Tomcat 4.1.12 but now when I have installed 4.1.18 I get a blank page for *some* of my pages which do *not* contain images. The ones that contain images look fine and the filter works on them too. Strange problem. What must I be doing wrong

Re: Filter shows blank page in 4.1.18

2003-01-18 Thread Craig R. McClanahan
On Sat, 18 Jan 2003, Affan Qureshi wrote: Date: Sat, 18 Jan 2003 16:35:19 +0500 From: Affan Qureshi [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED] Subject: Filter shows blank page in 4.1.18 I had filters configured for my webapp which

tomcat 4.1 displays a blank page when compiling a JSP with compilationerrors

2002-11-18 Thread Christos Karras
On one of our Tomcat 4.1.12 servers, when someone requests a JSP page that has compilation errors, he gets a blank page instead of getting a tomcat generated page showing the compilation error. So we have to look in tomcat's logs to get the error message. That's nice for a production server

Re: tomcat 4.1 displays a blank page when compiling a JSP with compilation errors

2002-11-18 Thread Robin Lee \(Tech Support\)
... Hope this helps, ...Robin - Original Message - From: Christos Karras [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 18, 2002 1:49 PM Subject: tomcat 4.1 displays a blank page when compiling a JSP with compilation errors On one of our Tomcat 4.1.12 servers, when someone

Re: tomcat 4.1 displays a blank page when compiling a JSP with compilationerrors

2002-11-18 Thread Christos Karras
Nope, I tried making a very simple JSP with syntax errors: % test % which should give me an error message because test is not defined, but I still only get a blank page, and an error only in the logs Robin Lee (Tech Support) wrote: Hi Christos, Quick Question for you. Does your JSP page have

SERVLET : transform XSL+XML -OUTPUT = blank page

2001-06-27 Thread Pedro Salazar
Greetings, I made a servlet where I try to produce a result to output stream of the response object that came from a transformation of XML + XSL. But, I just get a blank page in output...!? I put the same piece of code that exists in doGet() of my servlet in a isolated test class

Re: SERVLET : transform XSL+XML -OUTPUT = blank page

2001-06-27 Thread Fernando_Salazar
] | | cc: (bcc: Fernando Salazar/CAM/Lotus) | | Subject: SERVLET : transform XSL+XML -OUTPUT = blank page

Re: SERVLET : transform XSL+XML -OUTPUT = blank page

2001-06-27 Thread Pedro Salazar
Pedro Salazar wrote: Greetings, I made a servlet where I try to produce a result to output stream of the response object that came from a transformation of XML + XSL. But, I just get a blank page in output...!? I put the same piece of code that exists in doGet() of my servlet