Re: Unconnected sockets not implemented

2007-05-29 Thread Nencho Lupanov
hi Mark, i was having problems on configuring ssl on the client.It is ok now.Thanks. Nencho 2007/5/29, Mark Thomas <[EMAIL PROTECTED]>: Nencho Lupanov wrote: > any idea? OS? Tomcat version? Steps you followed to configure SSL? Full stack tra

Unconnected sockets not implemented

2007-05-28 Thread Nencho Lupanov
Hi all, I have tomcat ssl configured ant tried to access it with a jsse client but i get the following error: [java] Exception in thread "main" org.apache.axis2.AxisFault: Unconnected s ockets not implemented; nested exception is: [java] java.net.SocketException: Unconnected sockets

Re: tomcat webapp startup order

2007-05-25 Thread Nencho Lupanov
> >> -Original Message- >> From: Nencho Lupanov [mailto:[EMAIL PROTECTED] >> Sent: Friday, May 25, 2007 7:22 AM >> To: Tomcat Users List >> Subject: tomcat webapp startup order >> >> Hi all, >> >> I have vanilla tomcat 5.5 installed. >>

Re: tomcat webapp startup order

2007-05-25 Thread Nencho Lupanov
Hi Tim, That's a pretty good idea, Thanks. 2007/5/25, Tim Lucia <[EMAIL PROTECTED]>: > -Original Message- > From: Nencho Lupanov [mailto:[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 7:22 AM > To: Tomcat Users List > Subject: tomcat webapp startup or

tomcat webapp startup order

2007-05-25 Thread Nencho Lupanov
Hi all, I have vanilla tomcat 5.5 installed. I also have axis2 web application deploying on every startup. the problem is that the axis2 web app needs to read a url from the same tomcat server, only that the server is not yet started because in the same moment is yet deploying the axis2 web app.

Re: Servlet init method invocation

2007-04-11 Thread Nencho Lupanov
l can be used to force servlet to be initialized upon webapp startup. The value of this element is a number that specify order, compared to other servlet, in which it is initialized. En l'instant précis du 11/04/07 12:47, Nencho Lupanov s'exprimait en ces termes: > Hi All, > > I a

Servlet init method invocation

2007-04-11 Thread Nencho Lupanov
Hi All, I am trying to understand, when is the Servlet init() method invoked in tomcat. I expected it to be executed after succesfull deployment but it seems that it is executed the first time(only) when request arives. So, i need to receive a request in order this method to be executed? Is that