Link to home
Start Free TrialLog in
Avatar of DrWarezz
DrWarezz

asked on

servlet.jar

Hey all -- it's me again :)

Basically, I've installed Tomcat 5.5, and it doesn't have the servlet.jar file....?

According to my book, it should have this:  server_root/lib/servlet.jar
However, the directory 'lib' didn't even exist until I created it! :o\

How and where can I download any APIs that I need?

I currently only have  J2SDK1.4 installed, and haven't downloaded J2EE yet. But Surely you can compile the Class files fine without J2EE, as long as you have the javax.servlet APIs, right? (Which I don't have).

So -- any help please? :)

Thanks in advance,
[r.D]
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

tomcat/common/lib/servlet-api.jar

(I think)
Yup :-)  All the classes you need are in there :-)
ASKER CERTIFIED SOLUTION
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DrWarezz
DrWarezz

ASKER

:-)  Thanks alot, Tim!
No worries :-)

Just as a note, Tomcat 5.5 is a beta version, so you might hit more bugs than usual (or none at all) ;-)

Good luck with it all tho :-)

Tim
;-) Let's hope I don't face too many bugs in that case :o\
Thanks.