Re: Tomcat website unreachable on the internet

2010-11-26 Thread Electronjockey
You might try configuring tomcat to use port 443 and register your server cert with tomcat instead of IIS and then disabling IIS. that should get you what you are looking for -Original Message- From: Nathaniel Thalluri To : Tomcat Users List Sent: Fri Nov 26 14:55:47 2010 Subject: R

Re: Tomcat website unreachable on the internet

2010-11-26 Thread Electronjockey
unfortunately you cannot use the alias directive to avoid specifying the port in the url. Is there a reason you are using IIS on that machine also? -Original Message- From: Nathaniel Thalluri To : Tomcat Users List Sent: Fri Nov 26 14:55:47 2010 Subject: Re: Tomcat website unreachable

Re: [ANN] Apache Tomcat 6.0.28 released

2010-07-09 Thread Electronjockey
I take it the change log for 28 will be up soon? -Original Message- From: jean-frederic clere To : Tomcat Developers List , annou...@apache.org, Tomcat Users List , annou...@tomcat.apache.org Sent: Fri Jul 09 8:42:16 2010 Subject: Re: [ANN] Apache Tomcat 6.0.28 released The Apache To

Re: ISAPI Redirector Help

2010-06-29 Thread Electronjockey
George, I know this has nothing to do with the solution to your problem, but try using a isapi_redirect.properties file instead of the registry. I find it makes configuration management much easier. George Sexton wrote: I'm trying to get the ISAPI redirector working on IIS 7.0 running under W

Re: Connector IIS7 Load balancing Issue (workers.properties)

2010-06-17 Thread Electronjockey
check your windows NLB affinity setting for the cluster, should be set to single. Sounds like it's off. Luis Esquivel wrote: Hello, I have a situation where my IIS tomcat load balancing configuration between 2 nodes keeps switching in every single request from the same browser. The JSESSIONID

Re: Isapi_redirect.dll

2010-05-08 Thread Electronjockey
Just to throw some more experiences in there, I used to work in a DoD shop where I had to support a mixed environment i.e. IIS + Tomcat. I found it much more convenient to use a isapi_redirect.properties file instead of the registry. It made configuration management easier. It was "portable" i

Re: seperating content from the application

2010-04-21 Thread Electronjockey
Since Windows 2003 doesn't support symlinks to network shares, you might be able to use DFS. Though someone who knows DFS better than I might know for certain. Something like this where "L:" is your local drive: L:\path\to\local\webapps\Root\applicationfiles L:\path\to\local\webapps\Root\publi

Re: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Electronjockey
Also, don't forget to check any firewalls on hal9000, because while 8080 may be accessible on the loopback it may be blocked on it's public IP. -Original Message- From: Rajeev Sampath To : Tomcat Users List Sent: Tue Mar 23 9:38:59 2010 Subject: Re: newbie: accessing tomcat admin page

Re: Portable

2010-03-18 Thread Electronjockey
Asangansi, I'm all for VM's and I use ESXi at home myself. I can't speak to Xen or other virtualization tech. And I don't think you can make a bootable VM, but I'll admit if I'm wrong. You can check the VMWare forums. I've just found that often times it's easier to sell the client on just le

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-16 Thread Electronjockey
configure virtual hosts. -Original Message- From: Caldarale, Charles R To : Tomcat Users List Sent: Tue Mar 16 9:26:19 2010 Subject: Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll From: Electronjockey [mailto:electronjoc...@hotmail.com] Subject: Re: Problem

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-16 Thread Electronjockey
I've done this many times. First you need to configure IIS to handle host headers. You can do this one of two ways. You can (a) create multiple virtual sites in IIS or (b) use an ISAPI redirector to simulate virtual hosts. I recommend option (a). Next you have to decide if you can afford to have

Re: org.apache.jk.config.ApacheConfig modJk

2010-03-15 Thread Electronjockey
h the diff shortly. -Original Message- From: Christopher Schultz To : Tomcat Users List Sent: Mon Mar 15 13:23:12 2010 Subject: Re: org.apache.jk.config.ApacheConfig modJk -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd, On 3/15/2010 12:57 PM, Electronjockey wrote: The official add-on

Re: org.apache.jk.config.ApacheConfig modJk

2010-03-15 Thread Electronjockey
Chris, The official add-on is Tomcat 6.0.20 and mod_jk 1.2.20. I'm proceeding with a static mod_jk.conf for the time being. And yes, I totally agree with you on the bug vs. inconvenience assessment. The issue struck me as more of a QA issue than anything. How would I submit the fix? Is there a do