Manoj Jain

Greenhorn
+ Follow
since Sep 16, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Manoj Jain

The only change you have to make is in the following line :

<form method="post" action="/Beer-v1/SelectBeer">

instead:
<form method="post" action="/Beer-v1/beer">

Your application should run.

Further, Bear - instead of giving your comments on Programming style of other person - you should provide the solution to the problem.

Thanks
15 years ago
How a solution of removing a option in IE be global to N number of users of a website? You should not give a solution for removing a option from IE to see the Custom Error Page or something else.

Error message received while executing the servlet which doesn't exist on the server:
HTTP Status 404 - /servlet/abc

--------------------------------------------------------------------------------

type Status report

message /servlet/abc

description The requested resource (/servlet/abc) is not available.


The above problem occurs because the desired servlet doesn't exist on the server but it might be listed somewhere because of which its getting hits. The problem is that <errorpage> tag is not working i.e. the custom error page is not displayed.

I have made changes in web.xml of website and restarted tomcat but no result.
I have made changes in web.xml of tomcat and restarted tomcat but no result.

Catalina.out details :
INFO: Marking servlet org.apache.catalina.INVOKER.abc as unavailable
Sep 21, 2008 10:05:28 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Error loading WebappClassLoader
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@16b13c7
abc
java.lang.ClassNotFoundException: abc

I am using Tomcat 5.5.25 - and there are many servlets which doesn't exists on the server anymore but they generate errors because of which log file becomes very heavy everday.

Any suggestion or solutions ?

Thanks

[edit: removed editorial content more appropriate to another forum]
[ September 22, 2008: Message edited by: Bear Bibeault ]
15 years ago