webservices deployment.

2014-01-19 Thread Vicky B
HI All, If I want to deploy the webapplication which uses webservice like soap or rest do I need a soap engine or rest engine in tomcat ? or including libraries in the war file is enough? -- *Thanks Regards Vickyb*

Re: webservices deployment.

2014-01-19 Thread Daniel Mikusa
On Jan 19, 2014, at 4:34 AM, Vicky B vickyb2...@gmail.com wrote: HI All, If I want to deploy the webapplication which uses webservice like soap or rest do I need a soap engine or rest engine in tomcat ? or including libraries in the war file is enough? You are not required to add

Re: [tomcat 7.0.50] java.lang.NoClassDefFoundError: org/apache/tomcat/util/descriptor/DigesterFactory

2014-01-19 Thread Konstantin Kolinko
2014/1/17 Marek Jagielski marek.jagiel...@gmail.com: Hi, I have simple REST application that I run locally using tomcat7-maven-plugin configured to use tomcat 7.0.47. Changing to version 7.0.50 causes an exception: Jan 17, 2014 3:01:30 PM org.apache.coyote.AbstractProtocol init INFO:

Re: Cannot connect from outside using Tomcat 7/APR/SSL on AWS Windows system

2014-01-19 Thread Ognjen Blagojevic
Jeffrey, On 19.1.2014 6:03, Christopher Schultz wrote: Connector address=10.4.1.20 port=443 maxHttpHeaderSize=8192 Could it be as simple as having set the address attribute? +1 BTW, setting attribute preverIPv4Stack=true on server side doesn't mean anything for the client. The client will

Re: Oracle Application Server 10g R3 works fine with RK-1048 codepage but Tomcat 7.0.47 does not.

2014-01-19 Thread Konstantin Kolinko
2014/1/13 Тимур Кулибаев timur.kulib...@gmail.com: Dears, I have checked documentation/FAQ/WEB/archives but it didn't help to resolve the following trouble: I have a java servlet which is currently deployed on Oracle Application Server 10g R3 with jdk 1.5u19 on RHEl 5.7 and one works fine

Re: Stopping/pausing a Connector

2014-01-19 Thread Konstantin Kolinko
2014/1/17 Randy Toor rtoor...@hotmail.com: Hi, I'm running embedded tomcat (unfortunately still using the deprecated classes and not the newer Tomcat class) and I'm trying to configure my connector at runtime to reject requests. If I use connector.pause(), any requests just hang until I

[ANN] Apache Standard Taglib 1.2.1 released

2014-01-19 Thread Jeremy Boynes
The Apache Tomcat team announces the immediate availability of Apache Standard Taglib 1.2.1. Apache Standard Taglib is an open source software implementation of the JSP Standard Tag Library (JSTL) technology. This release supports JSTL version 1.2 along with numerous bug-fixes and