Re: Mbean uses in Tomcat 5.5.17

2006-07-30 Thread Raju Balugu
Thanks a lot peter. Regards Raju On 7/31/06, Peter Rossbach <[EMAIL PROTECTED]> wrote: see http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html peter Am 31.07.2006 um 07:27 schrieb Raju Balugu: > Hi All , > > Could you please let me know the uses of Mbean in Tomcat 5.5.17? > We recent

Re: Mbean uses in Tomcat 5.5.17

2006-07-30 Thread Peter Rossbach
see http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html peter Am 31.07.2006 um 07:27 schrieb Raju Balugu: Hi All , Could you please let me know the uses of Mbean in Tomcat 5.5.17? We recently upgraded to tomcat5.5.17 from Tomcat 4.1.29. Regards Raju

Re: Tomcat 5.5.17 can connect to any webserver without mod_jk ?is this true?

2006-07-30 Thread Raju Balugu
Hi Mark ,I have a doubt on this again ,I got one more link stataing we can use this feature by acting as the proxy.. http://tomcat.apache.org/tomcat-5.5-doc/proxy-howto.html just have a look and let me know ur idea. Regards Raju On 7/31/06, Raju Balugu <[EMAIL PROTECTED]> wrote: Thanks mark

Re: HTTP Status 500 error

2006-07-30 Thread Aftab Anwar
Please stop sending me email --- OOzy Pal <[EMAIL PROTECTED]> wrote: > Hello > > When I run the program I am using, I get this error. > What does it > mean. How can I interpret it? > > HTTP Status 500 - > > type Exception report > > message > > description The server encountered an internal

Mbean uses in Tomcat 5.5.17

2006-07-30 Thread Raju Balugu
Hi All , Could you please let me know the uses of Mbean in Tomcat 5.5.17? We recently upgraded to tomcat5.5.17 from Tomcat 4.1.29. Regards Raju

Re: Tomcat 5.5.17 can connect to any webserver without mod_jk ?is this true?

2006-07-30 Thread Raju Balugu
Thanks mark .You are right. I saw this link and got good information on connectors. Regards Raju On 7/30/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Raju Balugu wrote: > Hi All, > > I recently migrated to tomcat5.5.17 from 4.1.29.I got the info like we can > connect to any webserver wihout the m

Re: How to configure the logs for Tomcat 5.5.17

2006-07-30 Thread Raju Balugu
Thanks a lot Jon Dickinson.previously I tried by putting those jar files into common/lib.Now I will try by putting those jars into server/lib. Regards Raju On 7/29/06, Jon Dickinson <[EMAIL PROTECTED]> wrote: Put the commons-logging.jar and log4j.jar in your server/lib directory and your log4

Re: How to run EJB in Tomcat itself ?

2006-07-30 Thread Raju Balugu
Thanks Maurice ,I am not aware of this .It'sgiven good info. On 7/28/06, Maurice Yarrow <[EMAIL PROTECTED]> wrote: Hello Raju Try OpenEJB, which can be run in both tomcat-embedded mode (drop their openejb_loader .war into tomcat/webapps) and also a detached server mode. http://openejb.codeh

Re: connectionTimeout and reusing Tomcat threads

2006-07-30 Thread Ramdas . Hegde
Rainer, Thanks for your suggestion. I tried out the 1.2.18 version of mod_jk(mod_jk-apache-2.0.46-linux-i686.so) but the behaviour seems to be very similar. Here is some of the information that you asked for. For the purpose of the test, i have only one Tomcat worker available. Though i had on

Re: File Writing Permission Problem with Tomcat

2006-07-30 Thread Li
Hi Chris, Things were fixed. Problem was cause by local java security policy setting. Thanks for your help. I apprecaited that. Regards Li On 7/29/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: Li, > The exception is FileNotFoundException (Permission Denied) > > If the path is not corre

programmatically sending tomcat a socket?

2006-07-30 Thread Adam Fisk
I'm embedding Tomcat, and I'd like to have programmatically send it a socket I've created (could be a reliable UDP socket subclass, some other special "socket"), and have Tomcat handle it as if it were a normal socket, expecting incoming HTTP requests on that socket. Anyone know how I should best

Re: [OT] Re: PUT or POST?

2006-07-30 Thread Christopher Schultz
Nikola, > It is also a question of semantics. If the technical side is the > same, then let us communicate our intentions clearly. > > PUT - request that will create an object on the server side, > accessible via the given URL. Used for object upload. This is a good point: one of the headers tha

Re: [OT] Re: PUT or POST?

2006-07-30 Thread Nikola Milutinovic
> > Apparently our fat client can issue either a POST or a PUT request. The > > client developer has a slight preference for PUT. I must admit to not > > being familiar with HTTP PUTs - are there any downside to using PUTs > > (aside from having to override doPut())? > > I don't think your code wil

TOMCAT-5.5.17 MissingResourceException for LocalStrings

2006-07-30 Thread William . Adams
Greetings: This exception is being thrown for 5.5.17 at initialization. I saw some rework of locale handling in the 5.5.16 vicinity. Any clues as to what might cause this or how to research it? Thanks java.util.MissingResourceException: Can't find bundle for base name org.apache.catalina.con