Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JSP Testing

Status
Not open for further replies.

Jerrie85

IS-IT--Management
Feb 10, 2004
29
CA
How would i test my *.jsp pages or java servlets?
i have Macromedia JRUN4, and i think i need jdbc.

The jsp page involves LAPI (java)

thnkx


 
See this If you are using LAPI you do not need JDBC.JDBC is native access to the database.LAPI hides(encapsulates) the call so the DB connection is done nby LAPI.
Minimum requirements to run a jsp is a
J2EE compliant server,LAPI class or jar files in the class path.My advise to you would be to put the LAPI class files on your webserver(computer) and try some simple LAPI example
using a java file.That will tell you first hand whether or not LAPI is working against the livelink installation.
also has some simple
LAPI examples.

Always acknowledge a fault. This will throw those in authority off their guard and give you an opportunity to commit more.
Mark Twain

appnair
 
i'm really new to JSP Deployment, sry!

since im deploying a web application, i created a WEB-INF folder, within which has my classes. Do i have to create folders in there "com", "opentext", "api" and insert all the *.class files in there? subsequently, wat do i do write in the web.xml file?

thx
 
First you will have to understand how you compile/deploy a
jsp.Post this in the java forum and somebody should help you there this is a good tutorial


Always acknowledge a fault. This will throw those in authority off their guard and give you an opportunity to commit more.
Mark Twain

appnair
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top