Hi I am new to this Forum and would like to ask a question along the same
lines as this thread.
I have tomcat 5.5.23 and am getting the same error as this thread. I have
found the Windows file tomcat-native-1.1.10-win32-src.zip and unzipped it.
However have no idea what part of it to put where. I
BTW, with the configuration I showed below, the JSP does not get
translated to a *.java file until I first access the page.
On 8/26/07, Brian Munroe <[EMAIL PROTECTED]> wrote:
> On 8/26/07, hezjing <[EMAIL PROTECTED]> wrote:
> > Hi!
> >
> > If I understood the comment in web.xml correctly, by defa
On 8/26/07, hezjing <[EMAIL PROTECTED]> wrote:
> Hi!
>
> If I understood the comment in web.xml correctly, by default, the
> JspServlet is initialized with the following parameters
>
> development=true
> modificationTestInterval=4
>
> Aren't this sufficient to reload the JSP after 4 seconds the JSP
Hi Tim
I do not have Firefox on my computer.
Yes, I did do a hard-refreshing and this is what I tried,
1) Closed IE6.
2) From IE6, deleted all offline content and cookies.
3) Accessed myapp from IE6 and it is still showing the old title!
..
On 8/27/07, Tim Lee <[EMAIL PROTECTED]> wrote:
>
Hi!
If I understood the comment in web.xml correctly, by default, the
JspServlet is initialized with the following parameters
development=true
modificationTestInterval=4
Aren't this sufficient to reload the JSP after 4 seconds the JSP is updated?
On 8/27/07, hezjing <[EMAIL PROTECTED]> wrote:
I might be completely off course, but...
Does the title stay the same (as in your IE case) when you use Firefox as well?
If it changes in Firefox, it might be a problem of IE browser caching problem.
Have you tried hard-refreshing, or closing the browser and opening again?
Timothy Wonil Lee
Jav
Hi!
Setting reloading=true does not solve the problem :-(
Here are the steps I performed,
1) Reinstalled Tomcat 5.5.23 on Windows XP
2) Added the following parameters to JspServlet in Tomcat 5.5\conf\web.xml
development=false
reloading=true
checkInterval=3
3) Started Tomcat service
4) Deployed m
> From: Tobias Barth [mailto:[EMAIL PROTECTED]
> Subject: Missing hint in Migration guide
>
> This weekend, I migrated two webapps from Tomcat 5.0 to Tomcat 6.0. I
> fought some longer time with the context configuration - I think it
> would be nice to include a hint into the migration document
> From: thebugslayer [mailto:[EMAIL PROTECTED]
> Subject: resources to watch for reloading weapp
>
> Is there way to configure/add more file to be monitored for changes
> that trigger a webapp's auto reload?
Yes; use the element nested inside a :
http://tomcat.apache.org/tomcat-6.0-doc/config/c
Fiddler lets you construct the request
http://www.fiddlertool.com/fiddler/
M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please n
Hi,
Is there way to configure/add more file to be monitored for changes
that trigger a webapp's auto reload?
--
/bugslayer
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a
I would suggest a TCP sniff tool like one found from axis or grinder
to peek at your http track to be sure.
On 8/24/07, M4N - Arjan Tijms <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We're hosting a fairly high traffic web application based on Tomcat.
> It's running on Debian-Etch, JDK 5.0U10 and Tomcat 5
Jerome,
Have you tried Tomcat's manager webapp? You may also use Ant task to
controll this too.
On 8/23/07, Mark Thomas <[EMAIL PROTECTED]> wrote:
> Jérôme Etévé wrote:
> > Is there a way to setup tomcat to do a nice graceful reload where all
> > the current requests are allowed to finish and the
Hi,
This weekend, I migrated two webapps from Tomcat 5.0 to Tomcat 6.0. I
fought some longer time with the context configuration - I think it
would be nice to include a hint into the migration documentation that
the resource parameters are now attributes of the "" tag and
that the "" section
Guy Katz wrote:
Hi; (using: centos, apache 2.0.52, mod_jk 1.2.21, tomcat 6)
Recently, I encountered a problem with URIs that has 'non western
European' characters (for example:
http://www.somehost.com/roller/admin/entry/nofx_%D7%91%D7%93%D7%A8%D7%9A
). I noticed that apache was forwarding to tom
See Thread at: http://www.techienuggets.com/Detail?tx=28696 Posted on behalf of
a User
I meant do use URLEncoding when you're creating the URL with characters from
another language. I presume that these URLs are being generated by your Server
side application, yes...?
String send = URLEncoder.
I am not sure what you are reffering to by saying URLencoding but:
the default jkoption value in the mod_jk in the version i have processes the
URI in a way that changes its value. that is why i changed it to
+ForwardURICompatUnparsed but than i encountered the image loading problem.
i would be
On 8/26/07, Brian Munroe <[EMAIL PROTECTED]> wrote:
> I am experiencing an annoying (but not show-stopping) issue while
> trying to use the Catalina ReloadTask Ant task.
>
Ok, I think I've isolated the problem, and it has nothing to do with
the ReloadTask. More in regards to the DeployTask, as e
URLEncoding doesn't take care of this problem?
In Response To:
Hi; (using: centos, apache 2.0.52, mod_jk 1.2.21, tomcat 6)
Recently, I encountered a problem with URIs that has 'non western
European' characters (for example:
http://www.somehost.com/roller/admin/entry/nofx_%D7%91%D7%93%D7%A8%D7%
I am experiencing an annoying (but not show-stopping) issue while
trying to use the Catalina ReloadTask Ant task.
I am currently using Ant 1.7, JDK 1.5 (OS X) and Tomcat 5.5.23.
Whenever I make a modification to a JSP, I usually do an 'ant reload'
to push the changes to the build/ directory and f
On 8/25/07, Manivannan Palanichamy <[EMAIL PROTECTED]> wrote:
> I need to pass javac (compilation) arguments to tomcat. Just as JAVA_OPTS is
> there for jvm arguments, is there any env var/ other ways to pass arguments
> to javac of tomcat?
Hum, 'javac of tomcat' - Do you mean the JSP Compiler,
Hi; (using: centos, apache 2.0.52, mod_jk 1.2.21, tomcat 6)
Recently, I encountered a problem with URIs that has 'non western
European' characters (for example:
http://www.somehost.com/roller/admin/entry/nofx_%D7%91%D7%93%D7%A8%D7%9A
). I noticed that apache was forwarding to tomcat a different UR
Dave-
Same thing happened when I tried to build php with some old rhino.jars
If the vendor is silent on what version he is supporting check the signature
for the class
javap fubar
will show you the signatures for all the methods
HTH/
M
This email message and any files transmitted with it cont
23 matches
Mail list logo