Re: Running Thrift Server inside Tomcat.

2013-05-16 Thread Isuru Ranawaka
hi, Did you try to start thriftserver in a separate thread rather than start it directly in the init method. because i think execution on current thread is blocked due to start listening on perticular port .try it by creating a Runnable class and start Serversocket in run method and start thread

Re: Apache-tomcat-7.0.29 can't startup in my computer.

2012-07-11 Thread Isuru Ranawaka
Hi, This error can be appeared when that class is seen at compile time and not in run time or if u add and remove relevant jar file more than one time.then there can be a possibility that at run time it picks a class which was not picked at compile time.