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)
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
- 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
|
|
Click To Go Back
|
|
|