| | |
about servlets at myeclipse.
Please support our JSP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Apr 2007
Posts: 33
Reputation:
Solved Threads: 0
please help me for this.
am trying to execute servlet programe at myeclipse. but am getting
type Status report
message /hi/servlet/hs1
description The requested resource (/hi/servlet/hs1) is not available
at the browser.
and at the server am getting this error
restartContext(/hi)
Reloading this Context has started
plse help me to over come this problum.
jsp page is working properly.
and my .xml file is like this.
******************
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<servlet>
<description>This is the description of my J2EE component</description>
<display-name>This is the display name of my J2EE component</display-name>
<servlet-name>hs1</servlet-name>
<servlet-class>hs1</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>hs1</servlet-name>
<url-pattern>/hi/servlet/hs1</url-pattern>
</servlet-mapping>
</web-app>
at url-pattern..i changed that to
http://localhost:8080/hi/servlet/hs1.
but still am getting this problum. pls.. any one help me for this.
am trying to execute servlet programe at myeclipse. but am getting
type Status report
message /hi/servlet/hs1
description The requested resource (/hi/servlet/hs1) is not available
at the browser.
and at the server am getting this error
restartContext(/hi)
Reloading this Context has started
plse help me to over come this problum.
jsp page is working properly.
and my .xml file is like this.
******************
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<servlet>
<description>This is the description of my J2EE component</description>
<display-name>This is the display name of my J2EE component</display-name>
<servlet-name>hs1</servlet-name>
<servlet-class>hs1</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>hs1</servlet-name>
<url-pattern>/hi/servlet/hs1</url-pattern>
</servlet-mapping>
</web-app>
at url-pattern..i changed that to
http://localhost:8080/hi/servlet/hs1.
but still am getting this problum. pls.. any one help me for this.
![]() |
Similar Threads
- How to deploy servlets in a jakarta tomcat server (Java)
- running servlets (JSP)
- Servlets and HTML (HTML and CSS)
- suggest some good books for servlets&jsp (Java)
- about java servlets (Java)
Other Threads in the JSP Forum
- Previous Thread: sending mail from jsp page
- Next Thread: Database Connection with MY Sql
| Thread Tools | Search this Thread |
apache backbutton combobox connection database development directorystructure dynamicpagetitles eclipse frames glassfish ie8 imagetodatabse imageupload integer internet java javaee javascript jsf jsp jsppagetitles levels mvc2 mvcmodel2 network parameters passing ping printinserverinsteadofclient redirect request.getparameter response servlet servletdopost()readxml sessions software ssl state_saving_method stocks sun tomcat tutorial update video web





