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
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
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
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
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
> 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
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
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:
>
>
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
> 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
> 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
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
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
Is it possible to set the port for tomcat manager to 8080 and root port
80???
Soren, DK
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..
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
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
> 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
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
> 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.
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
> 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
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
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
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
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
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
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
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
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
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
> 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
> 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
-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
> 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
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
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
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
> 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
> 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
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
> 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
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
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
-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
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
-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
> 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 ,
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
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
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
> 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
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
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
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
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
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
57 matches
Mail list logo