You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by chad kellerman <ck...@alabanza.com> on 2002/10/04 21:59:59 UTC

download 4.0.3?

Hi everyone,

    I just went to download 4.0.3 and I can't, the url is missing "not
found".  

    I was using 4.0.3 on a rh6.2 server now I was going to put it on a
rh7.3 server.  Figured I use the same version because I am afraid the
the {$TOMCAT_HOME}/conf/*.xml files might not work(compatible) with
newer versions of tomcat.  

  Can I just drop the server.xml file (and others) and expect them to
work with 4.1.X? ( making sure everything else is set up correctly, of
course) Or are there a lot of changes?  

    If I can't, anyone know where to download 4.0.3?


Thanks,
chad

-- 
Chad Kellerman
Jr. Systems Administrator
Alabanza Inc
410-234-3305

What is InvocationTargetException?

Posted by Ola Tuvesson <ol...@mikrogroove.com>.
Can someone enlighten me as to what this error I get in the localhost log
means? I haven't got a clue even where to start troubleshooting this...

Tnx

	Ola Tuvesson


2002-10-05 10:26:07 HostConfig[localhost]: Deploying configuration
descriptor admin.xml
2002-10-05 10:26:15 HostConfig[localhost]: Deploying configuration
descriptor manager.xml
2002-10-05 10:26:15 WebappLoader[/manager]: Deploying class repositories to
work directory C:\Tomcat\work\Standalone\localhost\manager
2002-10-05 10:26:16 ContextConfig[/manager]: Configured an authenticator for
method BASIC
2002-10-05 10:26:16 StandardManager[/manager]: Seeding random number
generator class java.security.SecureRandom
2002-10-05 10:26:16 StandardManager[/manager]: Seeding of random number
generator has been completed
2002-10-05 10:26:16 StandardWrapper[/manager:default]: Loading container
servlet default
2002-10-05 10:26:16 StandardWrapper[/manager:invoker]: Loading container
servlet invoker
2002-10-05 10:26:16 HostConfig[localhost]: Expanding web application archive
nfc.war
2002-10-05 10:26:16 StandardHost[localhost]: Installing web application at
context path /nfc from URL file:C:/Tomcat/webapps/nfc
2002-10-05 10:26:16 WebappLoader[/nfc]: Deploying class repositories to work
directory C:\Tomcat\work\Standalone\localhost\nfc
2002-10-05 10:26:16 WebappLoader[/nfc]: Deploy JAR
/WEB-INF/lib/chatserver.jar to
C:\Tomcat\webapps\nfc\WEB-INF\lib\chatserver.jar
2002-10-05 10:26:16 WebappLoader[/nfc]: Deploy JAR
/WEB-INF/lib/chatserver_flash.jar to
C:\Tomcat\webapps\nfc\WEB-INF\lib\chatserver_flash.jar
2002-10-05 10:26:16 WebappLoader[/nfc]: Deploy JAR /WEB-INF/lib/jms.jar to
C:\Tomcat\webapps\nfc\WEB-INF\lib\jms.jar
2002-10-05 10:26:16 WebappLoader[/nfc]: Deploy JAR /WEB-INF/lib/jndi.jar to
C:\Tomcat\webapps\nfc\WEB-INF\lib\jndi.jar
2002-10-05 10:26:16 StandardManager[/nfc]: Seeding random number generator
class java.security.SecureRandom
2002-10-05 10:26:16 StandardManager[/nfc]: Seeding of random number
generator has been completed
2002-10-05 10:26:16 StandardContext[/nfc]: Servlet /nfc threw load()
exception
javax.servlet.ServletException: java.lang.reflect.InvocationTargetException
	at
com.lyrisoft.chat.server.remote.TunnelServlet.init(TunnelServlet.java:63)
	at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:92
4)
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
	at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:
3341)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3534)
	at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:8
21)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579)
	at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.j
ava:257)
	at org.apache.catalina.core.StandardHost.install(StandardHost.java:772)
	at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:502)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:410)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:879)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:368)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:166)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1196)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:738)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347)
	at org.apache.catalina.core.StandardService.start(StandardService.java:497)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:2189)
	at
org.apache.catalina.startup.CatalinaService.start(CatalinaService.java:271)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at
org.apache.catalina.startup.BootstrapService.start(BootstrapService.java:245
)
	at
org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:307)

2002-10-05 10:26:16 StandardWrapper[/nfc:default]: Loading container servlet
default
2002-10-05 10:26:16 StandardWrapper[/nfc:invoker]: Loading container servlet
invoker
2002-10-05 10:26:16 HostConfig[localhost]: Deploying web application
directory ROOT
2002-10-05 10:26:16 StandardHost[localhost]: Installing web application at
context path  from URL file:C:\Tomcat\webapps\ROOT
2002-10-05 10:26:16 WebappLoader[]: Deploying class repositories to work
directory C:\Tomcat\work\Standalone\localhost\_
2002-10-05 10:26:17 StandardManager[]: Seeding random number generator class
java.security.SecureRandom
2002-10-05 10:26:17 StandardManager[]: Seeding of random number generator
has been completed
2002-10-05 10:26:17 StandardWrapper[:default]: Loading container servlet
default
2002-10-05 10:26:17 StandardWrapper[:invoker]: Loading container servlet
invoker



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: download 4.0.3?

Posted by Remy Maucherat <re...@apache.org>.
Ricky Leung wrote:
> Why don't you use 4.0.5?  That should be the release that you should be
> using, which has the most bug fixes and a security fix.
> 
> With 4.1.12, you might have to do additional testing to ensure that your
> application is working.

Old releases can be downloaded from the archives folder:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/

However, some of these have security issues and various bugs, so it is 
not recommended to use them, except in a controlled environment. Of 
course, you can download them to see the improvements since 4.0 M1 was 
released ;-)

I recommend you upgrade to Tomcat 4.0.5 if you want to keep using the 
4.0.x branch.

Remy


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: download 4.0.3?

Posted by Ricky Leung <ri...@booksense.com>.
Why don't you use 4.0.5?  That should be the release that you should be
using, which has the most bug fixes and a security fix.

With 4.1.12, you might have to do additional testing to ensure that your
application is working.

> -----Original Message-----
> From: chad kellerman [mailto:ckellerman@alabanza.com]
> Sent: Friday, October 04, 2002 4:00 PM
> To: Tomcat Users List
> Subject: download 4.0.3?
>
>
> Hi everyone,
>
>     I just went to download 4.0.3 and I can't, the url is missing "not
> found".
>
>     I was using 4.0.3 on a rh6.2 server now I was going to put it on a
> rh7.3 server.  Figured I use the same version because I am afraid the
> the {$TOMCAT_HOME}/conf/*.xml files might not work(compatible) with
> newer versions of tomcat.
>
>   Can I just drop the server.xml file (and others) and expect them to
> work with 4.1.X? ( making sure everything else is set up correctly, of
> course) Or are there a lot of changes?
>
>     If I can't, anyone know where to download 4.0.3?
>
>
> Thanks,
> chad
>
> --
> Chad Kellerman
> Jr. Systems Administrator
> Alabanza Inc
> 410-234-3305
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>