Sorry - my mistake -> reading the JNDI how-to help :-)

Now the tomcat dies when it is starting up. I don't get anything on the
console - I have attached the two log files generated when it starts!

Any ideas, thanks
Jacob

-----Original Message-----
From: Jacob Lund [mailto:[EMAIL PROTECTED]] 
Sent: 10. juli 2002 10:56
To: [EMAIL PROTECTED]
Subject: Slide2, tc417 and j2ee


Has anyone tried following combination: Slide 2.0 (head),Tomcat 4.1.7
and j2ee descriptoresstore?

When I setup this combination slide uses memory descriptorsstore - no
errors or warnings?!? My domain.xml looks as following:

                <definition>
                        <store name="j2ee">
                                <nodestore
classname="slidestore.reference.J2EEDescriptorsStore">
                                        <parameter
name="datasource">jdbc/mtx</parameter>
                                </nodestore>
                                <securitystore>
                                        <reference store="nodestore"/>
                                </securitystore>
                                <lockstore>
                                        <reference store="nodestore"/>
                                </lockstore>
                                <revisiondescriptorsstore>
                                        <reference store="nodestore"/>
                                </revisiondescriptorsstore>
                                <revisiondescriptorstore>
                                        <reference store="nodestore"/>
                                </revisiondescriptorstore>
                                <contentstore
classname="slidestore.reference.FileContentStore">
                                        <parameter
name="rootpath">d:/contentstore</parameter>
                                        <parameter
name="version">true</parameter>
                                        <parameter
name="resetBeforeStarting">false</parameter>
                                </contentstore>
                        </store>
                        <scope match="/" store="j2ee"/>
                </definition>

With the appropriate settings in web.xml and server.xml!

My problem is why are there no warnings when slide starts using a memory
descriptors store instead of the one described in domain.xml. (I do not
have duplicate domain.xml files in my setup :-)

Thanks
/Jacob


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
2002-07-10 16:37:21 StandardContext[]: Starting
2002-07-10 16:37:21 StandardContext[]: Processing start(), current available=false
2002-07-10 16:37:21 StandardContext[]: Configuring default Resources
2002-07-10 16:37:21 StandardContext[]: Configuring non-privileged default Loader
2002-07-10 16:37:21 StandardContext[]: Configuring default Manager
2002-07-10 16:37:21 StandardContext[]: Processing standard container startup
2002-07-10 16:37:21 WebappLoader[]: Deploying class repositories to work directory 
D:\Tomcat4\work\Standalone\localhost\_
2002-07-10 16:37:21 WebappLoader[]: Deploy class files /WEB-INF/classes to 
d:\Tomcat4\webapps\slide\WEB-INF\classes
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/commons-dbcp.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\commons-dbcp.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/commons-modeler.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\commons-modeler.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/commons-pool.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\commons-pool.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/crimson.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\crimson.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/hsqldb.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\hsqldb.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/jaxp-api.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\jaxp-api.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/jdom-dev.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\jdom-dev.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/jta.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\jta.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/slide-kernel.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\slide-kernel.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/slide-roles.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\slide-roles.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/slide-stores.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\slide-stores.jar
2002-07-10 16:37:21 WebappLoader[]: Deploy JAR /WEB-INF/lib/slide-webdavservlet.jar to 
d:\Tomcat4\webapps\slide\WEB-INF\lib\slide-webdavservlet.jar
2002-07-10 16:37:21 ContextConfig[]: ContextConfig: Processing START
2002-07-10 16:37:21 StandardContext[]: Setting deployment descriptor public ID to 
'-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'
2002-07-10 16:37:22 StandardContext[]: Setting deployment descriptor public ID to 
'-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN'
2002-07-10 16:37:22 ContextConfig[]: WARNING: Security role name root used in an 
<auth-constraint> without being defined in a <security-role>
2002-07-10 16:37:22 ContextConfig[]: WARNING: Security role name guest used in an 
<auth-constraint> without being defined in a <security-role>
2002-07-10 16:37:22 ContextConfig[]: WARNING: Security role name user used in an 
<auth-constraint> without being defined in a <security-role>
2002-07-10 16:37:22 ContextConfig[]:  Accumulating TLD resource paths
2002-07-10 16:37:22 ContextConfig[]:   Scanning <taglib> elements in web.xml
2002-07-10 16:37:22 ContextConfig[]:   Scanning TLDs in /WEB-INF subdirectory
2002-07-10 16:37:22 ContextConfig[]:   Scanning JARs in /WEB-INF/lib subdirectory
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/commons-dbcp.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/commons-modeler.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/commons-pool.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/crimson.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/hsqldb.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/jaxp-api.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/jdom-dev.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/jta.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/slide-kernel.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/slide-roles.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path '/WEB-INF/lib/slide-stores.jar'
2002-07-10 16:37:22 ContextConfig[]:    Adding path 
'/WEB-INF/lib/slide-webdavservlet.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/slide-roles.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/jaxp-api.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/slide-webdavservlet.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/commons-pool.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/hsqldb.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/commons-dbcp.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/slide-stores.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/crimson.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/jdom-dev.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/slide-kernel.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/jta.jar'
2002-07-10 16:37:22 ContextConfig[]:  Scanning JAR at resource path 
'/WEB-INF/lib/commons-modeler.jar'
2002-07-10 16:37:22 Authenticator[]: No SingleSignOn Valve is present
2002-07-10 16:37:22 ContextConfig[]: Configured an authenticator for method BASIC
2002-07-10 16:37:22 ContextConfig[]: Pipline Configuration:
2002-07-10 16:37:22 ContextConfig[]:   
org.apache.catalina.authenticator.BasicAuthenticator/1.0
2002-07-10 16:37:22 ContextConfig[]:   
org.apache.catalina.core.StandardContextValve/1.0
2002-07-10 16:37:22 ContextConfig[]: ======================
2002-07-10 16:37:22 NamingContextListener[/Standalone/localhost]: Creating JNDI naming 
context
2002-07-10 16:37:22 NamingContextListener[/Standalone/localhost]:   Resource 
parameters for jdbc/mtx = ResourceParams[name=jdbc/mtx, parameters={user=slide, 
url=jdbc:microsoft:sqlserver://localhost:1433;ServerName=localhost, password=slide, 
driverClassName=com.microsoft.jdbc.sqlserver.SQLServerDriver}]
2002-07-10 16:37:22 NamingContextListener[/Standalone/localhost]:   Adding resource 
ref jdbc/mtx
2002-07-10 16:37:22 NamingContextListener[/Standalone/localhost]:   
ResourceRef[className=javax.sql.DataSource,factoryClassLocation=null,factoryClassName=org.apache.naming.factory.ResourceFactory,{type=scope,content=Shareable},{type=auth,content=Container},{type=user,content=slide},{type=url,content=jdbc:microsoft:sqlserver://localhost:1433;ServerName=localhost},{type=password,content=slide},{type=driverClassName,content=com.microsoft.jdbc.sqlserver.SQLServerDriver}]
2002-07-10 16:37:22 NamingContextListener[/Standalone/localhost]:   Resource 
parameters for UserTransaction = null
2002-07-10 16:37:22 StandardManager[]: Seeding random number generator class 
java.security.SecureRandom
2002-07-10 16:37:22 StandardManager[]: Seeding of random number generator has been 
completed
2002-07-10 16:37:22 StandardContext[]: Posting standard context attributes
2002-07-10 16:37:22 StandardContext[]: Configuring application event listeners
2002-07-10 16:37:22 StandardContext[]: Sending application start events
2002-07-10 16:37:22 StandardContext[]: Starting filters
2002-07-10 16:37:22 webdav: init
2002-07-10 16:37:21 HttpConnector Opening server socket on all host IP addresses

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

Reply via email to