Re: Re: mod_jk 1.2.26 jk_mount

2008-06-03 Thread Brian Martin
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

Re: restart tomcat after reboot

2008-05-23 Thread Brian Martin
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

Re: SSL encryption with Tomcat

2008-05-20 Thread Brian Martin
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,

Re: Newbie

2008-05-16 Thread Brian Martin
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.