RE: Need help with JK2 connector/workers2.properties

2006-12-21 Thread Simon Renshaw
Yes, it is running on 2003. I also created the web extension and it is allowed.

-Original Message-
From: Uhlig, Stefan [mailto:[EMAIL PROTECTED] 
Sent: 21 décembre, 2006 16:05
To: Tomcat Users List
Subject: AW: Need help with JK2 connector/workers2.properties

Do you run a Windows 2003 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] 
Gesendet: Donnerstag, 21. Dezember 2006 19:12
An: Tomcat Users List; Martin Gainty
Betreff: RE: Need help with JK2 connector/workers2.properties

This?




I use 9191 because 8080 is already in use on the server. Do I need to change it 
to something else?

-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: 20 décembre, 2006 16:57
To: Tomcat Users List
Subject: Re: Need help with JK2 connector/workers2.properties

could you display the port number specification for your default connector in 
$CATALINA_BASE/conf/server.xml you will see 

To: "Tomcat Users List" 
Sent: Wednesday, December 20, 2006 2:31 PM
Subject: RE: Need help with JK2 connector/workers2.properties


I tried to get it to work with JK1.2 but I got the same page not found error.

There was no workers.properties and uriworkermap.properties files in Tomcat 
5.5.20 so I had to make my own. This might be the problem.

I put the following in workers.preperties (from Tomcat's site):

  # Define 1 real worker using ajp13
  worker.list=worker1
  # Set properties for worker1 (ajp13)
  worker.worker1.type=ajp13
  worker.worker1.host=localhost
  worker.worker1.port=8009
  worker.worker1.lbfactor=50
  worker.worker1.cachesize=10
  worker.worker1.cache_timeout=600
  worker.worker1.socket_keepalive=1
  worker.worker1.recycle_timeout=300

And in uriworkermap.properties (from a guess):

/jsp-examples/*=worker1 

/servlets-examples/*=worker1

/luntbuild/*=worker1

Is that correct?

I created the jakarta virtual directory and added the filter to the website.

Going to http://192.168.64.20:9191/jsp-examples/ works fine but I 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

> 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 package has been deprecated for well over a year - no
development, no support.  Suggest reading the real Tomcat documentation:
http://tomcat.apache.org/connectors-doc/

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need help with JK2 connector/workers2.properties

2006-12-21 Thread Simon Renshaw
This?




I use 9191 because 8080 is already in use on the server. Do I need to change it 
to something else?

-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: 20 décembre, 2006 16:57
To: Tomcat Users List
Subject: Re: Need help with JK2 connector/workers2.properties

could you display the port number specification for your default connector in 
$CATALINA_BASE/conf/server.xml you will see 

To: "Tomcat Users List" 
Sent: Wednesday, December 20, 2006 2:31 PM
Subject: RE: Need help with JK2 connector/workers2.properties


I tried to get it to work with JK1.2 but I got the same page not found error.

There was no workers.properties and uriworkermap.properties files in Tomcat 
5.5.20 so I had to make my own. This might be the problem.

I put the following in workers.preperties (from Tomcat's site):

  # Define 1 real worker using ajp13
  worker.list=worker1
  # Set properties for worker1 (ajp13)
  worker.worker1.type=ajp13
  worker.worker1.host=localhost
  worker.worker1.port=8009
  worker.worker1.lbfactor=50
  worker.worker1.cachesize=10
  worker.worker1.cache_timeout=600
  worker.worker1.socket_keepalive=1
  worker.worker1.recycle_timeout=300

And in uriworkermap.properties (from a guess):

/jsp-examples/*=worker1 

/servlets-examples/*=worker1

/luntbuild/*=worker1

Is that correct?

I created the jakarta virtual directory and added the filter to the website.

Going to http://192.168.64.20:9191/jsp-examples/ works fine but I 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

> 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 package has been deprecated for well over a year - no
development, no support.  Suggest reading the real Tomcat documentation:
http://tomcat.apache.org/connectors-doc/

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need help with JK2 connector/workers2.properties

2006-12-20 Thread Simon Renshaw
I tried to get it to work with JK1.2 but I got the same page not found error.

There was no workers.properties and uriworkermap.properties files in Tomcat 
5.5.20 so I had to make my own. This might be the problem.

I put the following in workers.preperties (from Tomcat's site):

  # Define 1 real worker using ajp13
  worker.list=worker1
  # Set properties for worker1 (ajp13)
  worker.worker1.type=ajp13
  worker.worker1.host=localhost
  worker.worker1.port=8009
  worker.worker1.lbfactor=50
  worker.worker1.cachesize=10
  worker.worker1.cache_timeout=600
  worker.worker1.socket_keepalive=1
  worker.worker1.recycle_timeout=300

And in uriworkermap.properties (from a guess):

/jsp-examples/*=worker1 

/servlets-examples/*=worker1

/luntbuild/*=worker1

Is that correct?

I created the jakarta virtual directory and added the filter to the website.

Going to http://192.168.64.20:9191/jsp-examples/ works fine but I 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

> 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 package has been deprecated for well over a year - no
development, no support.  Suggest reading the real Tomcat documentation:
http://tomcat.apache.org/connectors-doc/

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 IIS


>I normally need to access http://localhost:9191/luntbuild to see my
application. So in theory with that filter thing installed correctly I
should be able to access it by going to http://localhost/luntbuild?
Yes, that's our goal of integration.

>But for IIS, /luntbuild does not exist. How does it figure out that it is a
Tomcat dir?
Have you configured URI mapping ?
I use jk1.2 (not jk2), I have a uriworkermap.properties file which saved
from my former tomcat installtion.
It seems that new version tomcat does not contained this file. Here is the
original content in uriworkermap.properties file:
# uriworkermap.properties - IIS
#
# This file provides sample mappings for example ajp13w
# worker defined in workermap.properties.minimal
# The general sytax for this file is:
# [URL]=[Worker name]

/servlet-examples/*=ajp13w

# Optionally filter out all .jpeg files inside that context
# For no mapping the url has to start with exclamation (!)

!/servlet-examples/*.jpeg=ajp13w


Maybe you need map the uri of your application (/luntbuild) to 'ajp13'. I
simply mapped all uri (/*) to 'ajp13',.
If you use jk2 which that article used, you can read the last paragraph of
http://www.iis-resources.com/modules/AMS/article.php?storyid=485&page=2

>Also, I'm running a few websites on this server. Does this have an impact
on the Tomcat/IIS integration?
Does your websites use only 1 script language ?
We have 3 websites on the same server, the main website only use ASP, the
other two websites only use JSP, they works ok now.
But when I try to installing 'awstats' which use PERL/CGI, I can't get PERL
and JSP running at the same time.


-- 
View this message in context: 
http://www.nabble.com/Installing-Tomcat-and-IIS-tf2821771.html#a7983783
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 package has been deprecated for well over a year - no
> development, no support.  Suggest reading the real Tomcat documentation:
> http://tomcat.apache.org/connectors-doc/

... and most of the nice features of mod_jk2 have been back-ported to
mod_jk.

> 
>  - Chuck

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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://192.168.64.20/jsp-examples/ I get a
404.

Any idea what I should check? Pretty stumped here.

Simon

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installing Tomcat and IIS

2006-12-18 Thread Simon Renshaw
I normally need to access http://localhost:9191/luntbuild to see my 
application. So in theory with that filter thing installed correctly I should 
be able to access it by going to http://localhost/luntbuild?

But for IIS, /luntbuild does not exist. How does it figure out that it is a 
Tomcat dir?

Also, I'm running a few websites on this server. Does this have an impact on 
the Tomcat/IIS integration?

-Original Message-
From: LiuYan 刘研 [mailto:[EMAIL PROTECTED] 
Sent: 17 décembre, 2006 21:12
To: users@tomcat.apache.org
Subject: RE: Installing Tomcat and IIS


Is the last 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 :)
> 
> -Original Message-
> From: LiuYan 刘研 [mailto:[EMAIL PROTECTED] 
> Sent: 14 décembre, 2006 23:22
> To: users@tomcat.apache.org
> Subject: Re: Installing Tomcat and IIS
> 
> 
> That article is good, I've integrated Tomcat & IIS successfully by
> following
> that article step by step.
> 
> Step 5,6,7 are important
> -
> Step 5. Create the Tomcat Application Pool
> Step 6. Create the Virtual Directory
> Step 7. Create and Enable the Tomcat Web Service Extension
> -
> I have ever omitted 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 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.php?storyid=485&page=0
>> that does that. Unfortunately, it is using something that hasn't been
>> maintained in a year and the article is kinda confusing. Look like it is
>> missing some information.
>> 
>> Does anybody have experience with that? Pointers would be appreciated.
>> 
>> Thanks,
>> Simon
>> 
>> 
>> 
>> -
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/Installing-Tomcat-and-IIS-tf2821771.html#a7886051
> Sent from the Tomcat - User mailing list archive at Nabble.com.
> 
> 
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Installing-Tomcat-and-IIS-tf2821771.html#a7922672
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installing Tomcat and IIS

2006-12-15 Thread Simon Renshaw
And once it is installed, how is it supposed to work? That part is missing from 
the article :)

-Original Message-
From: LiuYan 刘研 [mailto:[EMAIL PROTECTED] 
Sent: 14 décembre, 2006 23:22
To: users@tomcat.apache.org
Subject: Re: Installing Tomcat and IIS


That article is good, I've integrated Tomcat & IIS successfully by following
that article step by step.

Step 5,6,7 are important
-
Step 5. Create the Tomcat Application Pool
Step 6. Create the Virtual Directory
Step 7. Create and Enable the Tomcat Web Service Extension
-
I have ever omitted 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 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.php?storyid=485&page=0
> that does that. Unfortunately, it is using something that hasn't been
> maintained in a year and the article is kinda confusing. Look like it is
> missing some information.
> 
> Does anybody have experience with that? Pointers would be appreciated.
> 
> Thanks,
> Simon
> 
> 
> 
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Installing-Tomcat-and-IIS-tf2821771.html#a7886051
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.php?storyid=485&page=0
that does that. Unfortunately, it is using something that hasn't been
maintained in a year and the article is kinda confusing. Look like it is
missing some information.

Does anybody have experience with that? Pointers would be appreciated.

Thanks,
Simon



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
Stuff like that:

Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', 
'[Ljava.lang.String;@1f70225')
Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', 
'[Ljava.lang.String;@1add353')
Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', 
'[Ljava.lang.String;@10cff6b')
Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', 
'[Ljava.lang.String;@1139ac8')
Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', 
'[Ljava.lang.String;@16f44f')
Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', 
'[Ljava.lang.String;@101a4f3')
Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 13, 2006 2:36:54 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Dec 13, 2006 2:45:08 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: 
[org.apache.webapp.balancer.RuleChain: 
[org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / 
Redirect URL: http://www.cnn.com], 
[org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: 
paramName / Target param value: paramValue / Redirect URL: 
http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: 
Redirect URL: http://jakarta.apache.org]]
Dec 13, 2006 2:45:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Dec 13, 2006 2:45:08 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Dec 13, 2006 2:45:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Dec 13, 2006 2:45:08 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()

I cannot use 8080 since that port is already in use on that server.

Yeah, it is a lot of fun :) I'm considering using the pix in another office to 
redirect here. Might work. Or not. 

Is there a way to integrate IIS and Tomcat?

-Original Message-
From: Robert Harper [mailto:[EMAIL 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 may be more related to network
than Tomcat.

Robert S. Harper
Information Access Technology, Inc.

-Original Message-
From: Simon Renshaw [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 13, 2006 1:24 PM
To: Tomcat Users List
Subject: RE: Having trouble making Tomcat available from outside the network

I looked in catalina.out since there is no stdout.log. There are nothing (0
bytes) in the admin, host-manager and manager logs. The Catalina. logs
contain startup info. Some weird stuff in the localhost. ones. Talking
about the Linux version here.

I asked a friend to go to www.domain.com:9090 and there was nothing in the
logs of the firewall. Damnit!

Not looking good.

Simon


[Robert Harper] snip



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
I looked in catalina.out since there is no stdout.log. There are nothing (0 
bytes) in the admin, host-manager and manager logs. The Catalina. logs 
contain startup info. Some weird stuff in the localhost. ones. Talking 
about the Linux version here.

I asked a friend to go to www.domain.com:9090 and there was nothing in the logs 
of the firewall. Damnit!

Not looking good.

Simon


-Original Message-
From: Robert Harper [mailto:[EMAIL PROTECTED] 
Sent: 13 décembre, 2006 13:52
To: 'Tomcat Users List'
Subject: RE: Having trouble making Tomcat available from outside the network

I usually look in the logs I set up for my contexts or in the stdout.log.
You should see some logging from requests having hit filters, if you are
using them. The other thing you could do is start the network monitoring
tool that comes with Win 2003 server, or some similar tool, and watch
activity 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] 
Sent: Wednesday, December 13, 2006 11:43 AM
To: Tomcat Users List
Subject: RE: Having trouble making Tomcat available from outside the network

There are a lot of log types in /logs. Which one should I check?

The server is behind a firewall and we use NAT. Think this could be the
cause? I use the firewall to forward HTTP, SMTP, FTP etc request to other
servers and I'm only having troubles with Tomcat.

I'm really stumped there.

Simon

[Robert Harper] snip




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
There are a lot of log types in /logs. Which one should I check?

The server is behind a firewall and we use NAT. Think this could be the cause? 
I use the firewall to forward HTTP, SMTP, FTP etc request to other servers and 
I'm only having troubles with Tomcat.

I'm really stumped there.

Simon

-Original Message-
From: Robert Harper [mailto:[EMAIL PROTECTED] 
Sent: 13 décembre, 2006 13:32
To: 'Tomcat Users List'
Subject: RE: Having trouble making Tomcat available from outside the network

Did you check the logs on the server running Tomcat to see if the request
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] 
Sent: Wednesday, December 13, 2006 11:19 AM
To: users@tomcat.apache.org
Subject: Having trouble making Tomcat available from outside the network

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, I get a page not found error. 

Since that didn't work, I tried with Tomcat 5.5.20 on Windows 2003. I
used port 9191 this time. Also added a rule for 9191. And I got the same
results.

As far as I know, the ports are open on each machine and there are no
software firewalls running.

Is there something I missed when I installed Tomcat?

Thanks!
Simon

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, I get a page not found error. 

Since that didn't work, I tried with Tomcat 5.5.20 on Windows 2003. I
used port 9191 this time. Also added a rule for 9191. And I got the same
results.

As far as I know, the ports are open on each machine and there are no
software firewalls running.

Is there something I missed when I installed Tomcat?

Thanks!
Simon

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]