jsp - Apache tomcat setup -


i think first question here in stackoverflow.

it's simple setting tomcat server. downloaded tomcat 7 yesterday, unzipped , run 'start'. strange reason, when try open "http://localhost:8080" redirecting me "glassfish enterprise server".

i not sure when i've installed glassfish server (may did long ago). tried stop using commands necessary, url:

http://thedata.org/book/start-and-stop-glassfish-server

but doesn't stop.

can please me in setting tomcat server ?

thank much.

a bit off topic : want server environment (at home) can practice server-scripting programming jsp, servlets , on, if can me in setting free server side 'eclipse' environment, great, appreciate it. thank you.

glassfish part of java ee sdk download. downloaded , installed java ee sdk while being ignorant it's software bundle includes glassfish application server, netbeans ide (optionally) , several documentation/examples.

likely installed glassfish windows service causes it's started whenever start windows. apart turning off service manager, i'd uninstall java ee sdk control panel. don't need if want go ahead eclipse+tomcat.

as learning jsp/servlets, i'd suggest use our wiki pages starting point.

at bottom can find links coreservlets.com tutorials, cover learning jsp/servlets using eclipse+tomcat combination.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -