> 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
> 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
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
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
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
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
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
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
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
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]>:
>
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
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
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
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
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
; >>>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
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
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
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]
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
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
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
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
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
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
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,
>
&
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
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
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
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
>
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
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
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!
>
>
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
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: [
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
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
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
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
> >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
> 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...
>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
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
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
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
>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:
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
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
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
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
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
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
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
ck Li"
count.com> cc:
Subject: run servlet and get &qu
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
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
56 matches
Mail list logo