This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Problem With Apache and Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Problem With Apache and Tomcat" Watch "Problem With Apache and Tomcat" New topic
Author

Problem With Apache and Tomcat

Rushikesh Wagh
Ranch Hand

Joined: Jun 18, 2005
Posts: 58
Dear All,

Last around a month we are facing major issue.

We are having 2 Tomcat Servers running (On diffrent PC).

We want to add single sign on facility hence we We are running an application on one tomcat which carry out all Authentication & related Jobs. We can call this just like portal concept.

Other tomcat(s) is/are having applications running.

When User (Few / Particular users only) accesses an appication through portal, He/she dose not get any response (For Complecated / Heavy Weight JSPs only) small screens are visible.

When user accesses the same dirctly (bypassing the portal), response is recieved.

This code Was working for more than 3 years when both tomcats are running on same server (diffrent ports). Problem started When we Isolate them.

Its not working when we revert the sepration of servers


We used Apache Sever for virtual Hosting.

Can you help me to resove this???


Best Regards,
Rushikesh Wagh
SCJP 1.4 (2005)
SCJP 1.6 (2010)
Rushikesh Wagh
Ranch Hand

Joined: Jun 18, 2005
Posts: 58
Finally this issue has got resolved.

We were using Apace proxyPass for redirecting. It sucks..

Then we have integrated Apace - Tomcat with loadbalancer Using mod_jk.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem With Apache and Tomcat
 
Similar Threads
java script error in portal
Problem using tomcat with NetBeans.
Configuring jboss portal server to listen to apache using proxypass..?
Tomcat File writing permissions
SSLHandshake exception [ PLEASE HELP]