RE: [FAQ] : ( Re: Apache 2.0.43 + mod_jk2 + Tomcat 4.1.24 on LINUX RH8 : (

2003-07-13 Thread Bentzy Sagiv
That's not the issue!! 1.I add at httpd.conf :JkSet config.file /full/system/path/to/workers2.properties 2. I receive a message like the following : [notice] uriEnv.setAttribute() the worker directive is depriciated for EVERY Uri mapping ( like [uri:localhost/*.jsp]

RE: [FAQ] : ( Re: Apache 2.0.43 + mod_jk2 + Tomcat 4.1.24 on LINUX RH8 : (

2003-07-13 Thread Simon Pabst
Use the following to avoid those warnings: [uri:localhost/*.jsp] group=ajp13:localhost:8009 mod_jk2 Version 2.0.0 isn't too recent either, try upgrading. At 09:33 13.07.2003 +0200, you wrote: That's not the issue!! 1.I add at httpd.conf :JkSet config.file

Re: INFO: APR not loaded, undefined symbol: apr_md5_final

2003-07-13 Thread Simon Pabst
(posted this 2 days ago already) Thats a compile problem when you compile mod_jk2 --with-jni and recent Apache 2 versions, follow http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatFAQ/ModJK2OnRedHat then everything should work fine. (you only need jni if you want to use fast unix sockets or

Re: precompiling jsps

2003-07-13 Thread Simon Pabst
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html#Web%20Application%20Compilation (didn't work for me though, had some CLASSPATH problems which i didn't investigate further yet) At 12:31 13.07.2003 +0800, you wrote: Hi, How do you precompile jsps for tomcat? Is it possible to

SV: Exception:getOutputStream() has already been called for this response

2003-07-13 Thread Abid Ali Teepo
Yes, i'm using 4.1.24 how come ??? Abid -Opprinnelig melding- Fra: Tim Funk [mailto:[EMAIL PROTECTED] Sendt: fr 11.07.2003 18:06 Til: Tomcat Users List Kopi: Emne: Re: Exception:getOutputStream() has already been called for this

RE: Exception:getOutputStream() has already been called for this response

2003-07-13 Thread Andrew Liles
I suspect the problem is your use of the include method. You need to be quite careful about flushing stuff to the output stream... (include() may cause this) If you then get an error in a JSP page, the page processor tries to output a meaningful error but tries to do first discard the

How to force the proxy server to refresh the page?

2003-07-13 Thread Zsolt Koppany
Hi, IE doesn't refresh some pages because of the proxy server. How can I get the browser to refresh every page independently of the proxy server? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

mod_rewrite supported ?

2003-07-13 Thread Nicolas
hi is mod_rewrite supported ? example: RewriteEngine on RewriteRule^/test$ /examples/servlets/index.html JkSet uri:/examples/*.group ajp13:unixsocket the request /test tries to access /examples/servlets/index.html in document Root any solution or not implemented ?

Re: SV: Exception:getOutputStream() has already been called for thisresponse

2003-07-13 Thread Tim Funk
Its a typical question in support ... Q: I have a problem A: Are you using latest version? Q: No A: Trying using the latest version to see if you can recreate problem. -Tim Abid Ali Teepo wrote: Yes, i'm using 4.1.24 how come ??? Abid -Opprinnelig melding- Fra: Tim Funk

Re: How to force the proxy server to refresh the page?

2003-07-13 Thread Tim Funk
1 - Read the HTTP spec 2 - Failing that - rewrite URLS with dynmic bogus query strings ?bar=1 ?bar=2 ?bar=3 ... -Tim Zsolt Koppany wrote: Hi, IE doesn't refresh some pages because of the proxy server. How can I get the browser to refresh every page independently of the proxy server? Zsolt

Re: mod_rewrite supported ?

2003-07-13 Thread Tim Funk
AFAIK - no. In jk2 - the ordering of calls was changed which broke mod_rewrite support. There was talk of changing to be more mod_rewrite (and mod_alias?) friendly but I don't remember what the end result was. Look in the archives in the tomcat-dev list for this topic. -Tim Nicolas wrote: hi

why is tomcat accessing webapps/examples

2003-07-13 Thread Paridhi Bansal
HI!!! Why is it so in tomcat server that even when i have deleted all the folders(example,ROOT,tomcatdocs,manager,etc) from webapps directory except mine which i have created and removed the corresponding directory entries from server.xml, still in the log files, i get errors like Accessing

Re: why is tomcat accessing webapps/examples

2003-07-13 Thread Jarecsni János
Hi, check your server.xml file under tomcat_home/conf János Paridhi Bansal wrote: HI!!! Why is it so in tomcat server that even when i have deleted all the folders(example,ROOT,tomcatdocs,manager,etc) from webapps directory except mine which i have created and removed the corresponding

JSP service do not start

2003-07-13 Thread Sylvain Lemasson
Hi, I installed Tomcat 4.1 on Windows XP and configured it for using SOAP. When I launch Tomcat with the start command in the start menu, je JSP service is started and I have acces to the admin console. But when I lauch it with startup.bat, I have got a message saying that the JSP service is

How to install apache SOAP (2.1) on Tomcat 4.1

2003-07-13 Thread Sylvain Lemasson
Hi, Sorry for my previous email, I finally found that the error come from SOAP. So know my question is how to install SOAP on Tomcat 4.1 because the recommandations given on the apache site are working for tomcate 3.2 and not for the last version. Thank you.

RE: mod_rewrite supported ?

2003-07-13 Thread Noel J. Bergman
In jk2 - the ordering of calls was changed which broke mod_rewrite support. There was talk of changing to be more mod_rewrite (and mod_alias?) friendly but I don't remember what the end result was. See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21549 Basically, there was a discussion

Re: mod_rewrite supported ?

2003-07-13 Thread Nicolas
Noel J. Bergman wrote: In jk2 - the ordering of calls was changed which broke mod_rewrite support. There was talk of changing to be more mod_rewrite (and mod_alias?) friendly but I don't remember what the end result was. See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21549

jasper ignoring jsp timestamp

2003-07-13 Thread Marcin Gryszkalis
Hi I have small problem with jsp precompilation, it seems that jsp compiler ignores timestamps (generated .java are newer than .jsp) and always process all the .jsp. I found one message in archive saying that it's expected behavior. Is that true? And if so - why? I use ant task to do the job:

Tomcat startup

2003-07-13 Thread snsinha
Hi, I am a tomcat newby...so this might sound silly, but what happened is, after I installed Tomcat as Windows NT Service, on Win XP...it works fine when I let it run as a service. However, when I stopped the service, and tried to start it manually using the startup link from the Start Menu, it

Error when trying to access Admin or Sample code

2003-07-13 Thread Bart
Dear Friends, thanks for your help in advance: I just installed Java 1.4.0, used defaults, and regular .java code compiles. So installed the TomCat 4.1.24 and used defaults, all went OK, no errors reported. Get the following error when I click on the Admin Tool short cut: HTTP Status 500 -

Re: Need help with performance issue - Tomcat 4.1.X

2003-07-13 Thread Tom Parker
On Sat, 2003-07-12 at 08:08, [EMAIL PROTECTED] wrote: We are currently starting up with -Xmx256M. Java is currently using about 327MB and has been that way for hours. I haven't really seen any fluxuations at all, which leans me away from the garbage collection issue. Constant memory usage