SET AS HOME PAGE

ADD TO FAVORITES / BOOKMARK THIS WEBSITE (More Details)

Introduction

Servlet

Jsp

Security

Enterprise Beans

Contact Us


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

  1. 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)
  2. Here, select the Advanced tab
  3. Now click the Environment Variable button
  4. Now click the New button
  5. 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;
  6. Now click the OK button
  7. Now again click the New button
  8. 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;
  9. Now click the OK button
  10. Now click the OK button
  11. 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
<- PREVIOUSNEXT ->