Common Pages or parts in pages

2010-03-08 Thread nitingupta183
Hi All, I am working on a web application in which there is a shoppping cart element as well. I have divided the applications into 2. One is my main app (lets call it main) the other is the shopping cart app (lets call it shop). I intend to deploy both these apps in Tomcat (as individual WAR

JK Connector problem

2008-12-03 Thread nitingupta183
Hi all, I am trying to integrate Apache server with Tomcat using mod_jk. I am folllowing the basic tutorials on this but still cant start the Apache server when I configure httpd.conf to load the mod_jk module. It says The requested operation has faiked!. I am not able to log the problem either

Re: JK Connector problem

2008-12-03 Thread nitingupta183
Hi, I solved the problem. Actually it was a silly mistake in the configuration. I was using a folder name with spaces and without putting it inside a double quote. Now it is working fine. Regards, Nitin Rainer Jung-3 wrote: nitingupta183 schrieb: Hi all, I am trying to integrate Apache

Pointing domain to a context in tomcat

2008-12-03 Thread nitingupta183
Hi all, I have recently started using Apache web server with Tomcat. I need to have something like this: www.mydomain.com maps to something like www.mydomain.com:8080/mycontext With the help of mod_jk i am now able to achieve www.mydomain.com/mycontext. I want to be able to have