Re: Tomcat website unreachable on the internet

2010-11-26 Thread Hassan Schroeder
On Fri, Nov 26, 2010 at 1:58 PM, Nathaniel Thalluri wrote: > When you say 'page under construction' page points to a bigger problem, are > you saying the issue is with Tomcat, IIS or OS? I'm saying that the system in question just plain ain't reachable, at least from where I am. And that's a net

Re: Tomcat website unreachable on the internet

2010-11-26 Thread Nathaniel Thalluri
The IIS was setup to manage other previously existent websites on the machine. I will have to get rid of it. BTW, the cert is registered with Tomcat. I followed the instructions on Tomcat's website to setup SSL. When you say 'page under construction' page points to a bigger problem, are you saying

Re: [OT] Possible ThreadLocal memory leak in Apache Cocoon 2.1.11

2010-11-26 Thread Pid
On 26/11/2010 21:36, Christopher Schultz wrote: > All, > > I've just started using versions of Tomcat 6 that have the memory leak > prevention listener available and enabled in development, and I just saw > this message in catalina.out when I shut down my Cocoon webapp: > > SEVERE: The web applic

Re: Tomcat6 fails deploying on the cloud server

2010-11-26 Thread Pid
On 26/11/2010 14:08, Albert Mascarell wrote: > INFO: ForkRunFactory.bb55e1ca-28a8-4e8b-a40c-56fa8fa09a48 subprocess output: > Exception in thread "main" java.rmi.ConnectException: Connection refused to > host: 174.143.170.163; nested exception is: > Nov 26, 2010 1:39:00 PM > org.taverna.server.mast

[OT] Possible ThreadLocal memory leak in Apache Cocoon 2.1.11

2010-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I've just started using versions of Tomcat 6 that have the memory leak prevention listener available and enabled in development, and I just saw this message in catalina.out when I shut down my Cocoon webapp: SEVERE: The web application [/cocoon]

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 Hassan Schroeder
On Fri, Nov 26, 2010 at 11:55 AM, Nathaniel Thalluri wrote: > You also mention that the Alias tag is superfluous. My intention in adding > it was to get to the site by typing https://portal.plugpower.com not > https://portal.plugpower.com:8443/SRA/. But this is not the case, using the > Alias URL

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: Tomcat website unreachable on the internet

2010-11-26 Thread Nathaniel Thalluri
Andre, *How are the computers/workstations on the Internet supposed to read your Windows hosts file, to know the IP address ? For that matter, how is that Windows server connected to the Internet ?* This is something I will have to ask my network admin. You also mention that the Alias tag is sup

RE: Tomcat website unreachable on the internet

2010-11-26 Thread Caldarale, Charles R
> From: Nathaniel Thalluri [mailto:nathaniel.thall...@gmail.com] > Subject: Tomcat website unreachable on the internet > (configuration snipped) You appear to be using some very old and inaccurate Tomcat reference. Please throw it away and use the real Tomcat documentation. For example, the

Re: Tomcat website unreachable on the internet

2010-11-26 Thread André Warnier
Nathaniel Thalluri wrote: Hi, I deployed a public website to Tomcat 7, Windows 2008 server with the following server.xml. portal.company.com The website is however unreachable on the internet. When the url is accessed, a page canno

Tomcat website unreachable on the internet

2010-11-26 Thread Nathaniel Thalluri
Hi, I deployed a public website to Tomcat 7, Windows 2008 server with the following server.xml. portal.company.com The website is however unreachable on the internet. When the url is accessed, a page cannot be displayed error is show

Tomcat6 fails deploying on the cloud server

2010-11-26 Thread Albert Mascarell
Hi, Info: uname -a: Linux external 2.6.35.4-rscloud #8 SMP Mon Sep 20 15:54:33 UTC 2010 x86_64 GNU/Linux Ubuntu 10.10 Tomcat 6.0.26 Java(TM) SE Runtime Environment (build 1.6.0_22-b04) I would like to ask for a situation. I have a WAR (Taverna Server 2) that I want to deploy into Tomcat. I manage

Session replication with multicast

2010-11-26 Thread Guillaume HERAIL
Hi, OS : Debian lenny Tomcat : 7.0.2 JRE : 1.6.0_21 I have a problem trying to clusterize two tomcat on two different boxes. I want to use the MemberShip's argument bind to tell to tomcat wich interface to use but i get an exception : http://paste.geeknode.org/22a07ecb (where bind=192.168.0.1 and

Re: reload Tomcat applicaion via command line

2010-11-26 Thread Pid
On 26/11/2010 11:38, terry.mcbr...@aero.bombardier.com wrote: > > Hi there > > We are running Tomcat 6.0.29 on a Windows server. > We would like to write a batch file that would allow us to schedule > stopping and starting a web application. > > I can see how to start and stop Tomcat itself this

reload Tomcat applicaion via command line

2010-11-26 Thread terry . mcbride
Hi there We are running Tomcat 6.0.29 on a Windows server. We would like to write a batch file that would allow us to schedule stopping and starting a web application. I can see how to start and stop Tomcat itself this way, but this is not what we want. We only want to start or stop a specific w

Re: Tomcat 6 / Mysql / connection Pool isValid Method Error

2010-11-26 Thread Mark Thomas
On 26/11/2010 06:21, EmCpam wrote: > > Hi, > > I've a problem to use the 'isValid' method of Connection class with a > connection pool. > I'm using tomcat 6.0.29 with java jdk 1.6 and netbeans 6.9. Connection.isValid() is a JDBC4 method and hence is only available in Java 6. Tomcat 6 has to

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-26 Thread declan harrison
On Thu, Nov 25, 2010 at 6:48 PM, Pid wrote: > On 25/11/2010 17:49, declan harrison wrote: >>> > So far you've shown me that you wrap the output stream, and how the >>> > write method works. >>> > >>> > You haven't actually posted the part of the code where you write your >>> > bit of the data to t