Is it possible to specify a global 404 error page for all apps under tomcat 4

2002-07-22 Thread John Regan
Good afternoon, I am trying to specify a generic 404 error page for all webapps in tomcat 4. I added the following entry to tomcathome\conf\web.xml: error-page error-code404/error-code location/csa/jsp/Error404.jsp/location /error-page under the default welcome files list and it

RE: Is it possible to specify a global 404 error page for all app s un der tomcat 4

2002-07-22 Thread John Regan
] -Original Message- From: John Regan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 4:43 PM To: Tomcat User Group (E-mail) Subject: Is it possible to specify a global 404 error page for all apps un der tomcat 4 Good afternoon, I am trying to specify a generic 404 error page for all

RE: Off topic:cookies nightmare!!!!!!!!

2002-04-29 Thread John Regan
THAT WAS IT!! Scott, thank you so much for the quick response, and thank you Craig for the clarification!! Happy Monday. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:49 PM To: Tomcat Users List Cc: [EMAIL PROTECTED]; Struts

Off topic:cookies nightmare!!!!!!!!

2002-04-29 Thread John Regan
I am John Regan. Environment: NT IE 5.0 Tomcat 4.0 Struts 1.0 When a user requests our index page we write a pagehit sequence # to the client's cookie through the following code: //no cookie exits else { Cookie pcookie = new Cookie(P,r.getPagehitcode

Tomcat Session ID handling??

2002-04-23 Thread John Regan
* I am concerned about how Tomcat identifies whether or not a page hit is part of an old or new session. If you come back the next day and type yesterday's jsessionid= value onto your URL line, will Tomcat be tricked into thinking its the same session? If you bookmark a page so that the

RE: Manager App in 4.0

2002-03-14 Thread John Regan
/tomcat-users.xml - Scott -Original Message- From: John Regan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 6:00 PM To: 'Tomcat Users List' Subject: RE: Manager App in 4.0 thank you for the quick response. yes, i did change the default port to 8100. I made

RE: Manager App in 4.0

2002-03-14 Thread John Regan
thanks. somewhere along the line i must have screwed up my server.xml. works fine now. NT and 4.0. thanks again -Original Message- From: Ashutosh Aman [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 11:24 AM To: Tomcat Users List Subject: RE: Manager App in 4.0 It works

Manager App in 4.0

2002-03-13 Thread John Regan
I have been running an application in 4.0 for several months and want to use the manager application. I can't seem to get to the manager application. When i try a simple command like: http://localhost:8100/manager/list I get 404 page not found. Does anybody have any suggestions? Under the

RE: Manager App in 4.0

2002-03-13 Thread John Regan
thank you for the quick response. yes, i did change the default port to 8100. I made the change and restarted but i still get same thing: 404 Page Not Found Any other suggestions? My file is called tomcat-users.xml should it be conf.tomcat-users.xml? thanks again. -Original Message-

How come I can't remove Service name=Tomcat-Apache from server.xml?

2001-12-21 Thread John Regan
i am using 4.0 and want to remove this service from server xml but when i take it out tomcat will start up(opens command window deploys some files then gets hung). Does tomcat need this service, because i don't believe i need it? thank you in advance for any help!! happy holidays!

RE: How come I can't remove Service name=Tomcat-Apache from server.xml?

2001-12-21 Thread John Regan
-Connector Service -- Service name=Tomcat-Apache /Service John Regan wrote: i am using 4.0 and want to remove this service from server xml but when i take it out tomcat will start up(opens command window deploys some files then gets hung). Does tomcat need this service

Split Thread with 2 browsers

2001-12-04 Thread John Regan
Desired functionality: User opens browser, clicks through several pages as a certain user type then opens a second browser because they want to be a different user type. The user should be able to proceed in either browser without session information being overwritten in the other browser's

RE: Split Thread with 2 browsers

2001-12-04 Thread John Regan
in the browser. In this way once the user opens a new window and logs in again you can create a new session in the second browser. Conor. -Original Message- From: John Regan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 9:08 AM To: Tomcat User Group (E-mail) Subject: Split Thread

Re: browsing web pages served by Tomcat 3.2.3 using aMACINTOSH ?

2001-09-05 Thread john regan
I saw something similar before I set up Tomcat to run under apache. Are you accessing the page from a different computer? Perhaps on the host machine you are entering the :8080, but your forgetting this on the Mac. ...that's what I did. :-/ Tim O'Neil wrote: At 02:02 PM 9/5/2001, you wrote:

Display JSP files in browser?

2001-09-05 Thread john regan
I would like to display a jsp file in a browser, similar to what Marty Hall does at http://archive.coreservlets.com/JSP-Code/Greetings.jsp Using apache/tomcat. I tried moving the file to the apache html directory, but I still get a 404 error from Tomcat. Obviously, apache will forward all jsp

Re: question about WEB-INF/lib

2001-07-24 Thread john regan
(a newbie speaks...) Are you looking for a workaround? When I saw this problem, I copied the jar file to tomcat's lib directory and it worked. I thought maybe I had misread something in the doc. Like I said, I'm new here, but I agree that this is not what I expected to do. -john Dmitri