954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

deployment

hi to all,
i did a project in jsp for "online exams" in my college
then here my problem is how can i put into server so that every student can write the exam by connecting to the server
how can he connect to the application(jsp file) which i put in one system
please help me

ravi_91
Newbie Poster
14 posts since Jul 2011
Reputation Points: 10
Solved Threads: 0
 

If your computer is in LAN, then, you can try to open it from other pc like

http://yourcomputername/pagefolder/page.jsp

I am assuming that it is running successfully in your computer like
http://localhost/pagefolder/page.jsp .

You also need to check firewall in your computer, usually port no 80 for http service

urtrivedi
Nearly a Posting Virtuoso
1,306 posts since Dec 2008
Reputation Points: 257
Solved Threads: 270
 

ya my computer is in LAN,
but if am not wrong we have to type as "http://ipaddress of my system/folder/.jspfile"
is it ???

ravi_91
Newbie Poster
14 posts since Jul 2011
Reputation Points: 10
Solved Threads: 0
 

its works both way, ip wise and computer name wise or domain name wise.

like
http://72.30.2.43 is current ip of yahoo.com, so you can open site using both ip and name.

urtrivedi
Nearly a Posting Virtuoso
1,306 posts since Dec 2008
Reputation Points: 257
Solved Threads: 270
 

but we need to use one "server" to dispatch all the requests from various "clients" which are connected to that...
so can i know what the "server" i need to use to deploy????
please explain or give "url" where i can get more info...
thanks.....

ravi_91
Newbie Poster
14 posts since Jul 2011
Reputation Points: 10
Solved Threads: 0
 

You are failing to explain the situation. Anyway you need to have access to Java container/server such as Tomcat, JBoss, Glasfish, Jetty etc. This will normally run on top of Apache 2 server. Apache 2 server will redirect request for a domain/sub-domain (depends on the configuration) to Tomcat. Tomcat is then able to direct it to corresponding application.

So do you have access to any Java container? What sort of access? (Admin can do anything on it, user can only deploy application in dedicated location). I just hope we will not wait another 2 months for your reply

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

sorry,,,,
i guess we have to use apache axis,,,
i just used "apache tomcat" to run jsp program on my "desktop",,
so then what i have to do to make others to access the program in "my" system....
sorry if i cant explain it correctly,,,
thanks in advance

ravi_91
Newbie Poster
14 posts since Jul 2011
Reputation Points: 10
Solved Threads: 0
 

The same as you run tomcat on your desktop you need to run it on your college server and give it domain name

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You