J2EE Introduction
Install Java in System
Configuring Java
Install App. Server PE
Configure Server
Install MSSQL Server
Start MSSQL Server
Use Query Analyzer
Install SQL Driver
Configure SQL Driver
About Bookmark
|
Configuring Application Server PE and Java in the System
Introduction
|
Java Servlets are server side Java programs that require either a Web Server or an Application Server for execution.
Today servlets are a popular choice for building interactive Web applications. Third-party servlet containers are available for Apache Web Server, Microsoft IIS, and others. Servlet containers are usually a component of Web and application servers, such as BEA WebLogic Application Server, IBM WebSphere, Sun Java System Web Server, Sun Java System Application Server, and others.
1) First you need to instal the JDK 1.5 or j2sdk1.5.0 or above (CLICK HERE for details)
2) Download the server Sun Java System Application Server Platform Edition 8.2 and instal it in the system (CLICK HERE for details)
- To start the server goto Start -> All Programs -> Sun Microsystems -> Application Server PE -> Start Default Server
- To stop the server goto Start -> All Programs -> Sun Microsystems -> Application Server PE -> Stop Default Server
3) Set the PATH and CLASSPATH for java and Sever. (CLICK HERE for details)
|
|
Clear Details about how to Set the Java and Server path
|
- Right click on My Computer and click the Property
(or)
Go to Start->Control Panel (optional).
Now click Performance and Maintenance (optional).
Now click the System (optional)
- Here, select the Advanced tab
- Now click the Environment Variable button
- Now click the New button
- Now in the Variable Name type PATH and in the Variable value type C:\Program Files\Java\jdk1.6.0_05\bin;C:\Sun\AppServer\bin;
- Now click the OK button
- Now again click the New button
- Now in the Variable Name type CLASSPATH and in the Variable value type .;C:\Program Files\Java\jdk1.6.0_05\lib;C:\Sun\AppServer\lib\j2ee.jar;
- Now click the OK button
- Now click the OK button
- Now click the OK button
|
Working of Servlets
|
First Download Java SE Development Kit(JDK) and instal it in the system (CLICK HERE for details)
Second Download Sun Java System Application Server Platform Edition 8.2 and instal it in the system (CLICK HERE for details)
Third Install MSSQL Server 2000 in the system (CLICK HERE for details)
|
|
Click for Next Topic
|
|
|