Re: response.sendRedirect problem in Tomcat 5.0.18

2004-01-31 Thread Ben Souther
On Saturday 31 January 2004 11:32 pm, you wrote: > at org.apache.jsp.product_jsp._jspService(product_jsp.java:283) If you go into your work directory, and look at product_jsp.java line 283, you will see exactly what's causing the problem. Without seeing your code, I can't be sure what the proble

response.sendRedirect problem in Tomcat 5.0.18

2004-01-31 Thread Anthony Gray
Hi All, Repost due to a spelling error - sorry: I'm having a problem with response.sendRedirect lines when running Tomcat 5.0.18. I don't have this issue when using tomcat 5.0.16. Do you know if this function has been changed in tomcat 5.0.18 ? I am able to call the respective pages success

context configuration file being overwritten

2004-01-31 Thread Milt Epstein
Hi there. I'm using tomcat 5.0.18 basically out of the box. I set up a webapp in a directory outside the /webapps directory. So I created a context configuration file for the webapp, and put a symbolic link to it in /conf/Catalina/localhost. This was all per the documentation and the source.

resonse.sendRedirect problem in Tomcat 5.0.18

2004-01-31 Thread Anthony Gray
Hi All, I'm having a problem with resonse.sendRedirect lines when running Tomcat 5.0.18. I don't have this issue when using tomcat 5.0.16. Do you know if this function has been changed in tomcat 5.0.18 ? I am able to call the respective pages successfully but not using the redirect. I'm cur

Re: Newbie problem compiling JSP with Tomcat 5.0.16

2004-01-31 Thread Ben Souther
Your beans need to be in a package. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html > My system is Linux Redhat9 with Tomcat 5.0.16 > > I can successfully install my tomcat application. > When I enter the URL to visit my application the contents of the > "index.htm

Re: Newbie problem compiling JSP with Tomcat 5.0.16

2004-01-31 Thread Deepak Parbhoo
Hey Barry. Check your file permissions and whether the user who is running Tomcat has the rights to write to the "$TOMCAT_HOME/work" directory. Barry Kimelman wrote: My system is Linux Redhat9 with Tomcat 5.0.16 I can successfully install my tomcat application. When I enter the URL to visit my

Newbie problem compiling JSP with Tomcat 5.0.16

2004-01-31 Thread Barry Kimelman
 My system is Linux Redhat9 with Tomcat 5.0.16   I can successfully install my tomcat application.When I enter the URL to visit my application the contents of the"index.html" file are successfully displayed.   However, when I click on a "Submit" button from the form displayedon the "index.htm

Re: ServletFilter on j_security_check

2004-01-31 Thread Tim Funk
Yeah. Use a Valve. A Valve is just like a filter but is tomcat dependent and is issued before any filters are invoked. Any such functionality your looking for is NOT Servlet spec specific so whatever solution you use - you'll be locked into that container. -Tim Frank Febbraro wrote: Well that

Re: ServletFilter on j_security_check

2004-01-31 Thread Frank Febbraro
Well that sucks :-( Any change that in the future Tomcat can have somethign silimar to the auth-filter in WebLogic...basically just a way to hookup (via interface) a class that can be notified of these events? Guess I need to break out my papers and roll my ownagain. For those with problems

Wrong Address

2004-01-31 Thread [EMAIL PROTECTED]
You've sent a message to an email address that does not exist in the txeurope.com server. Please check the address and send your email again. Thanks TXEurope.com Postmaster - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

update tomcat 4 to tomcat 5

2004-01-31 Thread Lars Schreiber
Hi can anybody explain me how to update between different versions of tomcat without install and configure the complete tomcat? its all if im copy the jars from the new tomcat in the /server/lib dir from the old tomcat ? Thanks

Re: own Impl of HttpServletResponse ?

2004-01-31 Thread Albrecht Berger
Tim Funk wrote: Sort of. Thats what HttpServletResponseWrapper and javax.servlet.Filter are for. http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServletResponseWrapper.html http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/Filter.html Thx, I will take a look at t

Re: own Impl of HttpServletResponse ?

2004-01-31 Thread Tim Funk
Sort of. Thats what HttpServletResponseWrapper and javax.servlet.Filter are for. http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServletResponseWrapper.html http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/Filter.html -Tim Albrecht Berger wrote: Hello, is it possib

own Impl of HttpServletResponse ?

2004-01-31 Thread Albrecht Berger
Hello, is it possible to replace the tomcat implementation of HttpServletResponse with my own ? Thx berger - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Wrong Address

2004-01-31 Thread [EMAIL PROTECTED]
You've sent a message to an email address that does not exist in the txeurope.com server. Please check the address and send your email again. Thanks TXEurope.com Postmaster - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Servlet Context Initialized more than once

2004-01-31 Thread Zoltan Regos
Hi All, I have been using Tomcat 4.1.18 with Apache2. I would need a class file to be called via the ServletContextListener to make some init things before any of my servlets would be called. I managed to get Tomcat to call my ServletContextListener when the context is initialized but for some u

Re: tomcat 4.1.27 & minProcessors vs tomcat 4.0.6

2004-01-31 Thread newsletter
This is an automated message that will hopefully answer any questions you might have: HOW TO UNSUBSCRIBE: Click on the unsubscribe link at the bottom of the newsletter you received. HOW TO SUBSCRIBE: Visit www.insanepictures.com and enter your email address into the subscribe box. HOW TO CHANGE

tomcat 4.1.27 & minProcessors vs tomcat 4.0.6

2004-01-31 Thread nate
Hello! In the tomcat documentation: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html there is this: minProcessors The number of request processing threads that will be created when this Connector is first started. This attribute should be set to a value smaller than that set f