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 nathaniel.thall...@gmail.com To : Tomcat Users List users@tomcat.apache.org Sent: Fri Nov 26

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 nathaniel.thall...@gmail.com To : Tomcat Users List

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 jfcl...@gmail.com To : Tomcat Developers List d...@tomcat.apache.org, annou...@apache.org, Tomcat Users List users@tomcat.apache.org, annou...@tomcat.apache.org Sent: Fri Jul 09 8:42:16 2010

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

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

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 in

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

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 rjvra...@gmail.com To : Tomcat Users List users@tomcat.apache.org Sent: Tue Mar 23 9:38:59 2010

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

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

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

2010-03-16 Thread Electronjockey
and configure virtual hosts. -Original Message- From: Caldarale, Charles R chuck.caldar...@unisys.com To : Tomcat Users List users@tomcat.apache.org Sent: Tue Mar 16 9:26:19 2010 Subject: Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll From: Electronjockey

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

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

2010-03-15 Thread Electronjockey
, Electronjockey wrote: The official add-on is Tomcat 6.0.20 and mod_jk 1.2.20. Hmm... I must have been looking in the wrong place. I went from here: http://www.apachefriends.org/en/faq-xampp-windows.html to here http://www.apachefriends.org/en/faq-xampp-windows.html#addons to here http