RE: Where does Tomcat expect me to put my class file, or jar file?

2006-02-17 Thread Marc Wentink
> I won't recommand putting classes in /share unless really needed (shared > libs poses problems For now, only that one servlet will run in Tomcat. > Tomcat 5.5 works also on jdk 1.4 (just add the compatibility package as > stated in doc) Ok. And the performance is a lot better? > Mmm your in

Re: Where does Tomcat expect me to put my class file, or jar file?

2006-02-17 Thread David Delbecq
Marc Wentink a écrit : >Ok, it seems to work putting the class in C:\Program Files\Apache Group\Tomcat >4.1\shared > >The servlet now starts up. > >\shared is, after reading the docs the general place for classes used by all >apps. > > I won't recommand putting classes in /share unless really

Re: Where does Tomcat expect me to put my class file, or jar file?

2006-02-17 Thread David Delbecq
Once again, you must map you servlet in your web.xml Marc Wentink a écrit : >>Where does Tomcat expect me to put my class file, or jar file? >>Is it sufficient to put the servlet class in WEB-INF classes or must you >>install a war file? >> >> > > >I a

RE: Where does Tomcat expect me to put my class file, or jar file?

2006-02-17 Thread Marc Wentink
> Where does Tomcat expect me to put my class file, or jar file? > Is it sufficient to put the servlet class in WEB-INF classes or must you > install a war file? I actually tried to put HelloIZ.class in a what seemed to me a logical place: C:\Program Files\Apache Group\Tomcat 4.

RE: Where does Tomcat expect me to put my class file, or jar file?

2006-02-17 Thread Marc Wentink
Ok, it seems to work putting the class in C:\Program Files\Apache Group\Tomcat 4.1\shared The servlet now starts up. \shared is, after reading the docs the general place for classes used by all apps. It got me further, sorry to bother you guys so much, this it the idea of my managers: "I sho

Where does Tomcat expect me to put my class file, or jar file?

2006-02-17 Thread Marc Wentink
Dear Sirs, dear group, Where does Tomcat expect me to put my class file, or jar file? Is it sufficient to put the servlet class in WEB-INF classes or must you install a war file? I am using Tomcat 4.1 to get a simple servlet working. I have succeeded in compiling the servlet. I have put the