Before you begin
Design a Web application and the components that it needs.For general Web application design information, see "Resources for learning."
Why and when to perform this task
The following steps support the second approach, development without an IDE.
Steps for this task
javac -classpath D:\Program Files\WebSphere\AppServer\lib\j2ee.jar MyServlet.java
javac -classpath D:\Program Files\WebSphere\DeploymentManager\lib\j2ee.jar MyServlet.java
Related concepts
Web applications
Enterprise (J2EE) applications
Servlets
JavaServer Pages
Class loaders
Related reference
web.xml file
Default Application
Disabling JavaServer Pages run-time compilation
Custom property settings
Web applications: Resources for learning