Tomcat just dies

2002-10-31 Thread pkrishnaswami
I added some entries to the server.xml for database configuration; Here are
the additions I made:

Context.
  Resource name=jdbc/Questions  auth=Container
type=javax.sql.DataSource
  ResourceParams name=jdbc/Questions
   parameter
 namedriverClassName/name

valueweblogic.jdbc.mssqlserver4.Driver/value
/parameter
   parameter
  nameurl/name

/valuejdbc:weblogic:mssqlserver4:Questionslocalhost/value
  /parameter
  parameter
nameuser/name
valuesa/value
   /parameter
parameter
  namepassword/name
  value/value
  /parameter
   /ResourceParams
  /Context

When I now startup the server in a DOX box in Windows 2000 env, the tomcat
icon just shows up and then goes away. If I remove the aboev entry, Tomcat
server starts up.

Any idea why this would happen. Is there a way to see the messages printed
by the Tomcat server when it comes up.

Prabhakar


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Re: Tomcat just dies

2002-10-31 Thread shawn

Look closely at this line.
/valuejdbc:weblogic:mssqlserver4:Questionslocalhost/value


On Thursday 31 October 2002 02:32 pm, pkrishnaswami wrote:
 I added some entries to the server.xml for database configuration; Here are
 the additions I made:

 Context.
 Resource name=jdbc/Questions  auth=Container
 type=javax.sql.DataSource
   ResourceParams name=jdbc/Questions
parameter
  namedriverClassName/name

 valueweblogic.jdbc.mssqlserver4.Driver/value
 /parameter
parameter
   nameurl/name

 /valuejdbc:weblogic:mssqlserver4:Questionslocalhost/value
   /parameter
   parameter
 nameuser/name
 valuesa/value
/parameter
 parameter
   namepassword/name
   value/value
   /parameter
/ResourceParams
   /Context

 When I now startup the server in a DOX box in Windows 2000 env, the tomcat
 icon just shows up and then goes away. If I remove the aboev entry, Tomcat
 server starts up.

 Any idea why this would happen. Is there a way to see the messages printed
 by the Tomcat server when it comes up.

 Prabhakar


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org