Re: Tomcat clustering in a server with SSL

2010-11-20 Thread Mario Kleinsasser
Hi, On Sun, Nov 21, 2010 at 7:02 AM, rujin raj wrote: > Hi, > > > I am having a windows 2008 ent server and tomcat 6.0.29 64 bit,JVM 1.6.0 64 > bit installed and SSL is configured in my server. > You mean, you have configured your single Tomcat to use SSL? Right? > > I need to configure tomca

Tomcat clustering in a server with SSL

2010-11-20 Thread rujin raj
Hi, I am having a windows 2008 ent server and tomcat 6.0.29 64 bit,JVM 1.6.0 64 bit installed and SSL is configured in my server. I need to configure tomcat clustering in same machine, because SSL certificate is installed in that machine. Give some idea to install tomcat clustering in a server

Re: Spam

2010-11-20 Thread André Warnier
Caldarale, Charles R wrote: From: Brian [mailto:bbprefix-m...@yahoo.com] Subject: Spam Since I enrolled in this list, I started to receive spam. If you've never gotten spam before, you must be nearly unique. Since the mailing list messages are archived in numerous public locations, it's pr

Re: Deployment issues

2010-11-20 Thread Konstantin Kolinko
2010/11/21 Victor Kabdebon : > Hiello Konstantin > > Yes I do have access to the HTML manager interface, but nothing is deployed > in the list. > I will check the context file in conf/catalina/localhost, I don't have > access to it right now, I didn't think about it. > > Thank you very much for you

Re: Deployment issues

2010-11-20 Thread Victor Kabdebon
Hiello Konstantin Yes I do have access to the HTML manager interface, but nothing is deployed in the list. I will check the context file in conf/catalina/localhost, I don't have access to it right now, I didn't think about it. Thank you very much for your help. Is there anything else that I might

SSL Renegotiation

2010-11-20 Thread Pid
All, I thought this might be of interest: http://www.oracle.com/technetwork/java/javase/documentation/tlsreadme2-176330.html p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: Deployment issues

2010-11-20 Thread Konstantin Kolinko
2010/11/21 Victor Kabdebon : > Hello everybody, > > I am running a server with tomcat 6 installed and running for a long time. I > deploy the war files remotely with the following command in my browser : > > [Server location]/manager/deploy?path=/&war=file:[pathtoFile]/index.war > [Server location]

Deployment issues

2010-11-20 Thread Victor Kabdebon
Hello everybody, I am running a server with tomcat 6 installed and running for a long time. I deploy the war files remotely with the following command in my browser : [Server location]/manager/deploy?path=/&war=file:[pathtoFile]/index.war [Server location]/manager/deploy?path=/user&war=file:[path

Re: Spam

2010-11-20 Thread Antonio Petrelli
2010/11/20 Antonio Petrelli : > the problem might be exactly the mail archive I meant "the Apache mail archive" not mail-archive.com Antonio - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: Spam

2010-11-20 Thread Antonio Petrelli
2010/11/20 Caldarale, Charles R : >> From: Brian [mailto:bbprefix-m...@yahoo.com] >> Subject: Spam > >> Since I enrolled in this list, I started to receive spam. > > If you've never gotten spam before, you must be nearly unique. > > Since the mailing list messages are archived in numerous public lo

RE: Spam

2010-11-20 Thread Caldarale, Charles R
> From: Brian [mailto:bbprefix-m...@yahoo.com] > Subject: RE: Spam > That's is why forums are better than lists. A matter of opinion. I find forums to be nearly unusable. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by

RE: Spam

2010-11-20 Thread Brian
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Saturday, November 20, 2010 11:48 AM > To: Tomcat Users List > Subject: RE: Spam > > > From: Brian [mailto:bbprefix-m...@yahoo.com] > > Subject: Spam > > > Since I enrolled in this list, I starte

RE: Spam

2010-11-20 Thread Caldarale, Charles R
> From: Brian [mailto:bbprefix-m...@yahoo.com] > Subject: Spam > Since I enrolled in this list, I started to receive spam. If you've never gotten spam before, you must be nearly unique. Since the mailing list messages are archived in numerous public locations, it's pretty much impossible to pr

Re: Servlet 2.5 SRV.14 and provision of JAX-WS

2010-11-20 Thread Konstantin Kolinko
2010/11/20 Michael Ludwig : > > I don't know if these com.sun.xml.internal.ws.* things are part of the > JRE or not, but they do seem to get loaded by "jre6\bin\java.exe", and > they are in rt.jar (runtime). So they are obviously part of the JRE? > They are part of implementation in specific versi

Spam

2010-11-20 Thread Brian
Since I enrolled in this list, I started to receive spam. The tipical subject of "I have an account in the Nigerian Bank with US$10'000,000 and if you help me to recover it, you will get 30%..". Is there a way to avoid this? --

Re: Servlet 2.5 SRV.14 and provision of JAX-WS

2010-11-20 Thread Michael Ludwig
Konstantin Kolinko schrieb am 20.11.2010 um 17:51 (+0300): > 2010/11/20 Michael Ludwig : > > JAX-WS ships with Sun JDK 1.6 and seems the easiest way to code web > > services on this platform. It is really easy to get started: > > > > http://java.dzone.com/articles/jax-ws-hello-world > > http://java

Re: [OT] How to obtain the id of the current process

2010-11-20 Thread Pid
On 19/11/2010 19:55, André Warnier wrote: > Like that JVM's JMX port for instance ? That's not a bad idea. If JMX was configured using the new Listener in server.xml and the port set in catalina.properties, then you'd be able to find out the port number without having to parse XML etc. p 0x62

Call to dispatch in onTimeout

2010-11-20 Thread Juriy Bura
Hello guys, Could you please give some comments if the code below is legal from the Servlet 3.0 spec point of view? AsyncContext context = request.startAsync(); context.setTimeout(3000); context.addListener(new AsyncListener() { public void onComplete(AsyncEven

Re: Servlet 2.5 SRV.14 and provision of JAX-WS

2010-11-20 Thread Konstantin Kolinko
2010/11/20 Michael Ludwig : > JAX-WS ships with Sun JDK 1.6 and seems the easiest way to code web > services on this platform. It is really easy to get started: > > http://java.dzone.com/articles/jax-ws-hello-world > http://java.dzone.com/articles/jax-ws-deployment-five-minute > > I have one questi

Servlet 2.5 SRV.14 and provision of JAX-WS

2010-11-20 Thread Michael Ludwig
JAX-WS ships with Sun JDK 1.6 and seems the easiest way to code web services on this platform. It is really easy to get started: http://java.dzone.com/articles/jax-ws-hello-world http://java.dzone.com/articles/jax-ws-deployment-five-minute I have one question, though. JAX-WS is provided by JDK 1.

Re: Usage of Tomcat SSL in client-side class

2010-11-20 Thread Moley Harey
Hello folks, I have a set of web services installed in Tomcat 6.0.26 that I would like to access using HTTPs, I have following the instructions in Tomcat web side to set up JSSE support and now I can access the web services using SSH. My question is what do I have to do in my Java client-side cla