About running the Tomcat Server

About running the Tomcat Server

HI I want to run a simple program on servlet and the application is a simple program Hello world to print on Internet browser. And the directory for servlet is like this Apache Software Foundation/Tomcat 5.0/webapps/ i created myapps folder and in that folder i created WEB-INF folder and in that i created classes and lib and web.xml folders. Now i compiled Helloworld program in myapps directory and it is ok Next in web-xml i set class-name and URL-pattern as followes in class-name i put the Servlet class name(Which i put as ServletDemo) and in URL pattern i typed myapps/ServletDemo. Next i cut the java.class and pasted in classes folder. Next i created Servlet.html file and in that html file i typed like this(< form action="http://localhost:8080/myapps/ServletDmeo" method="Get"> Next step deployed war file under the myapps directory Now i started Tomcat . Next i opened Browser and i typed Tomcat Manager and i got /myaps directory now i clicked on /myapps and got html file,java,file and war file . next i clicked on html and i got html page now i clicked on Submit button and the browser is showing an error like 404 the path servletDemo is not there SO kindly tell me why it so happened and rectify the problem to get the correct solution.

View Answers

June 18, 2011 at 10:24 AM

Put your ServletDemo.java class into classes folder and then compile it. After compiling restart the tomcat server.And then run the html file.

For more information, go through the following links:

http://www.roseindia.net/servlets/HowToRunAServlet.shtml

http://www.roseindia.net/servlets/HelloWorld.shtml

http://www.roseindia.net/servlets/introductiontoconfigrationservlet.shtml









Related Tutorials/Questions & Answers:
About running the Tomcat Server
About running the Tomcat Server   HI I want to run a simple... this Apache Software Foundation/Tomcat 5.0/webapps/ i created myapps... directory Now i started Tomcat . Next i opened Browser and i typed Tomcat Manager
Running and deploying Tomcat Server
Running and deploying Tomcat Server  HI Somebody has given... for servlet is like this Apache Software Foundation/Tomcat 5.0/webapps/ i created... directory Now i started Tomcat . Next i opened Browser and i typed Tomcat Manager
Advertisements
error of HTTP Status 404 while running servlet on apache tomcat server
the apache tomcat page. It mean that my tomcat server is up and running. but whn i...error of HTTP Status 404 while running servlet on apache tomcat server  i have followed the steps given here.Also hava put servlet-api in lib folder
problem running a servlet on tomcat.
problem running a servlet on tomcat.  i have followed the steps given here. on typing "http://localhost:8080" i do get the apache tomcat page. i suppose that should mean that my tomcat server is up and running. but whn i try
About running the Applet Program
About running the Applet Program  Hi I have composed an Applet Program and compiled the program, until that it is fine but how to run the Applet program(compiling i typed as javac AppletDemo.java)? Is compiling
About running the Applet Program
About running the Applet Program  Hi I have composed an Applet Program and compiled the program, until that it is fine but how to run the Applet program(compiling i typed as javac AppletDemo.java)? Is compiling
stop the running hidden server
stop the running hidden server  Port 8080 required by Tomcat v6.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you
Tomcat Server
Tomcat Server In this section we will read about the Tomcat Server. Here we... is tomcat server, components of tomcat, features of tomcat and many more. What is Tomcat Server? Tomcat Server is a pure Java HTTP web server environment to run
java web application without running tomcat
java web application without running tomcat  I did a project by using jsp,html,javascript,css,tomcat,editplus and MSAccess as backend..i created set... is there any way to run the web application(only in single system)without running
About downloading Tomcat 7.x version
About downloading Tomcat 7.x version  Hi Kindly tell me from which website i can download Tomcat 7.x version
Server running Button - Java Beginners
Server running Button  Hi there, I have a created a GUI using NetBeans IDE 6.1. The aim of this interface is to display the messages that have been recived by the server , when the client is connected , in the textArea
Tomcat Server
Tomcat 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
confused about an error in my web application deploying to Tomcat - Java Server Faces Questions
confused about an error in my web application deploying to Tomcat  ... it to Tomcat 6 and receive this message in eclipse Ganymede: Jul 4, 2008 8:45:18...: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source
Apache Server Running But project not deploying on server?
Apache Server Running But project not deploying on server?  May 27... based Apache Tomcat Native library which allows optimal performance...)\Apache Software Foundation\Tomcat 5.5\bin;.;C:\Windows\sys tem32;C:\Windows
Tomcat server
Tomcat 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
About DNS server - WebSevices
About DNS server  Hi I am new to linux.can you guide me how to configure DNS server. Waiting for your reply. Thank you
Running & Testing on WAMP server
Running & Testing on WAMP server In this section we will learn how... on the icon and select restart all services. To check whether the server is running...; Let's develop a small program to check whether your server is running
servlet (tomcat server) and jar
servlet (tomcat server) and jar  how to create a jar file and where to place the jar file in tomecat server
Tomcat Server error - Framework
Tomcat Server error  I am doing problem on struts,spring integration.in that at the time of tomcat server starting SEVERE: Error listenerStart occurs.why this error will occurs please tell the reason
Running and Testing Struts 2 Login application
Running and Testing Struts 2 Login application       Running Struts 2 Login Example In this section we will run the example on Tomcat 6.0 server and check how it works. Running Tomcat To run the Tomcat
Tomcat Configuration For Eclipse Server
Tomcat Server? I am using Tomcat 6.0v Thanks In Advance   Install tomcat... and ready to run on tomcat server. Right panel content all application that are ready to run on tomcat server. And click on the finish button. After
tomcat server - WebSevices
tomcat server  i want to know about installion process of 6.0.16 tomcat server.please give me detailed procedure along with how to set environment variable
tomcat web server
Tomcat Web Server         ... and Configure the Tomcat Server Tomcat is an open source web server developed by Apache Group. Apache Tomcat is the servlet container that is used
Tomcat server/any application server
Tomcat server/any application server  how the server understands request is coming from client and how can it give response within very short span of time
Installing JSF 1.1 in TOMCAT 5.5.23
installation of JSF 1.1 to TOMCAT 5.5.23. Java Server Faces (JSF) requires some... into this tomcat directory : 1)bin 2)common 3)conf 4)logs 5)server... the tomcat before running the application. If you want to run a sample application
tomcat server problem
tomcat server problem  hello rose india, my name is raju. I am placing a problem with tomcat5.5 server. when i am trying to execute my project I have deployed my project in tomcat and then i tried to execute first it showed me
Tomcat Server configuration with Eclipse at remote machine
Tomcat Server configuration with Eclipse at remote machine  "Several Ports (8081,8009), required by /Tomcat v6.0 Server at a localhost are already in use. The server may already be running in another process, or a system process
Download Tomcat
Download Tomcat In this section we will discuss about downloading tomcat. This section will describe you about Apache Tomcat. This page will describe you... for tomcat and support HTTP 1.1 protocol for web server. Jasper : Jasper
apache tomcat server - Java Server Faces Questions
procedure.  Hi Friend, To install the tomcat server,please visit the following link: http://www.roseindia.net/web-application-server/tomcat/install...apache tomcat server  i dont know how to install apache tomcat
uploading file to tomcat server
uploading file to tomcat server  please tell me how to upload a file to the URL "http://192.168.12.7:8000/tomcat-docs/" ? thanks
how to edit xml file which is currently running in web server - XML
how to edit xml file which is currently running in web server  Hello, I want to add new element in xml file which is currently running in my web server apache tomcat.I can add and modify xml file by giving Path like that "E
Setting up Tomcat Server with Eclipse Galileo
Setting up Tomcat Server with Eclipse Galileo  Please let me know the steps to install Tomcat Server and setting that up with Eclipse Galileo
problem regarding tomcat server 6.0
problem regarding tomcat server 6.0  Jul 27, 2012 10:39:19 PM... Tomcat Native library which allows optimal performanc e in production environments... Foundation\Tomcat 6.0\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDO WS\system32;C:\WINDOWS;C
Installing and configuring Tomcat server - Java Beginners
Installing and configuring Tomcat server  How to install and configure Tomcat server on desktop  Hi Friend, Please visit the following link: http://www.roseindia.net/web-application-server/tomcat/install
How to run JSP program in Tomcat server step by step?
How to run JSP program in Tomcat server step by step?  Hi, I am... JSP program in Tomcat server step by step. Share me tutorial for leaning JSP. How to run JSP program in Tomcat server step by step? Thanks   Hi
Tomcat Web Server
Tomcat Web Server       Introduction to the Tomcat web server Tomcat is an open source web server developed by Apache Group. Apache Tomcat is the servlet
tomcat
/tomcatdownloadinstall.shtml http://www.roseindia.net/web-application-server/tomcat/install...tomcat   i downloaded and installed taomcat server but my servlet hasnotbeen running on it and im getting the message like "requested resources
tomcat server - Java Server Faces Questions
tomcat server   Hi, friends /* the given given below is the tomcat server error */ Jul 28, 2008 10:42:07 PM... install INFO: Processing Context configuration file URL file:E:\tomcat\conf
war file deploy in tomcat server - WebSevices
war file deploy in tomcat server  can anyone tell me how i can deploy war file in tomcat server ????  to deploy ur war file ...jus start ur tomcat server then type http://localhost:8080 in ur address bar
Downloading and Viewing html source of a page i.e. running on the server
Downloading and Viewing html source of a page i.e. running on the server... of the program which views the html source code of your given page running on server... illustrates you the procedure of viewing complete html code of a page i.e. running
Introduction to Tomcat Server
Introduction to Tomcat Server      ... is an open source web server developed by Apache Group. Apache Tomcat is the servlet... like Apache Tomcat support only web components while an application server
Tomcat server - Servlet Interview Questions
Tomcat server  Hello, I am Executing the Servlet application at the time am getting the message like HTTP STSTUS 404 plz tell me wht's this problem and show me the solution to me
Introduction to the Tomcat web server
Introduction to the Tomcat web server       Tomcat is an open source web server developed... a web application with jsp/servlet install any web server like JRun, Tomcat etc
What do you think about client-side/server-side coding ?
What do you think about client-side/server-side coding ?  Hi, What do you think about client-side/server-side coding
Same email-massage is sending twice in online server(tomcat) but working fine in my local server(Tomcat)..
Same email-massage is sending twice in online server(tomcat) but working fine in my local server(Tomcat)..  Sir, I created one project in jsp... mail to admin at specific time. In local Server(tomcat):::>When employee
Merve Tomcat Launcher Eclipse Plugin
Merve Tomcat Launcher Eclipse Plugin       Merve is an Eclipse Plug-In for running web applications with Apache Tomcat. Merve includes already Tomcat Embedded
Deploy netbeans project on external tomcat server - Framework
can run this project on external server. let me clarify: netbeans 5.5 has bundled tomcat server with default port number 8084..... my project is working...Deploy netbeans project on external tomcat server  Hello i have
Working with Tomcat Server
Working with Tomcat Server       This section explains how to work with Tomcat Server... and java  Server Pages. Tomcat is very easy to install and configure. 
hibernate tomcat
In this section, you will learn about Hibernate datasource configuration in Tomcat
about threading in java - Java Server Faces Questions
about threading in java  Hello Sir how can i write a program using threads and which need to check and compare the system date and time every day at certain time(eg:12 o clock in noon).. based on this comperision of time i

Ads