Tricky remote JMX port problem

2007-11-06 Thread Michael Böckling
Hi! I try using the org.apache.catalina.mbeans.JMXAdaptorLifecycleListener to connect to the JMX service using pre-defined ports. I added the following entry to my server.xml, and tomcat boots up ok: I'm using putty to connect to the target machine to tunnel the required ports. And... it nea

Re: port problem

2007-05-14 Thread Dave Sailer
I can't do that because, well, you know how this business is. I will just run on port 80. Caldarale, Charles R wrote: From: Dave Sailer [mailto:[EMAIL PROTECTED] Subject: Re: port problem more detail: we have a customer 404 error page with... :http://www.blahblah.net/mypage.html&qu

RE: port problem

2007-05-14 Thread Caldarale, Charles R
> From: Dave Sailer [mailto:[EMAIL PROTECTED] > Subject: Re: port problem > > more detail: we have a customer 404 error page with... > > :http://www.blahblah.net/mypage.html"; width="100%" > height="105" scrolling="no" f

Re: port problem

2007-05-14 Thread Dave Sailer
more detail: we have a customer 404 error page with... :http://www.blahblah.net/mypage.html"; width="100%" height="105" scrolling="no" frameborder="0"> The build script replaces http://www.blahblah.net with http://test.blahblah.net and my hosts file maps test.blahblah.net to 127.0.0.1, this

Re: port problem

2007-05-14 Thread Pid
Dave Sailer wrote: I'm running tomcat 5.5 and sniffing out problems with a somewhat complex web site. After deploying the war into the running tomcat, I go to the home page and get some exceptions. Looking at the sniffer output, most of the requests are to localhost:8080, but some are to just l

port problem

2007-05-14 Thread Dave Sailer
I'm running tomcat 5.5 and sniffing out problems with a somewhat complex web site. After deploying the war into the running tomcat, I go to the home page and get some exceptions. Looking at the sniffer output, most of the requests are to localhost:8080, but some are to just localhost, which cau