beginner level question on JSP and tomcat

G

gshenai

Hello,

I am a beginner of JSP and tomcat. If I have to access the JSP file
over the web, do I need a webserver (in addition to TOMCAT) or TOMCAT
itself a web server??

Thanks,
Girish
 
S

Sudsy

gshenai said:
Hello,

I am a beginner of JSP and tomcat. If I have to access the JSP file
over the web, do I need a webserver (in addition to TOMCAT) or TOMCAT
itself a web server??

Thanks,
Girish

Tomcat is both a servlet container and a webserver. It's commonly
paired with Apache since Apache is so efficient at serving up
static content. But it doesn't have to be.
Look for the Http10Connector element in your conf/server.xml file.
The port attribute specifies what port it listens on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top