can't seem to migrate this app over to a new server

2010-03-23 Thread joon yoo
We're in the process of extricating ourselves from a host who developed and managed our app through their own hosted server. In attempting to move the app over to a server under our control: Tomcat 5.5.28 w/ admin package java 1.5.0_28 Windows 2003 R2 all they gave me was a zipped up directory u

Re: DB connection error -Tomcat 6 config

2010-03-23 Thread Pid
On 23/03/2010 22:54, Mark Thomas wrote: On 23/03/2010 22:39, Propes, Barry L wrote: I got this again today, and it seems to happen when/if I go into the Tomcat Manager app and either Stop and Start or Reload the app. Should that have a significant bearing on something like a DBCP connection s

Re: DB connection error -Tomcat 6 config

2010-03-23 Thread Mark Thomas
On 23/03/2010 22:39, Propes, Barry L wrote: > I got this again today, and it seems to happen when/if I go into the Tomcat > Manager app and either Stop and Start or Reload the app. > > Should that have a significant bearing on something like a DBCP connection so > adversely? > > I was thinking

RE: DB connection error -Tomcat 6 config

2010-03-23 Thread Propes, Barry L
I got this again today, and it seems to happen when/if I go into the Tomcat Manager app and either Stop and Start or Reload the app. Should that have a significant bearing on something like a DBCP connection so adversely? I was thinking it was tantamount to shutting down the Tomcat console and

RE: Separate port for each deployed Web Service or WAR file?

2010-03-23 Thread Song Thuy Nguyen
Hi Mark, I'm looking for a workaround to a problem: I'm using the failover feature of Apache Synapse (there will be several backup/alternate web service with the same interface to a primary web service, if the primiary service fails one of the replacements will be called without the notice of t

RE: Connecting to a Database

2010-03-23 Thread Caldarale, Charles R
> From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] > Subject: Connecting to a Database > > Tomcat 6.0.24 > Windows Server 2003 R2 SP2 > SQL Server 2005 Express > Microsoft SQL Server 2005 JDBC Driver 1.2 - October 2007 > > I know I need to configure a Realm Are you sure? A i

Re: Connecting to a Database

2010-03-23 Thread Mark Thomas
On 23/03/2010 22:16, Leo Donahue - PLANDEVX wrote: > Tomcat 6.0.24 > Windows Server 2003 R2 SP2 > SQL Server 2005 Express > Microsoft SQL Server 2005 JDBC Driver 1.2 - October 2007 > > I know I need to configure a Realm and that can be in an Engine, Host or > Context element, but most likely in a

Connecting to a Database

2010-03-23 Thread Leo Donahue - PLANDEVX
Tomcat 6.0.24 Windows Server 2003 R2 SP2 SQL Server 2005 Express Microsoft SQL Server 2005 JDBC Driver 1.2 - October 2007 I know I need to configure a Realm and that can be in an Engine, Host or Context element, but most likely in a context element inside the context.xml under META-INF of my spe

Re: Separate port for each deployed Web Service or WAR file?

2010-03-23 Thread Mark Thomas
On 23/03/2010 21:51, Song Thuy Nguyen wrote: > Hello, > > I would like to configure the listen/connection port for each Web Service or > each WAR file I deploy. Why? What are you trying to achieve? Mark - To unsubscribe, e-m

RE: Is it possible to set the port for tomcat manager to 8080 and root port 80???

2010-03-23 Thread Caldarale, Charles R
> From: Steffen Heil [mailto:li...@steffen-heil.de] > Subject: AW: Is it possible to set the port for tomcat manager to 8080 > and root port 80??? > > Yes. > > You need to define TWO nodes, each with its own > (using different ports) an its own , > each with its own , one with the manager as ,

Re: multiple stateful iframes per page will overwrite JSESSIONID?

2010-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nikita, On 3/21/2010 4:34 PM, Nikita Tovstoles wrote: > Looking for someone to either confirm or refute my theory that > deploying two iframes pointing to two different stateful pages on the > same domain can lead to JSESSIONIDs being overwritten. Yo

AW: Is it possible to set the port for tomcat manager to 8080 and root port 80???

2010-03-23 Thread Steffen Heil
Hi > Is it possible to set the port for tomcat manager to 8080 and root port > 80??? Yes. You need to define TWO nodes, each with its own (using different ports) an its own , each with its own , one with the manager as , one with the other web applications. However, I don't know precisely, ho

Re: apache tomacat 6.0.26

2010-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 3/23/2010 2:07 PM, Toman, Chuck [Stock] wrote: > I changed clientAuth to false now internally I get to web page, however > the certification path does not have the VeriSign Public/Secure path. If your web browser doesn't know which certific

RE: apache tomacat 6.0.26

2010-03-23 Thread Toman, Chuck [Stock]
I changed clientAuth to false now internally I get to web page, however the certification path does not have the VeriSign Public/Secure path. Thanks, Charles G. Toman Trend DBA T: +1 (919) 431 1792 * M: +1 (919) 524 8652 Customer Focused, Associate Driven. -Original Message- From: Ca

Re: How should "autoDeploy" be set for an exploded app ?

2010-03-23 Thread Mark Thomas
On 23/03/2010 18:55, Caldarale, Charles R wrote: >> From: Patrick Flaherty [mailto:pflah...@rampageinc.com] >> Subject: Re: How should "autoDeploy" be set for an exploded app ? >> >> It happened with Tomcat 6.0.20. > > There have been some changes in deployment checking since 6.0.20, but Mark > T

RE: How should "autoDeploy" be set for an exploded app ?

2010-03-23 Thread Caldarale, Charles R
> From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Subject: Re: How should "autoDeploy" be set for an exploded app ? > > It happened with Tomcat 6.0.20. There have been some changes in deployment checking since 6.0.20, but Mark T's memory would probably be a better source for a definiti

Re: How should "autoDeploy" be set for an exploded app ?

2010-03-23 Thread Patrick Flaherty
It happened with Tomcat 6.0.20. On Mar 23, 2010, at 1:56 PM, Caldarale, Charles R wrote: From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: How should "autoDeploy" be set for an exploded app ? The reason I write this is because we have made changes to the app and even sometime

RE: How should "autoDeploy" be set for an exploded app ?

2010-03-23 Thread Caldarale, Charles R
> From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Subject: How should "autoDeploy" be set for an exploded app ? > The reason I write this is because we have made changes to the app > and even sometimes deleted the /conf/Catalina/192.168.20.20/ROOT.xml > and find out that the ROOT folder

RE: What should docbase be set to ?

2010-03-23 Thread Caldarale, Charles R
> From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Subject: What should docbase be set to ? > > I am deploying a single app under the ROOT context. > My appbase is c:/comapany/myapps. > So my app is in c:/company/myapps/ROOT. > > My question is for *both* Tomcat 5.5.23 and 6.0.20, in my

How should "autoDeploy" be set for an exploded app ?

2010-03-23 Thread Patrick Flaherty
Hello, I'm deploying a web app which happens to be ROOT. It is not a WAR file but an exploded app. My Host line is as follows : unpackWARs="false" autoDeploy="true"> The fact the I'm deploying it as an exploded app what should "autoDeploy" be set to *ideally*. The reason I write this

What should docbase be set to ?

2010-03-23 Thread Patrick Flaherty
Hello, I am deploying a single app under the ROOT context. My appbase is c:/ comapany/myapps. So my app is in c:/company/myapps/ROOT. My question is for *both* Tomcat 5.5.23 and 6.0.20, in my context.xml what should my docbase be set to ? Right now I have it set to docbase="". Thanks

Re: Newbie: Tomcat Can't Find My App

2010-03-23 Thread David kerber
What is the full url you're using to connetc? Try /sp00/LandingPageFront (dropping the "servlet"). On 3/23/2010 12:46 PM, Reuven Koblick wrote: If anyone can give me a pointer, it would be much appreciated. This is very frustrating. I cannot get this app to run. No servlet in this app will

RE: apache tomacat 6.0.26

2010-03-23 Thread Caldarale, Charles R
> From: Toman, Chuck [Stock] [mailto:chuck.to...@stocksupply.com] > Subject: apache tomacat 6.0.26 > > I do not get any errors in the log file, however when I > logon to my external site I get a dialog box asking to > choose a digital certificate. You have clientAuth="true" in your HTTPS , so th

Re: apache tomacat 6.0.26

2010-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 3/23/2010 12:22 PM, Toman, Chuck [Stock] wrote: > I do not get any errors in the log file, however when I logon to my > external site I get a dialog box asking to choose a digital certificate. > maxThreads="150" minSpareT

RE: Newbie: Tomcat Can't Find My App

2010-03-23 Thread Caldarale, Charles R
> From: Paolo Santarsiero [mailto:paolo.santarsi...@gmail.com] > Subject: Re: Newbie: Tomcat Can't Find My App > > Change in That will have no effect; the path attribute is not allowed here. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is th

RE: Newbie: Tomcat Can't Find My App

2010-03-23 Thread Caldarale, Charles R
> From: Reuven Koblick [mailto:groovyro...@gmail.com] > Subject: Newbie: Tomcat Can't Find My App > > When trying to execute the first servlet > */sp00/servlet/LandingPageFront, That looks like a usage of the old and never-to-be-used-again invoker servlet: http://wiki.apache.org/tomcat/FAQ/Miscel

Re: Newbie: Tomcat Can't Find My App

2010-03-23 Thread Paolo Santarsiero
Change in On 23 March 2010 17:46, Reuven Koblick wrote: > If anyone can give me a pointer, it would be much appreciated. This is very > frustrating. I cannot get this app to run. No servlet in this app will run. > > Tomcat6 is installed at CATALINA_BASE and the app, sp00 is installed in > CATA

Re: Newbie: Tomcat Can't Find My App

2010-03-23 Thread Maurice Mengel
I am new to tomcat, too, so I am will not give the best advice. Anyways, I will give it a try: 1) I have another log file localhost.log in the same directory. 2) WEB-INF/web.xml has defines the page which tomcat/the servlet listens, too.  You can check there if it really is /sp00/servlet/LandingP

Newbie: Tomcat Can't Find My App

2010-03-23 Thread Reuven Koblick
If anyone can give me a pointer, it would be much appreciated. This is very frustrating. I cannot get this app to run. No servlet in this app will run. Tomcat6 is installed at CATALINA_BASE and the app, sp00 is installed in CATALINA_BASE/webapps. A war file, sp00.war was placed into that directory

apache tomacat 6.0.26

2010-03-23 Thread Toman, Chuck [Stock]
I do not get any errors in the log file, however when I logon to my external site I get a dialog box asking to choose a digital certificate. Any thoughts? Thanks in Advance! Here is my server.xml file

RE: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Propes, Barry L
Yes, you'd have to. -Original Message- From: bill.turner [mailto:worldwidewi...@gmail.com] Sent: Tuesday, March 23, 2010 10:41 AM To: users@tomcat.apache.org Subject: RE: newbie: accessing tomcat admin page from another machine I have it working. Once the firewall issue was resolved an

Re: Session replication: Channel.SEND_OPTIONS_SECURE

2010-03-23 Thread Tom
On Tue, Mar 23, 2010 at 1:58 PM, Caldarale, Charles R wrote: >> From: Tom [mailto:808...@gmail.com] >> Subject: Session replication: Channel.SEND_OPTIONS_SECURE >> >> There is little documentation about Channel.SEND_OPTIONS_SECURE > > From a brief glance at the code, SEND_OPTIONS_SECURE appears to

RE: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread bill.turner
I have it working. Once the firewall issue was resolved and I was pointed to the hosts file, all is beautiful. I just need to give my server a static ip address, I suppose, so that I do not have to regularly update my hosts file. Propes, Barry L wrote: > > If you have IIS running on the box, it

RE: Unable to get client authentication working in tomcat 6

2010-03-23 Thread Dobson, Paul L CTR USAF AFMC 416 SCMS/OBN
Chuck, you are brilliant! Renamed tcnative-1.dll and it works. Thanks for the info on the APR connector. I'll look into that as well. Paul -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, March 23, 2010 8:54 AM To: Tomcat Users List Subjec

RE: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Propes, Barry L
If you have IIS running on the box, it should be able to do it like you're thinking. I've done that on my network at home. -Original Message- From: bill turner [mailto:worldwidewi...@gmail.com] Sent: Tuesday, March 23, 2010 9:21 AM To: Tomcat Users List Subject: Re: newbie: accessing t

RE: Unable to get client authentication working in tomcat 6

2010-03-23 Thread Caldarale, Charles R
> From: Dobson, Paul L CTR USAF AFMC 416 SCMS/OBN > [mailto:paul.dob...@hill.af.mil] > Subject: Unable to get client authentication working in tomcat 6 > > I have a tomcat 5 installation that uses client authentication. I am > trying to upgrade to Tomcat 6.0.24 and I am not able to get the client

Unable to get client authentication working in tomcat 6

2010-03-23 Thread Dobson, Paul L CTR USAF AFMC 416 SCMS/OBN
I have a tomcat 5 installation that uses client authentication. I am trying to upgrade to Tomcat 6.0.24 and I am not able to get the client authentication to work. I am using the same keystore and truststore files. I am also configuring the SSL port 8443 using what I believe are the same paramete

RE: Is it possible to set the port for tomcat manager to 8080 and root port 80???

2010-03-23 Thread Caldarale, Charles R
> From: Jiansen Niu [mailto:aoesh...@gmail.com] > Subject: Re: Is it possible to set the port for tomcat manager to 8080 > and root port 80??? > > While you can not define two listening ports for one Tomcat instance, Of course you can - you can define as many as you want via multiple elements.

Re: Is it possible to set the port for tomcat manager to 8080 and root port 80???

2010-03-23 Thread Pid
On 23/03/2010 14:27, Jiansen Niu wrote: While you can not define two listening ports for one Tomcat instance, Yes you can. Just add another Connector. you can put a Apache web server in front of your Tomcat, and define virtual hosts for all applications hosted by your Tomcat except Manager ap

RE: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Caldarale, Charles R
> From: bill turner [mailto:worldwidewi...@gmail.com] > Subject: Re: newbie: accessing tomcat admin page from another machine > > I did think that windows would look for specific machine names in the > network first. Windows networking does (using ancient NetBIOS techniques), but regular TCP/IP

Re: Is it possible to set the port for tomcat manager to 8080 and root port 80???

2010-03-23 Thread Jiansen Niu
While you can not define two listening ports for one Tomcat instance, you can put a Apache web server in front of your Tomcat, and define virtual hosts for all applications hosted by your Tomcat except Manager app. Jiansen 2010/3/23 Søren Blidorf > Is it possible to set the port for tomcat mana

Re: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread bill turner
ahhh! Great! Thanks for the input re: the hosts file. I will have to dig into that! On Tue, Mar 23, 2010 at 9:05 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: bill turner [mailto:worldwidewi...@gmail.com] > > Subject: Re: newbie: accessing tomcat admin page from another

Re: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread bill turner
Actually, it probably isn't even probably either of them. It is the local tomcat installation home, which has a link to the manager. On Tue, Mar 23, 2010 at 9:07 AM, Pid wrote: > On 23/03/2010 13:55, bill turner wrote: > >> On Tue, Mar 23, 2010 at 8:40 AM, Caldarale, Charles R< >> chuck.caldar..

Is it possible to set the port for tomcat manager to 8080 and root port 80???

2010-03-23 Thread Søren Blidorf
Is it possible to set the port for tomcat manager to 8080 and root port 80??? Soren, DK

Re: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread bill turner
It does appear that there was a firewall issue. I had to open port 8080. I can now use the ip address: http://192.168.0.198:8080/. I did think that windows would look for specific machine names in the network first. And, that is what I would really like to do. It'd be a lot easier than looking up

Re: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Pid
On 23/03/2010 13:55, bill turner wrote: On Tue, Mar 23, 2010 at 8:40 AM, Caldarale, Charles R< chuck.caldar...@unisys.com> wrote: From: bill.turner [mailto:worldwidewi...@gmail.com] Subject: newbie: accessing tomcat admin page from another machine I thought I should be able to access the admi

RE: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Caldarale, Charles R
> From: bill turner [mailto:worldwidewi...@gmail.com] > Subject: Re: newbie: accessing tomcat admin page from another machine > > Well, the administrator, which I thought was quite obvious, is the > console one sees when you install tomcat, start it up and type in > localhost:8080. That's not the

RE: Session replication: Channel.SEND_OPTIONS_SECURE

2010-03-23 Thread Caldarale, Charles R
> From: Tom [mailto:808...@gmail.com] > Subject: Session replication: Channel.SEND_OPTIONS_SECURE > > There is little documentation about Channel.SEND_OPTIONS_SECURE >From a brief glance at the code, SEND_OPTIONS_SECURE appears to be defined, >but not yet implemented - which would explain the be

Re: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread bill turner
On Tue, Mar 23, 2010 at 8:40 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: bill.turner [mailto:worldwidewi...@gmail.com] > > Subject: newbie: accessing tomcat admin page from another machine > > > > I thought I should be able to access the administrator from > > other mac

Re: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread bill turner
Ah... yes. All machines are running DHCP. My network admin tool (DLINK) provides addresses. So, I did try http://192.168.0.198:8080. The response is *The connection has timed out*. On Tue, Mar 23, 2010 at 8:38 AM, Rajeev Sampath wrote: > On Tue, Mar 23, 2010 at 7:00 PM, bill.turner >wrote: > >

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 To : Tomcat Users List Sent: Tue Mar 23 9:38:59 2010 Subject: Re: newbie: accessing tomcat admin page

RE: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Caldarale, Charles R
> From: bill.turner [mailto:worldwidewi...@gmail.com] > Subject: newbie: accessing tomcat admin page from another machine > > I thought I should be able to access the administrator from > other machines in my network using the latter but I cannot. What exactly do you mean by "administrator"? Wha

Re: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Rajeev Sampath
On Tue, Mar 23, 2010 at 7:00 PM, bill.turner wrote: > > I installed TC 6.0.26 on one machine in my Windows XP network. It is set up > to run as a service. I can access the administrator from that page using > http://localhost:8080 or using the machine name, i.e. http://hal9000:8080. > I > thought

newbie: accessing tomcat admin page from another machine

2010-03-23 Thread bill.turner
I installed TC 6.0.26 on one machine in my Windows XP network. It is set up to run as a service. I can access the administrator from that page using http://localhost:8080 or using the machine name, i.e. http://hal9000:8080. I thought I should be able to access the administrator from other machines

Session replication: Channel.SEND_OPTIONS_SECURE

2010-03-23 Thread Tom
Hi, I'm trying to configure a simple clustered environment using the following Cluster definition (all other cluster settings are set to default): There is little documentation about Channel.SEND_OPTIONS_SECURE, so maybe I have mis-understood, but I am still seeing session data being transmitt

Re: Force Tomcat 5.5.16 to close SSL session upon every request

2010-03-23 Thread Goo Sam Kong
Thank you, Mark On 23 March 2010 16:31, Mark Thomas wrote: > On 23/03/2010 06:58, Goo Sam Kong wrote: >> Hi Ben, >> >> Do you know why Tomcat take some time to close the connection? Is it >> predictable? > > Tomcat does close the connection. > >> My Java client is authenticate with Tomcat server

Re: Force Tomcat 5.5.16 to close SSL session upon every request

2010-03-23 Thread Mark Thomas
On 23/03/2010 06:58, Goo Sam Kong wrote: > Hi Ben, > > Do you know why Tomcat take some time to close the connection? Is it > predictable? Tomcat does close the connection. > My Java client is authenticate with Tomcat server using USB based > security token through client certificate authenticat