> 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
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
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
> 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.
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
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