Re: Tomcat and SOAP

2008-07-11 Thread Vinay Chilakamarri
Hi, SOAP is just a protocol. I am assuming that you needed webservices on Tomcat. Your bets would be on Apache Axis, Active MQ. You can get tons of tutorials on how to deploy them on Tomcat. Once you get Axis, all you need to do is put the axis directory in webapps. Thats all you need to do On

Re: Tomcat and SOAP

2008-07-11 Thread Luis Rivera
I use Apache Axis with Tomcat and works just fine. The configuration is done very easily if you use the deployment ant tasks for axis administration. --Luis R. On Thu, Jul 10, 2008 at 11:40 PM, Vinay Chilakamarri [EMAIL PROTECTED] wrote: Hi, SOAP is just a protocol. I am assuming that you

Patch to support OCSP for Apache Tomcat

2008-07-11 Thread Aristotelis
Hello all, this is a reply to this email : http://mail-archives.apache.org/mod_mbox/tomcat-users/200806.mbox/[EMAIL PROTECTED] After having some look in the code i saw that the mentioned configuration: Server Configuration: Tomcat: 6.0.16 APR: 1.2.12 Tomcat Native: 1.1.13 OpenSSL: 0.9.8g

Re: Excess whitespace generated

2008-07-11 Thread bisoa
Write JSP pages without spacing. For example, the following codes coding tricks. Note the end and start of coding lines; = %@ page session=false %%@ page import=java.util.* %%@ page import=java.awt.Color %%@ -- View this message in context:

Tomcat 5.5, JKConnector, Apache 2.2 on SuSE Enterprise 10 timeout problem

2008-07-11 Thread Scheibe Michael
Hi all We just installed a new SLES 10 with Tomcat 5.5 (OpenSUSE 10.3 package), JK 1.2.24 binary (tomcat project page) and Apache 2.2 (SLES 10 package). It is the first time we want to use this combination in production environment and are running several tests at the moment. During one of

Re: Apache/mod_jk serves random files from tomcat

2008-07-11 Thread Tim Redding
Thanks for the quick reply. I've enabled the AccessLogValve. I've just gotta wait for it to start playing up again. Could be 2 hours or 2 weeks. I'll reply when I have more info. Tim. Len Popp wrote: That log file is from the httpd server, right? What does the Tomcat log file say?

Re: Apache/mod_jk serves random files from tomcat

2008-07-11 Thread Tim Redding
Hi, Wow. That's weird. Is Tomcat serving the file, or is httpd serving it? All requests are going to tomcat via httpd. Does the WAR file get expanded during deployment? Well tomcat usually extracts the contents to a temporary location so I guess yes. Does this happen whether Tomcat is

FW: MOD_JK 1.2.26 woker init fails

2008-07-11 Thread Kashif Ali
Hi, I have compiled and ran Mod_JK 1.2.26 under apache 2.2.3 (Centos 5.1). However I am getting an error where it fails to initialise the worker. Here is debug output from Mod_Jk: [Fri Jul 11 08:13:08 2008] [16551:3086825232] [error] jk_handler::mod_jk.c (2314): Could not init service for

Re: Version 6 Clustering problem

2008-07-11 Thread János
Hi Filip, I added it in the catalina.sh file on all three nodes and I am not seeing the error. I also disabled IP6 in Network Preferences. I added the distrubuted=true to the context.xml file on all three nodes and added the distributable/ tag to the webapps/examples/WEB- INF/web.xml on

AW: Tomcat 5.5, JKConnector, Apache 2.2 on SuSE Enterprise 10 timeout problem

2008-07-11 Thread Scheibe Michael
Case solved, MS ISA Proxy was the Problem! Sorry for spamming the mailing list ;-) Von: Scheibe Michael [mailto:[EMAIL PROTECTED] Gesendet: Fr 11.07.2008 10:03 An: users@tomcat.apache.org Betreff: Tomcat 5.5, JKConnector, Apache 2.2 on SuSE Enterprise 10 timeout

Request Body Greater Than 8192

2008-07-11 Thread Troy Davidson
I have an interesting problem and can't seem to find the answer anywhere. We have Tomcat 5.5.26 running on a SuSE Linux server. Tomcat is doing SOAP requests. I get the body of the request with the following code: BufferedReader reader = req.getReader(); while ((line = reader.readLine()) !=

Re: Request Body Greater Than 8192

2008-07-11 Thread Markus Schönhaber
Troy Davidson schrieb: Sometimes we get a SOAP request in that has a body greater than 8192 bytes. But, no matter what I try, message will always have a length of 8192. It won't read past the 8192 barrier. Now, I know that the default size of the BufferedReader is 8192. I've changed this

force stop not working under linux

2008-07-11 Thread buzzterrier
Hello, I am using the latest tomcat55 with Centos. I start tomcat from a console, but when I stop it using catalina.sh stop, the process does not stop completely. If I do a ps-ef | grep tomcat, I ge: buzzterrier 30975 1 0 20:58 ?00:00:05 /usr/java/jdk1.6.0_06/bin/java

is it possible more than 1 tomcat in single system?

2008-07-11 Thread Edi
Hello Experts, Is it possible to install more than 1 tomcat in a single system with different ports? Thanks and Regards, Edi -- View this message in context: http://www.nabble.com/is-it-possible-more-than-1-tomcat-in-single-system--tp18416418p18416418.html Sent from the Tomcat - User mailing