(Apache
hands *everything* off for this domain to Tomcat, including images):



And yet you said Tomcat standalone wasn't an option for this
installation? Too bad. You can do much of mod_rewrite with the
balancer app, you can do much of .htaccess with Servlet security
constraints, and if Tomcat already handles all the requests than you're
losing performance by adding Apache and the connector layer.


Sorry, this is a shared server, and he wants his site available on port 80. I suppose we could give him a dedicated IP. Currently, the only reason we hand everything off, is because he has his application hosted inside a directory (ie: ~/public_html/appdir) but wants it to be available to users as http://www.domainname.com/whatever.jsp instead of http://www.domainname.com/appdir/whatever.jsp. He also wants to use PHP on his main domain for forums or some such, once we get him to move his application out of appdir and into his website root. Once he does that, we can modify the jkMount apache directives to only pass off .jsp and /servlet/ requests instead of *everything*

Unless you can suggest a way around this currently?



From A thread dump of the JVM - obviously there were more than three,
but I only included three for the sake of brevity:



How did you pick these three threads?


They were the only ones that had anything to do with apache (well, there were about 20 of them actually). But now it hits me, duh. Tomcat = Apache project. *sigh*

I guess I thought the "locked" had something to do with it, though I now see it seems all threads say this.

So, as another user suggested earler, it seems some blocking is
happening. Also as I mentioned, I am on RHEL 3.0 and JDK version:
1.4.2_04. Does anyone have any ideas as to how to prevent the threads


from locking up? I have already tried the "LD_KERNEL_ASSUME=2.4" and


that does not help.



The next step would be to try your app on a different platform, IMHO, to
try and tell if this is indeed an RHEL-related problem or something
else.


I already have. This exact same setup worked flawlessly under RH 7.3 and RH 9.0

however, moving (back) to either of those platforms is not an option.

With that said however, I compiled tomcat under RH 7.3 and copied everything over. The JDK stayed the same throughout though. Could this be the problem? Should I recompile Tomcat? I *have* recompiled mod_jk on the new system though.

thanks for your help!

-Sean

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to