Digester errors in struts example

2003-06-12 Thread Vijay Pawar
Hi,

I am using tomcat 4.1.18 on windows 2000

I have recently added a new webapp (struts-example-2002-06-11.war) to my
webapps directory.

I downloaded this struts example from :
http://bobcat.webappcabaret.net/ninsky/struts-examples-2002-06-11.war

Now when i restarted tomcat, there are lots and lots of exceptions being
thrown but before i can read them they get overwritten in the dos window.

I wish to send all these errors to a log file so that I can read it and
see what caused these errors.

How can we redirect the tomcat startup exceptions trace to a file ?

Before i can read the exception trace, it gets scrolled up. There is some
socket connect exception and some Digester exception.

Any hints ?

Thanking in advance,
Vijay Pawar


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Digester errors in struts example

2003-06-12 Thread Vijay Pawar
 Hi,

 I am using tomcat 4.1.18 on windows 2000

 I have recently added a new webapp (struts-example-2002-06-11.war) to my
 webapps directory.

 I downloaded this struts example from :
 http://bobcat.webappcabaret.net/ninsky/struts-examples-2002-06-11.war

 Now when i restarted tomcat, there are lots and lots of exceptions being
 thrown but before i can read them they get overwritten in the dos window.

 I wish to send all these errors to a log file so that I can read it and
 see what caused these errors.

 How can we redirect the tomcat startup exceptions trace to a file ?

 Before i can read the exception trace, it gets scrolled up. There is some
 socket connect exception and some Digester exception.

 Any hints ?

 Thanking in advance,
 Vijay Pawar


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Digester errors in struts example]

2003-06-12 Thread Vijay Pawar

Hi,

I am using tomcat 4.1.18 on windows 2000

I have recently added a new webapp (struts-example-2002-06-11.war) to my
webapps directory.

I downloaded this struts example from :
http://bobcat.webappcabaret.net/ninsky/struts-examples-2002-06-11.war

Now when i restarted tomcat, there are lots and lots of exceptions being
thrown but before i can read them they get overwritten in the dos window.

I wish to send all these errors to a log file so that I can read it and
see what caused these errors.

How can we redirect the tomcat startup exceptions trace to a file ?

Before i can read the exception trace, it gets scrolled up. There is some
socket connect exception and some Digester exception.

Any hints ?

Thanking in advance,
Vijay Pawar


- To
unsubscribe, e-mail: [EMAIL PROTECTED] For
additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Digester errors in struts example

2003-06-12 Thread Steve Raeburn
Look in the logs subdirectory of your Tomcat installation.

I've just checked and the app does load OK on my installation (Tomcat
4.1.24)
Let me know if you continue to have problems.

Steve

-Original Message-
From: Vijay Pawar [mailto:[EMAIL PROTECTED]
Sent: June 12, 2003 1:53 AM
To: Struts Users Mailing List
Subject: Digester errors in struts example


Hi,

I am using tomcat 4.1.18 on windows 2000

I have recently added a new webapp (struts-example-2002-06-11.war) to my
webapps directory.

I downloaded this struts example from :
http://bobcat.webappcabaret.net/ninsky/struts-examples-2002-06-11.war

Now when i restarted tomcat, there are lots and lots of exceptions being
thrown but before i can read them they get overwritten in the dos window.

I wish to send all these errors to a log file so that I can read it and
see what caused these errors.

How can we redirect the tomcat startup exceptions trace to a file ?

Before i can read the exception trace, it gets scrolled up. There is some
socket connect exception and some Digester exception.

Any hints ?

Thanking in advance,
Vijay Pawar


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



stack trace:- Digester errors in struts example

2003-06-12 Thread Vijay Pawar
(StandardWrapper.java:82
1)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContex
t.java:3420)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3
608)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:821)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:80
7)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579)

at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDep
loyer.java: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(Lifecycl
eSupport.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:4
97)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:218
9)
at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
Jun 12, 2003 2:52:16 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Jun 12, 2003 2:52:16 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Jun 12, 2003 2:52:16 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=20/490  config=C:\TOMCAT\conf\jk2.properties
---

 Let me know if you continue to have problems.


 Steve

 -Original Message-
 From: Vijay Pawar [mailto:[EMAIL PROTECTED]
 Sent: June 12, 2003 1:53 AM
 To: Struts Users Mailing List
 Subject: Digester errors in struts example


 Hi,

 I am using tomcat 4.1.18 on windows 2000

 I have recently added a new webapp (struts-example-2002-06-11.war) to my
 webapps directory.

 I downloaded this struts example from :
 http://bobcat.webappcabaret.net/ninsky/struts-examples-2002-06-11.war

 Now when i restarted tomcat, there are lots and lots of exceptions being
 thrown but before i can read them they get overwritten in the dos window.

 I wish to send all these errors to a log file so that I can read it and
 see what caused these errors.

 How can we redirect the tomcat startup exceptions trace to a file ?

 Before i can read the exception trace, it gets scrolled up. There is some
 socket connect exception and some Digester exception.

 Any hints ?

 Thanking in advance,
 Vijay Pawar


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]