HTTP Status 404 - /ch1/Serv1/
type Status report
message /ch1/Serv1/
description The requested resource (/ch1/Serv1/) is not available.
<?xml version="1.0" encoding="ISO-8851-1"?>
<web-app 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"
version="2.4">
<servlet>
<servlet-name>Chapter1 Servlet</servlet-name>
<servlet-class>Ch1Servlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Chapter1 Servlet</servlet-name>
<url-pattern>/Serv1</url-pattern>
</servlet-mapping>
</web-app>
Jun 18, 2008 9:57:27 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_06\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.6.0_06\bin;
Jun 18, 2008 9:57:30 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jun 18, 2008 9:57:30 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 12656 ms
Jun 18, 2008 9:57:32 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 18, 2008 9:57:32 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.26
Jun 18, 2008 9:57:33 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jun 18, 2008 9:57:44 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jun 18, 2008 9:57:49 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jun 18, 2008 9:57:49 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/63 config=null
Jun 18, 2008 9:57:49 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jun 18, 2008 9:57:49 AM org.apache.catalina.startup.Catalina start
Jun 18, 2008 9:57:38 AM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
Jun 18, 2008 9:57:41 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jun 18, 2008 9:57:41 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jun 18, 2008 9:57:42 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jun 18, 2008 9:57:42 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
SCJP 1.6
Sai Surya, SCJP 5.0, SCWCD 5.0, IBM 833 834
http://sai-surya-talk.blogspot.com, I believe in Murphy's law.
SCJP 1.6
SCJP 1.6
SCJP 1.6
[My Blog]
All roads lead to JavaRanch
Abdul
SCJP5, SCWCD5, [scwcd wall of fame]
Abdul
SCJP5, SCWCD5, [scwcd wall of fame]
Chithra Salam wrote:Hi,
Change the web.xml, put encoding="ISO-8859-1" instead of encoding="ISO-8851-1".Try it out.
Chithra Salam
Chithra Salam wrote:Hi,
Change the web.xml, put encoding="ISO-8859-1" instead of encoding="ISO-8851-1".Try it out.
Chithra Salam
There's a way to do it better - find it. -Edison. A better tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|