RE: Need help with JK2 connector/workers2.properties

2006-12-21 Thread Simon Renshaw
Server? I had problems with this. In this case, you have to add a "Web Service Extension" on IIS, which is pointing to Redirector dll, and you have to give status "allowed" in the checkbox. Stefan -Ursprüngliche Nachricht- Von: Simon Renshaw [mailto:[EMAIL PROTECTED]

RE: Need help with JK2 connector/workers2.properties

2006-12-21 Thread Simon Renshaw
get a 404 if I try to go to http://192.168.64.20/jsp-examples/. What am I missing? Thanks! Simon -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 19 décembre, 2006 14:20 To: Tomcat Users List Subject: RE: Need help with JK2 connector/workers2.properties

RE: Need help with JK2 connector/workers2.properties

2006-12-20 Thread Simon Renshaw
ector/workers2.properties > From: Simon Renshaw [mailto:[EMAIL PROTECTED] > Subject: Need help with JK2 connector/workers2.properties > > I followed the instructions found at > http://tjworld.net/help/kb/0001_iis6-Tomcat5-JK2.html to install the > connector. The mod_jk2 pack

RE: Installing Tomcat and IIS

2006-12-20 Thread Simon Renshaw
Thanks again! Today I will try to install version 1.2. Maybe I'll get it to work. My other sites are OWA and a few Wikis (uses PHP). -Original Message- From: LiuYan 刘研 [mailto:[EMAIL PROTECTED] Sent: 19 décembre, 2006 21:51 To: users@tomcat.apache.org Subject: RE: Installing Tomcat and

RE: Need help with JK2 connector/workers2.properties

2006-12-19 Thread Simon Renshaw
At the point I'm at, I will try this. Thanks! -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: 19 décembre, 2006 14:29 To: Tomcat Users List Subject: Re: Need help with JK2 connector/workers2.properties Caldarale, Charles R schrieb: >> From: Simon Rens

Need help with JK2 connector/workers2.properties

2006-12-19 Thread Simon Renshaw
Hi, I followed the instructions found at http://tjworld.net/help/kb/0001_iis6-Tomcat5-JK2.html to install the connector. I also used the very basic workers2.properties files they provided. Then I tested it. Going to http://192.168.64.20:9191/jsp-examples/ works fine but if I try to go to http://

RE: Installing Tomcat and IIS

2006-12-18 Thread Simon Renshaw
t two paragraphs of that article what you want? 1.start IIS, start Tomcat 2.browse http://localhost/servlets-examples/ or something else to test your installation Simon Renshaw-2 wrote: > > And once it is installed, how is it supposed to work? That part is missing > from the article :) >

RE: Installing Tomcat and IIS

2006-12-15 Thread Simon Renshaw
ed step 7, and I can't get it run. Step 7 is important for IIS6. Simon Renshaw-2 wrote: > > Hi, > > Since it looks like my problems with Tomcat are caused by the firewall > we're using, it is time to try Plan B. > > Plan B would be to install Tomcat on the same ser

Installing Tomcat and IIS

2006-12-14 Thread Simon Renshaw
Hi, Since it looks like my problems with Tomcat are caused by the firewall we're using, it is time to try Plan B. Plan B would be to install Tomcat on the same server where IIS is located and have both of them use port 80. I found a tutorial at http://www.iis-resources.com/modules/AMS/article.p

RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
IL PROTECTED] Sent: 13 décembre, 2006 15:40 To: 'Tomcat Users List' Subject: RE: Having trouble making Tomcat available from outside the network What is the weird stuff? Have you tried port 8080 that is a normal testing port for 80? This sounds like a fun one to track down and ma

RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
ity on the ports in question. If the requests aren't making it to the server, then the problem is further up the chain. Do you see the request hitting the firewall? Robert S. Harper Information Access Technology, Inc. -Original Message----- From: Simon Renshaw [mailto:[EMAIL PROTECTED]

RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
was making the trip to the server? The other thing is the server's IP exposed to the outside world and, if it is, is it the same IP? Often this is not the case. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Simon Renshaw [mailto:[EMAIL PROTECTED] Sen

Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
Hi, I installed Tomcat 5.5.12 on a CentOS 4.4 server. I used port 9090. Then I installed Luntbuild on it. I can access it internally without problems. I created a rule in the firewall to forward port 9090 request to the Linux server. Unfortunately, when trying to access the site from the outside,