Re: Tomcat 6 virtual host problem please help

2007-11-26 Thread Rocco Scappatura
How I have to do so that app does'n create absolute paths relative to the context of the application running under Tomcat? rewrite the app :-) This problems is a clear example of how mod_proxy_* is unusable when application to be proxed contains lynks create dynamically? Or is there any

Re: Tomcat 6 virtual host problem please help

2007-11-26 Thread Hassan Schroeder
On Nov 26, 2007 4:39 PM, Rocco Scappatura [EMAIL PROTECTED] wrote: Your wishes has taken effect! Infact, I ve tried the solution. http://www.apachetutor.org/admin/reverseproxies ?? That article doesn't mention mod_rewrite at all, so I'm not sure what it has to do with anything... But I have

Re: Tomcat 6 virtual host problem please help

2007-11-26 Thread Rocco Scappatura
?? That article doesn't mention mod_rewrite at all, so I'm not sure what it has to do with anything... Im trying to use mod_proxy_html But I have to find: - mod_proxy_html.so for windows - it's prerequisites (libxml2.so) ..and AFAIK you don't need either of those to use mod_rewrite.

RE: Confusing Tomcat Error: SEVERE: Error listenerStart

2007-11-26 Thread Caldarale, Charles R
From: MassimoH [mailto:[EMAIL PROTECTED] Subject: Confusing Tomcat Error: SEVERE: Error listenerStart This was working perfectly until I did an uinstall/reinstall of Apache Tomcat 6.0.14 along with the new RC2 of NetBeans 6.0. Try installing an undbundled Tomcat from tomcat.apache.org,

Re: Tomcat 6 virtual host problem please help

2007-11-26 Thread Hassan Schroeder
On Nov 26, 2007 5:22 PM, Rocco Scappatura [EMAIL PROTECTED] wrote: ?? That article doesn't mention mod_rewrite at all, so I'm not sure what it has to do with anything... Im trying to use mod_proxy_html Ah, I was reading mod_proxy_http -- never heard of this one, and it doesn't seem to be an

Re: Tomcat 6.0.14 startup on Windows

2007-11-26 Thread Bill Barker
Bruce [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am using tomcat6w.exe to setup and configure. I would like to start up Tomcat as a service with an icon on my taskbar. The help says this is possible with the //MS// option. However, there is no explanation or example of where

RE: servlet-api.jar jsp path is empty

2007-11-26 Thread Caldarale, Charles R
From: Steven Crosley [mailto:[EMAIL PROTECTED] Subject: Re: servlet-api.jar jsp path is empty Doesn't look like I have the jsp-api.jar anywhere else. Could there be another reason why it can't find the class? Make sure CLASSPATH isn't set. You can turn on -verbose:class, but that will

Re: Tomcat 6.0.14 startup on Windows

2007-11-26 Thread Bruce
Thank you for the tip. I'll try it. Bill Barker wrote: Bruce [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am using tomcat6w.exe to setup and configure. I would like to start up Tomcat as a service with an icon on my taskbar. The help says this is possible with the //MS//

Re: SSL problem with Tomcat 5.5

2007-11-26 Thread Dave
In my case, apache is in the front as a load balancer (JK module). I read an instruction that says SSL is only needed between client and Apache, but SSL is not configured between apache and tomcat. I am using JBOSS 4.2.2. In my environment, the security between apache and tomcat is a

RE: Tomcat 6.0.14 startup on Windows

2007-11-26 Thread zhongliang zhang
C:\apache-tomcat-6.0.14\bintomcat6 //IS//Tomcat6 --DisplayName=Apache Tomcat 6 --Install=c:\apache-tomcat-6.0.14\bin\tomcat6.exe --Jvm=auto --StartMode=jvm --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap --StartParams =start --StopClass=org.apache.catalina.startup.Bootstrap

RE: multithreaded with taglibs

2007-11-26 Thread Yair Ben-Meir
Thanks chris, The generated output of the JSP is not html and not for an explorer... that's why it has to be generated along the JSP work. Btw - i thought of something: maybe the img tag will run a thread, return an outout to the page with some new image name, and release the jsp to continue. The

Re: Automatic restart?

2007-11-26 Thread Dennis Thrysøe
On 26Nov, 2007, at 21:30, Mark Thomas wrote: Dennis Thrysøe wrote: Is there some mechanism that restarts when all threads are stuck, or after some timeout? Is this configurable. In short, there is no such mechanism. Is some other software monitoring Tomcat and restarting it if it fails?

<    1   2