to run one application in tomcat server which files we need.i think jsp,xml,html is sufficient
April 21, 2011 at 1:18 PM
There are several files in Tomcat and each file is having some importance.These files have their specific location. Now if you want to create an application then you need to create a web application folder inside the webapps folder. This web application folder consists of files like jsp, html, web.xml, servlets etc.
After downloading and installing the tomcat, follow these steps to run a simple jsp program.
1)Go to the Control Panel>>System>>Environment Variable
and set the variable CATALINA_HOME and put the path of your apache tomcat as a value like: C:\apache-tomcat-5.5.
2)Like that create another variable classpath and put the path of apache-tomcat lib as a value like C:\apache-tomcat-5.5\lib.*;
3)Also put the servlet api.jar file inside the lib folder.
4)Now create a jsp file:'hello.jsp'
<%@page language="java"%>
<%String st="Hello World";
%>
Message is <%=st%>
5)Put this jsp file inside the apache-tomcat>>webapps>>web application folder.
6)You have to give appropriate name to web application folder like examples and put jsp file into it.
7)Then start the tomcat server by clicking startup.bat from the bin folder of your tomcat.
8)Open your browser and type the following url:
http://localhost:8080/examples/hello.jsp and press enter.
9)You jsp program will then display the output on the browser.
For more information, visit the following link:
JSP Tutorials
Thanks
Related Tutorials/Questions & Answers:
TOMCATTOMCAT how can we deploy the project in Apache
Tomcat TomcatTomcat to run one application in
tomcat server which files we need.i think jsp,xml,html is sufficient
Advertisements
TomcatTomcat I am using UBUNTU and I want to install
tomcat to run servlet programs
tomcattomcat Is it necessary to restart the server if we change the JDK path in
tomcat server?
Yes,
Thanks
Yes,
Thanks
TomcatTomcat send me one simple project application how can we deploy the project in
tomcat
where we can store the html and Jsp ad Java, XML files in the
tomcat web apps folder.
the following structure is correct or not
Tomcat-web
tomcat the following links:
http://www.roseindia.net/quickguide/
tomcat/tomcatdownloadinstall.shtml
http://www.roseindia.net/web-application-server/
tomcat/install
Tomcat type in the url path of the
tomcat to see the output
TomcatTomcat When i want to run the servlet program in
tomcat i got the following errors
type Status report
message Servlet InsertServlet is not available
description The requested resource (Servlet InsertServlet is not available
TomcatTomcat i have a problem in starting
tomcat server..
May 12, 2011 12... resolving reference
java.io.FileNotFoundException: D:\Workspace\conf\
tomcat... Global JNDI Resources
javax.naming.NamingException: D:\Workspace\conf\
tomcat TOMCATTOMCAT When i am deploy the servlet class file in
tomcat server i get the following errors
pe Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request
Tomcat ServerTomcat Server Why my
tomcat server installation stop at
using:jvm c:\program files\java\jdk 1.6.0\bin\client\jvm.dll.
Even though i trying to install several times.
please help me....
Installing
Tomcat Server
Tomcat - WebSevicesTomcat Error calling delegate restart I am getting error like! ENTRY org.eclipse.wst.server.core 4 0 2008-03-10 12:26:33.992 !MESSAGE Error calling delegate restart()
Tomcat v5.0 Server at localhost
tomcat problemtomcat problem error like requested(rootdirectory/urlpattern) resources are not available getting while running servlet on tomcatserver
Tomcat 6.0Tomcat 6.0 Hi,this is harish i got an issue while running my project.I hope something wrong with my
tomcat server ..
ERROR:An internal error occurred during: "Publishing to
Tomcat v6.0 Server at localhost
Tomcat Error: Tomcat Error: Hi,
I am not able to start the
tomcat server.
If I try to start it then I am getting the below error.
"coyote connector has not been started"
Could some body please help me to solve the problem???
Thanks a ton
Tomcat 6.Tomcat 6. hi......I have problem like
windows could not start the Apache
Tomcat 6 on Local Computer.
for more information ,review theSystem Event Log.
If this is a non-Microsoft service,contact the service vendor,
and refer
Tomcat serverTomcat server Can anyone tell me in simple words what this error is about..
ERROR org.hibernate.event.def.AbstractFlushingEventListener Could not synchronize database state with session
org.hibernate.StaleObjectStateException
Download TomcatDownload
Tomcat
In this section we will discuss about downloading
tomcat.
This section will describe you about Apache
Tomcat. This page will describe
you what is
Tomcat,
tomcat components how to download
Tomcat,
tomcat releases, how
Tomcat.... - WebSevicesTomcat.... Hi i am using tomcat5.0 & jdk1.5.The installation directories are as: C:\Tomcat5.0 & C:\Program Files\Java\jdk1.5.0_12 Suggession: Restart
tomcat server and then try again. Before that check
Maven Repository/Dependency: tomcat | tomcatMaven Repository/Dependency of Group ID
tomcat and Artifact ID
tomcat. Latest version of
tomcat:
tomcat dependencies.
#
Version
Release Date
You can read more at:
Maven
Tutorials
Tomcat ServerTomcat Server
In this section we will read about the
Tomcat Server. Here we will read the
various aspects of "
Tomcat Server" such as what is
tomcat server, components of
tomcat, features of
tomcat and many more.
What
How to download and install Tomcat?How to download and install
Tomcat? Hi,
How to download and install
Tomcat?
Share me the url to learn
Tomcat.
Thanks
Hi,
Please check the tutorial: Guide to download and install
Tomcat 6.
Thanks
tomcat jsp call DLLtomcat jsp call DLL Where can i find Example of use JSP under
Tomcat environment call DLL