RE: URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
7; Subject: RE: URI Servlet Path Problems How about ? > -Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 4:10 PM > To: 'Tomcat Users List' > Subject: RE: URI Servlet Path Problems > > > I did t

RE: URI Servlet Path Problems

2003-08-14 Thread Mike Curwen
u GOT to the form by saying http:///www.yourdomain.com/holocron/secure/showmetheform Then all relative urls will be from http://www.yourdomain.com/holocron/secure/ > -Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 4:22 PM &

RE: URI Servlet Path Problems

2003-08-14 Thread Mike Curwen
take off the leading slash on the form's action, so that it's referencing your web-app (root), and not the server root. The URI pattern still needs the leading slash. > -Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 4:04 PM > To:

RE: URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
I'll have to give that a shot. I know that STRUTS uses that. Thanks Gregg -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 4:45 PM To: 'Tomcat Users List' Subject: RE: URI Servlet Path Problems I think the way this is &#x

RE: URI Servlet Path Problems

2003-08-14 Thread Mike Curwen
How about ? > -Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 4:10 PM > To: 'Tomcat Users List' > Subject: RE: URI Servlet Path Problems > > > I did that. But here is the problem with tha

RE: URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
Correction, url is http://localhost:8080/holocron/secure/servlet/AddReference. But still not the correct one. Gregg -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 4:10 PM To: 'Tomcat Users List' Subject: RE: URI Servlet Pat

RE: URI Servlet Path Problems

2003-08-14 Thread Mike Curwen
app name appended. I'm not sure this is the best use of the base tag though, but I've never had occasion to use it. Or have I? ;) > -Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 4:38 PM > To: 'Tomcat U

RE: URI Servlet Path Problems

2003-08-14 Thread Mike Curwen
I should clarify.. not just form actions. Any URL. So this applies for images, style sheets, links, etc, etc. > -Original Message- > From: Mike Curwen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 4:35 PM > To: 'Tomcat Users List' > Subject: RE:

RE: URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
PROTECTED] Sent: Wednesday, August 06, 2003 4:35 PM To: 'Tomcat Users List' Subject: RE: URI Servlet Path Problems Sorry, I realized after sending it didn't explain the misunderstanding... I got caught up with this not long ago when using sendRedirect, so I think I have this clear in

RE: URI Servlet Path Problems

2003-08-10 Thread Gregg Bolinger
lto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 4:08 PM To: 'Tomcat Users List' Subject: RE: URI Servlet Path Problems take off the leading slash on the form's action, so that it's referencing your web-app (root), and not the server root. The URI pattern still needs the lea

RE: URI Servlet Path Problems

2003-08-07 Thread Justin Ruthenbeck
At 02:37 PM 8/6/2003, you wrote: That is pretty much what my understanding was as well. But I am glad you cleared it up for me. So appending my webapp folder name is not "bad practice" then. It is just something that has to be done. Depends what you mean. Appending your webapp folder name in yo