Re: EJB with Tomcat 6.0.16

2008-09-01 Thread Stas Ostapenko
Hi ! Take a look here http://docs.jboss.org/ejb3/embedded/embedded.html On Mon, Sep 1, 2008 at 10:48 AM, Gaurav Pruthi <[EMAIL PROTECTED]> wrote: > Dear Friends, > > Is it possible to integrate EJB with tomcat v6 and higher? If yes then > kindly provide the How-To link. I googled but didn't find

Re: Servlet inter-communication

2006-05-03 Thread Stas Ostapenko
How about JMS stuff ? For example Commons Messenger - http://jakarta.apache.org/commons/sandbox/messenger/. Does anybody used it ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New to Tomcat

2006-04-05 Thread Stas Ostapenko
I'm guess tomcat compiled into native code. I may wrong but in fedora5 all of Apache Jakarta Project and Apache Geronimo are compiled in native code. As for me it's a bad idea On 4/5/06, David Delbecq <[EMAIL PROTECTED]> wrote: > root cause > > Error starting modern compiler > org.apache.t

Re: Better Linux Distribution for production environment

2006-03-23 Thread Stas Ostapenko
Hi ! I have a similar question. I see that Solaris 10 becoming open. So, it's +1 candidate to use as Linux or BSD alternative. Due both Solaris and Java from Sun, can one hope for extra performance, etc ? Is it really make sense to use Solaris for application server ? I'll wonder if there are no b

Re: How print HTTPResponse before sent to client?

2006-03-09 Thread Stas Ostapenko
Using sniffer may be useful, ethereal for example. If you don't want to use sniffer you may consider some plugins/extensions for web browser. For example HttpWatch for IE (proprietary) or Live HTTP Headers firefox extension for FF. It's really useful sometimes ;) On 3/9/06, Øyvind Møller Asbjørnse

Re: org.apache.tomcat.util.threads.ThreadPool

2006-02-27 Thread Stas Ostapenko
On 2/27/06, Chakarova Teodora <[EMAIL PROTECTED]> wrote: > SEVERE: All threads (150) are currently busy, waiting. Increase > maxThreads (150) or check the servlet status Feb 26, 2006 11:58:23 AM You can increase maxThreads value in your server.xml config file to satisfy your application needs. But

Re: tomcat log analyser

2006-01-18 Thread Stas Ostapenko
I'm asking about pure java tomcat log analyser similar to AWStats (or maybe another tool) Thanks for help ! On 1/18/06, Anto Paul <[EMAIL PROTECTED]> wrote: > On 1/18/06, Stas Ostapenko <[EMAIL PROTECTED]> wrote: > > Hello ! > > > > I'm searching for to

tomcat log analyser

2006-01-18 Thread Stas Ostapenko
Hello ! I'm searching for tomcat log analyser. Under Apache (not Tomcat) i have used AWStats. Is there something similar for standalone Tomcat ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: starting and stopping Tomcat from Java code

2005-12-14 Thread Stas Ostapenko
Maybe this can help (Embed with Tomcat) ? http://www.vsj.co.uk/articles/display.asp?id=319 On 12/15/05, Oleg Lebedev <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to configure, start and then shutdown Tomcat from my Java > class. I am planning to have all the jars required by Tomcat on the >