[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 improvements

Re: Stopping/pausing a Connector

2014-01-19 Thread Konstantin Kolinko
2014/1/17 Randy Toor : > 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 call > connect

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 Тимур Кулибаев : > 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 with Oracle > Applicati

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: 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 try to connect with the protocol he prefers. The client m

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 : > 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: Initializing ProtocolHan

Re: webservices deployment.

2014-01-19 Thread Daniel Mikusa
On Jan 19, 2014, at 4:34 AM, Vicky B 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 anything to Tomcat. Yo

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*