aspose file tools
The moose likes Servlets and the fly likes which jar files are required for servlets and JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "which jar files are required for servlets and JSP" Watch "which jar files are required for servlets and JSP" New topic
Author

which jar files are required for servlets and JSP

sudheer kiran
Ranch Hand

Joined: Jun 26, 2008
Posts: 237

for to program which jar files we need in our lib for servlts and jsps.


Sudheer
SCWCD, SCJP 5
Deepak Bala
Bartender

Joined: Feb 24, 2006
Posts: 6588
    
    1

The J2EE jar file provided by your container.


SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
Vijay Kumar
Ranch Hand

Joined: Jul 24, 2003
Posts: 260
Which container are you using.

Regards,
Vijay
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56163
    
  13

The jar files will be provided by the web container. We need to know which one you are using.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
tushar panda
Ranch Hand

Joined: Feb 16, 2009
Posts: 133
sudheer kiran wrote:for servlets


in tomcat : servlet-api.jar for running servlets

sudheer kiran wrote:for jsp


in tomcat : jsp-api.jar for jsp

apart from this other jars are needed and are placed in lib folder of the web-container/server you are using .

cheers
TUSHAR


Do Right , Fear No Man
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: which jar files are required for servlets and JSP
 
Similar Threads
Java Mail problem
searching of jar files
Temporary files
JAR files
copying files from Visual Source safe