JAX-RS on Tomcat 7 and Java 1.7

2012-05-06 Thread Rod Macpherson
I was under the impression Tomcat 7 supported JAX-RS out of the box. I have one jsp page (that works) and one JAX-RS annotated class: that generates a 404 error when trying to access it. @Path("foo") public class Foo { @GET String getBar() { return "bar"; } } Tried various paths, slash, no slash

Re: Problem Handler

2012-05-06 Thread André Warnier
Maria Din wrote: Hello,I use "juddi " on the server side under "Tomcat/webapps" and other tool on the client side. When I would like to do the discovery of a service. In juddi and especially in juddi.log, I get this error when I send the semantic query: ERROR org.juddi.handler.HandlerMaker - ca

Re: Tomcat 7 - No modifications are allowed to a locked ParameterMap

2012-05-06 Thread André Warnier
Pid * wrote: On 5 May 2012, at 05:11, ravi kant chaturvedi wrote: i got the proper solution for my problem, so i do not require more mails from this list. please stop the mail, because this is spoiling my mail box. If you don't want any more mail from this list, unsubscribe from the mailin

Re: maxParameterCount not applied to multipart requests

2012-05-06 Thread Mark Thomas
On 05/05/2012 12:25, Kanatoko wrote: > Hello list, > > It seems that the Connector attribute "maxParameterCount" is not applied > to multipart requests. Correct. This is by design. > (And, the default value is -1, maybe it should be 1.) Wrong. The default is 1, as per the documentation.

RE: Problem Handler

2012-05-06 Thread Maria Din
Hello,I use "juddi " on the server side under "Tomcat/webapps" and other tool on the client side. When I would like to do the discovery of a service. In juddi and especially in juddi.log, I get this error when I send the semantic query: ERROR org.juddi.handler.HandlerMaker - can't find handler

Re: Problem Handler

2012-05-06 Thread Pid *
On 5 May 2012, at 15:10, Maria Din wrote: > > Hello,I am a master student.I use "juddi " on the server side and other tool > on the client side. I could do the publication of a service.But, I couldn't > do the discovery of a service! I have always a problem in "uddiProxy".In > juddi and espe

Re: Tomcat 7 - No modifications are allowed to a locked ParameterMap

2012-05-06 Thread Pid *
On 5 May 2012, at 05:11, ravi kant chaturvedi wrote: > i got the proper solution for my problem, so i do not require more mails from > this list. > > please stop the mail, because this is spoiling my mail box. If you don't want any more mail from this list, unsubscribe from the mailing list. It

Re: Adding the manager app to a Standalone tomcat install

2012-05-06 Thread Pid *
On 4 May 2012, at 15:18, Todd Seidenberg wrote: > On Fri, May 4, 2012 at 7:02 AM, Todd Seidenberg > wrote: > >> On May 3, 2012 5:47 PM, "Christopher Schultz" < >> ch...@christopherschultz.net> wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Todd, >>> >>> On 5/3/12 5:22 PM,