Re: wrapperClass usage

2008-05-16 Thread Juha Laiho
goober_nut wrote: Is it possible to package up your own wrapper inside a war file which you can deploy to other Tomcat servers without putting it in Tomcat 5.5 - shared/lib or server/lib or Tomcat 6 lib/? Not for deployment as a war file; I'm pretty certain that the class is not being searc

Re: wrapperClass usage

2008-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, goober_nut wrote: | Is it possible to package up your own wrapper inside a war file which | you can deploy to other Tomcat servers without putting it in Tomcat 5.5 - | shared/lib or server/lib or Tomcat 6 lib/? That depends on exactly which C

Re: wrapperClass usage

2008-05-16 Thread goober_nut
| Yes, I'm sorry, I did put my package name in there so it does look like | wrapperClass="my.class.MyWrapper". | It does read though "my.class.MyWrapper.java", does that make a difference? Yes, the class name does not include ".java" -- you should remove it. |>> Can anyone tell me what I'm doing

Re: wrapperClass usage

2008-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, goober_nut wrote: | Yes, I'm sorry, I did put my package name in there so it does look like | wrapperClass="my.class.MyWrapper". | It does read though "my.class.MyWrapper.java", does that make a difference? Yes, the class name does not includ

Re: wrapperClass usage

2008-05-15 Thread goober_nut
>> What I've done so far is create a very simple servlet which prints hello >> to the browser and I've written a wrapper class named MyWrapper which >> extends StandardWrapper. The MyWrapper class just has a constructor >> which is supposed to print out to the logs "I'm in the wrapper." Also,

Re: wrapperClass usage

2008-05-15 Thread Mark Thomas
Brian E. Nicely wrote: What I've done so far is create a very simple servlet which prints hello to the browser and I've written a wrapper class named MyWrapper which extends StandardWrapper. The MyWrapper class just has a constructor which is supposed to print out to the logs "I'm in the wrappe