Monday 16 March 2015

Web Server Based Deployments

Test Environment Setup in JSP, ASP, JAVA Java Server  Page(JSP) 1.  How can we access an JSP website using IP Address in an LAN Network : 1.... thumbnail 1 summary
Test Environment Setup in JSP, ASP, JAVA

Java Server Page(JSP)

1. How can we access an JSP website using IP Address in an LAN Network:

1.1 Download Tomcat & Install   (not necessary jdk 1.2.1 if install Tomcat)
1.2 Goto Tomcat <folder>
                 <bin> setup --> click on setup to start the Server
                  i.e., C:\apache-tomcat-6.0.26\bin  --> in this click on startup 
1.3 Goto WebApps <folder>  --> here Create own folder: WebApps 
                  In the above folder put the all jar files
                          jsp --> .java / .class
                               --> jar
             ie., C:\apache-tomcat 6.0.26\WebApps\***
1.4 System --> Advanced --> Environment
            classpath C:PF\Java\jdk 1.6.0-23\lib

Tomcat is the application server.

Active Server Page(ASP)
 
2. How can we access an ASP.Net website using IP Address in an LAN Network:

I try all the steps and i access it to the another system through PI-Address.
   Other option is
2.1 Go to c drive open.
2.2 Go to inetpub.
2.3 Go to wwwroot.
2.4 Paste your own website folder.
ok and try step 1 to 10. go through the below steps.

At least i am able to access the web application through System IP address... here are the steps you have to follow for accessing through system IP:

step 1: Click on Start--> Run-->type in textbox 'Inetmgr', to open IIS .

step 2: Click on Websites-->Default Websites --> YourWebApplicationName
browse through your application virtual directory.

step 3. Right click on WebApplication and select PROPERTIES.
click on 'Directory Security' Tab

step 4. In 'Anonymous Access and Authentication Control' click on EDIT .

step 5. Check the checkbox 'Anonymous Access' and uncheck remaining all (except Allow IIS to control
password, Let it be checked)

step 6. Click Ok. again OK.

Step 7. Now open control panel-->Windows Firewall

step 8. Click on Exceptions Tab.

step 9. Click on Add Port. Enter Name: IIS and Port Number : 80 Click Ok.again Click OK.

step 10. Now open IE and enter your system IP : http://192.168.X.X/
It shoud show IIS default page or "Under Construction page"

If any other output check from step1 to step 10 and properties of virtual directory.



-end- 

No comments

Post a Comment