Problems with tomcat server hostname mapping and ant tasks...server redirect problems

2003-11-14 Thread Mike Klein
As my tomcat is behind a firewall and not publicly visible (I use Apache connector) I had selected localhost as the engine name and host name. All of my tomcat functionality is working: manager, admin, jsps under docroot, axis, struts, blah blah. My tomcat version is 4.1.27, and it is using an

RE: IIS ISAPI Redirect problems (was Re: context.xml question)

2003-06-18 Thread Jose Santiago Oyervides Gonzalez
2K-IIS5, Tomcat 4.0.6. My uriworker.properties and worker.properties are in the past mail. Regards. Jose Oyervides. -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 3:53 PM To: Jose Santiago Oyervides Gonzalez Cc: [EMAIL PROTECTED] Subject: IIS ISAPI

IIS ISAPI Redirect problems (was Re: context.xml question)

2003-06-18 Thread Jason Bainbridge
G'day, You're welcome. :) In future though I suggest you post questions to the list and not direct to an individual you are much more likely to get help that way. :) (I've CC'd the list with this) As to your problem, can you give a few more details? Is the 404 being thrown by IIS or Tomcat? If

redirect problems?

2001-07-06 Thread Pär-Joel Utsi
Hello Tomcat/Jakarta/Apache I am experiencing some weird problems with my web server setup. My system configuration is: Windows 2000 server IIS 5.0 Jakarta Tomcat 3.2.2 MS SQL 2000 Avenir aveConnect JDBC-driver 2.4M (developer verison) I have built an "insert post" page in MM Dreaweaver Ultrade

Re: Strange redirect problems with non-existent /servlets/ JkMount

2000-12-19 Thread David Bussenschutt
I don't know if it's related, but I had a similar problem with weird persistence of things that shouldn't persist after a restart, and found that clearing out the $TOMCAT_HOME/work folder solved this: $TOMCAT_HOME/conf/tomcat.sh stop rm -rf $TOMCAT_HOME/work/* $TOMCAT_HOME/conf/tomcat.sh start A

Strange redirect problems with non-existent /servlets/ JkMount

2000-12-19 Thread Cato, Christopher
I have run into a strange little problem. I have a web application consisting of 40 servlets. In the servlet code a good deal of redirects are going on between the servlets. All redirects are pointed towards "/app01/servlet/servletx". The only apps that are configured except the /app01 are /exampl

Re: AW: redirect problems?

2000-10-30 Thread William Brogden
ok wrote: > > yeah, I have returns, why does this do this, there is no documentation in the > JSP spec saying i have to do returns after a redirect. Is this a bug in tomcat? > The docs for javax.servlet.http.HttpServletResponse.sendRedirect States: "After using this method the response shou

AW: AW: redirect problems?

2000-10-30 Thread Amrhein, Thomas
esendet am: Montag, 30. Oktober 2000 16:11 An: [EMAIL PROTECTED] Betreff: Re: AW: redirect problems? yeah, I have returns, why does this do this, there is no documentation in the JSP spec saying i have to do returns after a redirect. Is this a bug in tomcat? On Mon, 30 Oct 2000, you wrote: >

Re: AW: redirect problems?

2000-10-30 Thread ok
det am: Freitag, 27. Oktober 2000 18:41 > An: [EMAIL PROTECTED] > Betreff: redirect problems? > > Hi, > We are using Apache 1.3.12 with Tomcat 3.1 and experiencing weird problems. > > 1. checkout.jsp (FORM collecting new user info) >- POSTs to checkout_eng1.jsp > >

AW: redirect problems?

2000-10-30 Thread Amrhein, Thomas
: jim [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 27. Oktober 2000 18:41 An: [EMAIL PROTECTED] Betreff: redirect problems? Hi, We are using Apache 1.3.12 with Tomcat 3.1 and experiencing weird problems. 1. checkout.jsp (FORM collecting new user info) - POSTs to checkout_eng1.jsp 2. checkout_

redirect problems?

2000-10-27 Thread jim
Hi, We are using Apache 1.3.12 with Tomcat 3.1 and experiencing weird problems. 1. checkout.jsp (FORM collecting new user info) - POSTs to checkout_eng1.jsp 2. checkout_eng1.jsp - adds user from #1 and does a response.sendRedirect("/checkout2.jsp"); 3. checkout2.jsp shows the next FORM