Can you attach your web.xml file... I'm new to this too but I think you need to
have appropriate url filters setup -- I might be using the wrong terminology
here.,.,.
On Tue, Jun 03, 2008 at 05:22:06PM +0300, Niki Diulgerov wrote:
> It's not because of missing or insufficient rights.
> The connec
Use chkconfig, redhats tool for manipulating which scripts/daemons you want
to run at runtime.
The trick with chkconfig is that it relies on certain directives being
present in the header of your script.
So, something like:
#!/bin/bash
#|
# chkconfig: 2345 55 25
# description: Script
Shouldn't your JkMount statements have worker1 as their target?
as in:
JkMount /manager worker1
JkMount /manager/* worker1
etc
etc
On Tue, May 20, 2008 at 08:34:10AM -0700, Madan KN wrote:
>
> Hi,
> Am trying to integrate Apache 2.2.3 and Tomcat 6 using mod_jk.
>
> I have in
Your setup sounds fine. However having apache handle things on a separate
machine
might be a nice option if you ever wanted to use it to load balance more than
1 tomcat server in a clustered environment. Which could be what you want given
you're user base is growing.
Brian
On Tue, May 20, 2
Hi there (just joined too), my two cents would be to check out the Netbeans IDE
and website.
The tutorials are great for one. And the software bundles w/
IDE/glassfish/tomcat/soa etc are
a great way to get started. And everything is all set to go (integration wise)
through a decent installer.
E