Re: IE-Page not found problem

2005-06-14 Thread Frank W. Zammetti
> Yes, it can be done with a simple . See earlier message in this > thread for details, or follow the link to the Tomcat bug database in my > previous message. I missed that thread, but this is good to know. Thanks! >Keep in mind, this is not just a problem > with pdf files

Re: IE-Page not found problem

2005-06-14 Thread Frank W. Zammetti
> Yes, it can be done with a simple . See earlier message in this > thread for details, or follow the link to the Tomcat bug database in my > previous message. I missed that thread, but this is good to know. Thanks! >Keep in mind, this is not just a problem > with pdf files

Re: IE-Page not found problem

2005-06-14 Thread Mark Leone
Frank W. Zammetti wrote: ... The point being that even if you can disable the option in Tomcat (and I'm not sure you can?) Yes, it can be done with a simple . See earlier message in this thread for details, or follow the link to the Tomcat bug database in my previous message. FYI, I wo

Re: IE-Page not found problem

2005-06-14 Thread Frank W. Zammetti
I realize this is the Tomcat list, but I suspect many people here use Struts in developing their apps... I think it is worth noting that Struts provides a "nocache" switch for the Request Processor that does the same thing (setting the no cache headers). I found this out the hard way about tw

Re: IE-Page not found problem

2005-06-14 Thread Mark Leone
Maybe IEs implementation existed before HTTP 1.1 and before the "no-store" option was introducted, which seems to clarify the matter of what isn't allowed to be stored to disk, there is nothing else in the specififcation that mandates the user-agent or cache can not (in the process of serving

Re: IE-Page not found problem

2005-06-14 Thread Darryl L. Miles
Mark Leone wrote: The point is that IE is not providing the resource to the user *the first time* because there is a no-cache directive associated with it. IMO there is noting in the HTTP spec that even hints that this is how the no-cache directive is to be used. If IE needs to temporarily sto

Re: IE-Page not found problem

2005-06-13 Thread Mark Leone
Darryl L. Miles wrote: Mark Leone wrote: It's a silly problem. I ran in to it a while back, and it really mystified me until I found the bug write-up. Tomcat is doing the right thing, but MS has declared that IE is working "as designed" in this. FWIW, the HTTP spec is clear that the no-cach

Re: IE-Page not found problem

2005-06-13 Thread Darryl L. Miles
Mark Leone wrote: It's a silly problem. I ran in to it a while back, and it really mystified me until I found the bug write-up. Tomcat is doing the right thing, but MS has declared that IE is working "as designed" in this. FWIW, the HTTP spec is clear that the no-cache behavior applies to HT

Re: IE-Page not found problem

2005-06-06 Thread Mark Leone
FWIW, the HTTP spec is clear that the no-cache behavior applies to HTTP intermediaries, not user agents. -Mark sudip shrestha wrote: I have a struts-hibernate powered webapp running off a debian box, jdk 1.5 and tomcat 5.5.7 I have IE users complaining about page not found problems from ti

Re: IE-Page not found problem

2005-06-06 Thread sudip shrestha
Thanks a lotI am using SSL and this is definitely a good direction to work on On 6/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You are using SSL ? > > try: > > BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown > > regards > > > Quoting Joe Plautz <[EMAIL PROTECTED]>: >

Re: IE-Page not found problem

2005-06-06 Thread Nikola Milutinovic
Rafał Krupiński wrote: Joe Plautz wrote: Simple, test with IE as well. yet simpler, tell your users it's IE problem and to use firefox instead :) It is still worth investigating. Mozilla/Firefox is eager to correct badly formed HTML, just as IE is. I would advise you to install Tidy H

Re: IE-Page not found problem

2005-06-06 Thread Andrew Miehs
Hi, IMHO the best solution is to run tcpdump (or ethereel) on the server, and log the IE users traffic (and try to limit it to only 1 user as you seem to indicate that you can easily reproduce the problem). That will show you exactly what is going on. Anything else is just speculation. Regar

Re: IE-Page not found problem

2005-06-06 Thread masro
You are using SSL ? try: BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown regards Quoting Joe Plautz <[EMAIL PROTECTED]>: > If it was only that simple. > > Rafał Krupiński wrote: > > Joe Plautz wrote: > > > >> Simple, test with IE as well. > > > > > > yet simpler, tell your users

Re: IE-Page not found problem

2005-06-06 Thread Nikola Milutinovic
sudip shrestha wrote: Dude: Read the email first... I am informing of the problem after we experienced with IE... As you have said, YOU did not expirience it, since you're using FireFox. It would be most advisable to do two things: 1. Use IE yourself (I know, I loathe it, too, and prefe

Re: IE-Page not found problem

2005-06-06 Thread Frank W. Zammetti
IE/ >> >> sudip shrestha wrote: >> > Dude: Read the email first... >> > I am informing of the problem after we experienced with IE... >> > >> > On 6/6/05, Joe Plautz <[EMAIL PROTECTED]> wrote: >> > >> >>Simple, test with IE as well

Re: IE-Page not found problem

2005-06-06 Thread sudip shrestha
; >>>I have a struts-hibernate powered webapp running off a debian box, jdk > >>>1.5 and tomcat 5.5.7 > >>>I have IE users complaining about page not found problems from time to > >>>time where as Firefox users nev

Re: IE-Page not found problem

2005-06-06 Thread Joe Plautz
If it was only that simple. Rafał Krupiński wrote: Joe Plautz wrote: Simple, test with IE as well. yet simpler, tell your users it's IE problem and to use firefox instead :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: IE-Page not found problem

2005-06-06 Thread Joe Plautz
rote: Simple, test with IE as well. sudip shrestha wrote: I have a struts-hibernate powered webapp running off a debian box, jdk 1.5 and tomcat 5.5.7 I have IE users complaining about page not found problems from time to time where as Firefox users never. I myselft have never encountere

Re: IE-Page not found problem

2005-06-06 Thread Rafał Krupiński
Joe Plautz wrote: Simple, test with IE as well. yet simpler, tell your users it's IE problem and to use firefox instead :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IE-Page not found problem

2005-06-06 Thread Frank W. Zammetti
5.5.7.... >> I have IE users complaining about page not found problems from time to >> time where as Firefox users never. I myselft have never encountered >> this problem as I use FirefoxThis led me to thinking that this >> might be

Re: IE-Page not found problem

2005-06-06 Thread sudip shrestha
dk > > 1.5 and tomcat 5.5.7 > > I have IE users complaining about page not found problems from time to > > time where as Firefox users never. I myselft have never encountered > > this problem as I use FirefoxThis led me to thinking that this > > might be a IE pr

Re: IE-Page not found problem

2005-06-06 Thread Joe Plautz
Simple, test with IE as well. sudip shrestha wrote: I have a struts-hibernate powered webapp running off a debian box, jdk 1.5 and tomcat 5.5.7 I have IE users complaining about page not found problems from time to time where as Firefox users never. I myselft have never encountered this

IE-Page not found problem

2005-06-06 Thread sudip shrestha
I have a struts-hibernate powered webapp running off a debian box, jdk 1.5 and tomcat 5.5.7 I have IE users complaining about page not found problems from time to time where as Firefox users never. I myselft have never encountered this problem as I use FirefoxThis led me to thinking that

RE: Help, Page not found!!!!

2004-03-18 Thread Mike Curwen
t for you, but that would be a question for turbine-user. So maybe your turbine jar files are being found, but the template directory is not happy. > -Original Message- > From: Inandjo Taurel [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 18, 2004 1:27 PM > To: [EMAIL PROT

RE: Help, Page not found!!!!

2004-03-18 Thread Inandjo Taurel
dk in your common/lib or shared/lib directory on the old box? > -Original Message- > From: Inandjo Taurel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 17, 2004 1:56 PM > To: [EMAIL PROTECTED] > Subject: Help, Page not found > > > hi, > > i dev

RE: Help, Page not found!!!!

2004-03-17 Thread Mike Curwen
is the tdk in your common/lib or shared/lib directory on the old box? > -Original Message- > From: Inandjo Taurel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 17, 2004 1:56 PM > To: [EMAIL PROTECTED] > Subject: Help, Page not found > > > hi, > &

Help, Page not found!!!!

2004-03-17 Thread Inandjo Taurel
hi, i developed an application using tdk 2.1,jdk1.3.1 on a win2k box and it was working just fine! Now that i try to move it to a unix machine with tomcat installed on it, i have this error: Horrible Exception: java.lang.Exception: Screen template '/Home.vm' not found On the unix box, there is

Re: Page not found errors with Tomcat 4.1.24

2003-03-30 Thread David Morris
Through trial and error, I found that the CoyoteConnector seems to be the root of the problem. My pages are served up find with the HttpConnector. I originally switched to the CoyoteConnector when I saw that the HttpConnector was deprecated. Does anyone know if this is a bug and if it has been

Page not found errors with Tomcat 4.1.24

2003-03-30 Thread David Morris
I recently moved a site from Tomcat 4.1.12 to 4.1.24. That site runs a Struts 1.1-RC1 application. After the update, the main menu worked OK, but my application failed with a "Page cannot be displayed" error. I tried various URLs and could get Tomcat errors for any page that did not actually e

RE: Error page not found for own exception thrown from filter in Tomcat 5.0?

2003-03-19 Thread Filip Hanik
4 AM > To: 'Tomcat Users List' > Subject: Error page not found for own exception thrown from filter in > Tomcat 5.0? > > > When I throw one of my own exceptions from a filter, I don't > seem to be > able to specify an error page for that exception. Is this >

Error page not found for own exception thrown from filter in Tomcat 5.0?

2003-03-19 Thread Erik Beijnoff
When I throw one of my own exceptions from a filter, I don't seem to be able to specify an error page for that exception. Is this because it is thrown from a filter, is it because I'm using an alpha of Tomcat, or am I doing something wrong. The exception gets passed onto the default error page of T

sporadic page not found errors with tomcat 4.1.21

2003-03-18 Thread Jubal Skaggs
I'm getting reports of people sporadically getting page not found errors with our app running on tomcat 4.1.21LE. Has anyone seen this kind of problem before, i've probably done something dumb in server.xml. I'm on solaris8 sparc, jdk1.4. Here is relevant part of my serv

Re: custmize http error - page not found

2003-01-30 Thread jmong
Add the following to your web.xml 404 /path/to/error404.jsp 500 /path/to/error500.jsp HTH Jan-Michael - Original Message - From: joe <[EMAIL PROTECTED]> Date: Thursday, January 30, 2003 3:43 am Subject: custmize http error - page not found > hi all! > >

Re: custmize http error - page not found

2003-01-30 Thread Henning Heil
try: 404 /your_custom_404_error_page_here.html in your web.xml file just after the welcome-file-list. --- it's not my configuration, copied that from the list-archieve. please look there before posting here nexttime. rgds, henning joe wrote: hi all! is it possib

custmize http error - page not found

2003-01-30 Thread joe
hi all! is it possible to set a customized http 404 error page? it would be nice to have one in the same look and feel of my application. thanx, joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: JSP page not found, invoker mess

2002-12-01 Thread micael
This thinking is wrong, Ho. You don't understand the situation. The invoker servlet only involves the servlets and not the JSP pages, even though they become servlets. The truth is that this is all a freebee and we owe the people that did this work a lot of thanks. If you don't like it, don

JSP page not found, invoker mess

2002-12-01 Thread Vy Ho
After having my problem, and reading the discussion about invoker, security, etc, I decide to voice up. My servlets work fine in both tomcat 4.03 and 4.1.12. However, none of my jsp pages work (not found). I guess, it has something to do with the servlet. The problem is that if I use the invok

Index page not found.

2002-04-22 Thread Thomas Pennington
I recently upgraded to tomcat 4.0.1. I am using apache 1.3.14 and previously had no problems integrating with tomcat. The problem I am having is when I use only the directory name and try to hit my website I get an error cant find server. But if I include the index.html or index.jsp it works fi

Intermittent "page not found" errors.

2002-03-17 Thread Alex Potter
I have a web application under development consisting of several servlets. Every so often, while testing both locally and remotely, the requested page, which could be any of the servlets, is not found. Is this a problem with Tomcat, Apache, or the limited resources on my development system? Googl

Re: "page not found" error using apache/tomcat

2002-01-18 Thread Brown Bay
> >When i type in the browser http://x.x.com/examples I get the listings > >of servlets, jsp and images but when i goto servlets link i get a > >"page not found" error and the apache log says "File does not exist: > > I believe this is a bug in the webap

Re: "page not found" error using apache/tomcat

2002-01-17 Thread Marcelo Demestri
> I believe this is a bug in the webapp module and I struggled several > days about this problem too. > You must enter the ending '/' for a directory. > e.g. http://x.x.com/examples/ You can try define a context with "examples/" too, in the server.xml... maybe work ! :-) Hasta pronto...

Re: "page not found" error using apache/tomcat

2002-01-17 Thread Tulan W. Hu
>When i type in the browser http://x.x.com/examples I get the listings >of servlets, jsp and images but when i goto servlets link i get a >"page not found" error and the apache log says "File does not exist: I believe this is a bug in the webapp module and I struggled

"page not found" error using apache/tomcat

2002-01-17 Thread Brown Bay
server.xml in tomcat are: When i type in the browser http://x.x.com/examples I get the listings of servlets, jsp and images but when i goto servlets link i get a "page not found" error and the apache log says "File does not exist: /examples/servlets/i

RE: Page not found

2001-11-02 Thread Ray Madigan
u need to add your application to server.xml in the conf directory. -Original Message- From: Daniel Kushner [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 5:14 PM To: Tomcat Users List Subject: Page not found Hi, I got Tomcat setup. http://localhost:8080/index.html works

Page not found

2001-11-02 Thread Daniel Kushner
Hi, I got Tomcat setup. http://localhost:8080/index.html works fine and so does /examples/. I created a directory named 'greeting' under the webapps directory. In greeting there's an index.html file. When I go to http://localhost:8080/greeting/index.html I get a page not error. Any ideas? Thanks

RE: JSP page not found - any ideas why ?

2001-08-27 Thread Filip Hanik
>Sent: Monday, August 27, 2001 12:35 PM >To: '[EMAIL PROTECTED]' >Subject: RE: JSP page not found - any ideas why ? > > >Do you have a web.xml file in your WEB-INF directory? > >-Original Message- >From: James Adams [mailto:[EMAIL PROTECTED]] >Sent:

RE: JSP page not found - any ideas why ?

2001-08-27 Thread Jann VanOver
Do you have a web.xml file in your WEB-INF directory? -Original Message- From: James Adams [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 3:42 PM To: [EMAIL PROTECTED] Subject: Re: JSP page not found - any ideas why ? I made a mistake in the previous posting - the JSP is

Re: JSP page not found - any ideas why ?

2001-08-23 Thread James Adams
Thanks so much - the problem was due to my modification of server.xml. I've removed the modification and restarted Tomcat and now I can see my pages fine. -James Jeff Turner wrote: > > Have a read of: > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/appdev/index.html > > Specifically the

Re: JSP page not found - any ideas why ?

2001-08-23 Thread James Adams
I made a mistake in the previous posting - the JSP is actually located in the directory $TOMCAT_HOME/webapps/james1, not $TOMCAT_HOME/james1 as I originally posted. Unfortunately it appears that my problem isn't as simple as the erroneous posting leads you to believe. :( Still stuck... -James

Re: JSP page not found - any ideas why ?

2001-08-23 Thread Jeff Turner
Have a read of: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/appdev/index.html Specifically the bit where it says "Copy unpacked directory hierarchy into a subdirectory in directory $TOMCAT_HOME/webapps/." Ie, if you want http://localhost:8080/james1/Test1.jsp to work, you need to put the JSP

Re: JSP page not found - any ideas why ?

2001-08-23 Thread Peiqiang Han
The JSP Test1.jsp should be in the directory $TOMCAT_HOME/webapps/james1, not in $TOMCAT_HOME/james1. Because the docBase of this webapp is "webapps/james". hope this helps Peiqiang Han James Adams wrote: > Hello, > > I am attempting to set up my first web application using Tomcat. I have > t

JSP page not found - any ideas why ?

2001-08-23 Thread James Adams
Hello, I am attempting to set up my first web application using Tomcat. I have taken the following first steps but still no enchilada - the initial JSP isn't found when I try to access it (Not Found 404): - I have put a JSP in a directory named $TOMCAT_HOME/james1. The JSP is named Test1.jsp a

Page not found or DNS error on IE

2001-05-21 Thread Toru Hosaka
Hi all, I installed Tomcat 3.2.2 b5 + mod_jk(ajp12) with Apache 1.3.19. JSP and Servlet are working fine except I have the error "Page not found" so often on IE, when jump into JSP pages. (for NC or NN they say "No content or No data"...) I search ML archives and there see

Re: run servlet and get "page not found"

2001-04-09 Thread Patrick . Pierra
ck Li" count.com> cc: Subject: run servlet and get &qu

run servlet and get "page not found"

2001-04-09 Thread Jack Li
Hello, I tried to run a simple servlet and get error message "page not found". I put the servlet in WEB-INF/classes/ directory. The system is IIS 5 with tomcat 3.2.1, any idea? Thanks Jack Li

Page not found the first time client accesses it, all other times OK

2000-12-20 Thread Alexander Telnikoff
I have this strange behaviour under Apache/Tomcat: the first time a new browser tries to open a URL (a frameset pointing to a servlet), HTTP response is not sent back and you get "Page not found or DNS error". If user refreshes the page, everything works normally.   This behavio