You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Greg Chakmakian <gr...@mac.com> on 2001/10/08 16:20:47 UTC

404 on /examples

I'm taking this one step at a time with eventually upgrading my tomcat 
3.2.2 to 4 and running that with my apache 1.3.20.   First steps first 
though.  I have downloaded and setup tomcat 4 on my machine.  I am 
currently running Mac OS 10.1 where I have previously had tomcat 3.2.2 
running perfectly.  I startup tomcat 4 and can browse to 
http://localhost:8080/ and get the default page for tomcat.  All of my 
links work except for the ones that I need to most; JSP Examples and 
Servlet Examples.  They both give me a 404 error.    The error on the 
page is:
HTTP Status 404 - /examples/servlets/
The requested resource (/examples/servlets/) is not available.

The Title of the page says "Tomcat Error Report".  The links to 
documentation and WebDAV capabilities work fine.  Is there something 
that I forgot to change in the configuration files that might cause 
this?    The localhost_examples_log shows the following:

2001-10-07 09:54:42 WebappLoader[/examples]: Reloading checks are 
enabled for this Context
2001-10-07 09:54:42 StandardManager[/examples]: Seeding random number 
generator class java.security.SecureRandom
2001-10-07 09:54:42 StandardManager[/examples]: Seeding of random number 
generator has been completed
2001-10-07 09:54:43 ContextConfig[/examples]: Added certificates -> 
request attribute Valve
2001-10-07 09:54:43 ContextConfig[/examples]: Configured an 
authenticator for method FORM
2001-10-07 09:54:43 ContextListener: contextInitialized()
2001-10-07 09:54:43 SessionListener: contextInitialized()
2001-10-07 09:54:43 StandardContext[/examples]: Exception starting 
filter Set Character Encoding
java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter
	at org.apache.catalina.loader.WebappClassLoader.loadClass(Unknown 
Source)
	at org.apache.catalina.loader.WebappClassLoader.loadClass(Unknown 
Source)
	at 
org.apache.catalina.core.ApplicationFilterConfig.getFilter(Unknown 
Source)
	at 
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Unknown 
Source)
	at org.apache.catalina.core.ApplicationFilterConfig.<init>(Unknown 
Source)
	at org.apache.catalina.core.StandardContext.filterStart(Unknown Source)
	at org.apache.catalina.core.StandardContext.start(Unknown Source)
	at org.apache.catalina.core.ContainerBase.start(Unknown Source)
	at org.apache.catalina.core.ContainerBase.start(Unknown Source)
	at org.apache.catalina.core.StandardEngine.start(Unknown Source)
	at org.apache.catalina.core.StandardService.start(Unknown Source)
	at org.apache.catalina.core.StandardServer.start(Unknown Source)
	at org.apache.catalina.startup.Catalina.start(Unknown Source)
	at org.apache.catalina.startup.Catalina.execute(Unknown Source)
	at org.apache.catalina.startup.Catalina.process(Unknown Source)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.apache.catalina.startup.Bootstrap.main(Unknown Source)

2001-10-07 09:54:43 StandardContext[/examples]: Context startup failed 
due to previous errors
2001-10-07 09:54:43 SessionListener: contextDestroyed()
2001-10-07 09:54:43 ContextListener: contextDestroyed()

I'm sure its probably just something stupid that I don't see.  If anyone 
had similar problems and got this to work, please pass the word.  Thanks.

-greg

Re: Tomcat with Netscape web server

Posted by Timothy Fisher <tr...@yahoo.com>.
Yes, it will work.
I've used that configuration in the past.

Tim

--- Nathan Pfrimmer <np...@opentext.com> wrote:
> Will Tomcat work with Netscape web servers? 
> (Specifically iPlanet 4.1)
> 
> If you have Tomcat working w/ a Netscape web server,
> let me know what
> versions you're using.
> 
> Is there a version of nsapi_redirect.dll for Tomcat
> 3.2.3?
> 
> If not, will the copy for 3.1.1 work with 3.2.3?
> 
> 
> 
> Thanks,
> Nathan
> 


Tomcat with Netscape web server

Posted by Nathan Pfrimmer <np...@opentext.com>.
Will Tomcat work with Netscape web servers?  (Specifically iPlanet 4.1)

If you have Tomcat working w/ a Netscape web server, let me know what
versions you're using.

Is there a version of nsapi_redirect.dll for Tomcat 3.2.3?

If not, will the copy for 3.1.1 work with 3.2.3?



Thanks,
Nathan