aspose file tools
The moose likes Tomcat and the fly likes Apache2+Tomcat using mod_jk 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 "Apache2+Tomcat using mod_jk" Watch "Apache2+Tomcat using mod_jk" New topic
Author

Apache2+Tomcat using mod_jk

nalini muramreddy
Greenhorn

Joined: Feb 01, 2006
Posts: 3
Hi All,

I have configured apache2 with tomcat 5.0.28 using mod_jk.
When i try to give http://ipaddress/applicationname i get my application's home page. But iam not able to login and connect to the database.

i have Jkmount as "JkMount /*.* tomcat1"

where tomcat1 is my worker.

Could any of u please help me out as how can i log into the applocation.



Regards,
Nalini.
Ben Zung
Ranch Hand

Joined: Mar 25, 2004
Posts: 109
I have configured apache2 with tomcat 5.0.28 using mod_jk.
When i try to give http://ipaddress/applicationname i get my application's home page. But iam not able to login and connect to the database.

Check the Tomcat log (or other place if you redirected it) to see what the cause is.
Could any of u please help me out as how can i log into the applocation.

Without knowing the cause, no one can help -- there could be hundreds of reasons that you can not log into your application.
[ February 14, 2006: Message edited by: Ben Zung ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Apache2+Tomcat using mod_jk
 
Similar Threads
getting apache 2 to work with tomcat 4.1.27
httpd2 + tomcat5.5.9 problem with mod_rewrite
integrating tomcat 5.5.23 with apache 2.0.59
mod_jk
Apache + Tomcat - Mod_JK using Loadbalancer to setup clustering