| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
3 comments so far (post your own) View All Comments Latest 10 Comments:After I click on the Submit Query button, I get this error message:
HTTP Status 404 - /servlet/servletclient
The requested resource (/servlet/servletclient) is not available.
I'm guessing it can't find the file servletclient.class under the c:\Tomcat 6.0\webapps\ROOT\WEB-INF\classes
Could it be that it doesn't like the space in "Tomcat 6.0"?
Thanks,
Patrick
Posted by Patrick on Wednesday, 08.6.08 @ 09:38am | #71249
Could you please tell me how to add an entry in the web.xml file in this example......
Posted by Shobhana Katukuri on Wednesday, 07.30.08 @ 01:29am | #69850
I've copied everything verbatim. The only questionable part may be the "Add entry to web.xml file".
Can you please provide me with how the web.xml file should look like? I have it as:
...
<servlet>
<servlet-name>servletclient</servlet-name>
<servlet-class>servletclient</servlet-class>
<servlet-name>org.apache.jsp.index_jsp</servlet-name>
<servlet-class>org.apache.jsp.index_jsp</servlet-class>
</servlet>
...
but it does work.
Thanks for your assistance.
Posted by Robinson on Wednesday, 04.30.08 @ 01:58am | #58150