Re: java.lang.NoClassDefFoundError

2007-08-26 Thread Martin Gainty
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

[mod_jk] problem serving URIs with 'special characters'

2007-08-26 Thread Guy Katz
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

Re: Tomcat (javac)compilation arguments

2007-08-26 Thread Brian Munroe
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, or

org.apache.catalina.ant.ReloadTask and JSP caching

2007-08-26 Thread Brian Munroe
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

Re: [mod_jk] problem serving URIs with #39;special characters#39;

2007-08-26 Thread samk
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:

Re: org.apache.catalina.ant.ReloadTask and JSP caching

2007-08-26 Thread Brian Munroe
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

RE: [mod_jk] problem serving URIs with 'special characters'

2007-08-26 Thread Guy Katz
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

Re: [mod_jk] problem serving URIs with #39;special characters#39;

2007-08-26 Thread samk
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 =

Re: [mod_jk] problem serving URIs with 'special characters'

2007-08-26 Thread Rainer Jung
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

Missing hint in Migration guide

2007-08-26 Thread Tobias Barth
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 Resource tag and that the

Re: Graceful webapp reloading

2007-08-26 Thread thebugslayer
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 new

Re: Tomcat looses POST parameters

2007-08-26 Thread thebugslayer
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

resources to watch for reloading weapp

2007-08-26 Thread thebugslayer
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

Re: Tomcat looses POST parameters

2007-08-26 Thread Martin Gainty
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

RE: resources to watch for reloading weapp

2007-08-26 Thread Caldarale, Charles R
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 WatchedResource element nested inside a Context:

RE: Missing hint in Migration guide

2007-08-26 Thread Caldarale, Charles R
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 documentation

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
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

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
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:

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
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: I

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread Brian Munroe
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 is

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread Brian Munroe
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 default, the