Q&A

Q1:How would I go about debugging my servlet to identify runtime problems?
A1: Since servlets are server-side Web applications, there is no straightforward way to debug servlets unless the IDE (integrated development environment) that you use has the necessary features to support debugging applications deployed on the WebLogic Server. The simplest way to debug a servlet is to print the trace of the code on the stdout stream and view the log file to identify the errors. You will be learning different techniques of debugging servlets on Day 17, “Debugging Applications,” when you look at all aspects of debugging applications in the WebLogic Server environment.
Q2:I need to deploy the servlet on two WebLogic Servers in a cluster of two machines. ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.