Hi again! (sorry for the long mail)

I have successfully installed jBoss/Tomcat on our Sun e450 server, and
everyone is _very_ pleased with it (thanks for all of your hard work)...

We are now trying to set up a "preview" site for clients to view (while we
install our firewall) on an NT4 server...  When I try to run the
run_with_tomcat.bat file, I get the following log file (so everything seems
to be going perfectly), but any attempt to view the pages in the ROOT
directory in tomcat/webapps ie: http://127.0.0.1/ results in a null tomcat
404 error (as can be seen at the bottom of this mail)...

Has anyone else had this problem and solved it?  Any help would be
appreciated...

Thank-you VERY much, I am looking forward to helping in the development of
this wonderful project (as soon as my current workload dips below 120% --
over 60 hours so far this week, and 2 days to go :-( )

Tim Yates

PS:  The output log from the console follows:

==================

D:\jboss_tomcat\jboss-2.0-FINAL\bin>run_with_tomcat

D:\jboss_tomcat\jboss-2.0-FINAL\bin>set TOMCAT_HOME=..\..\tomcat-3.2-b7

D:\jboss_tomcat\jboss-2.0-FINAL\bin>.\run tomcat
Using configuration "tomcat"
[Console logging] Initialized
[Classpath extension] Initializing
[Classpath extension] Initialized
[File logging] Initializing
[File logging] Initialized
[Classpath extension] Initializing
[Classpath extension] Initialized
[Classpath extension] Initializing
[Classpath extension] Initialized
[Info] Java version: 1.3.0,Sun Microsystems Inc.
[Info] Java VM: Java HotSpot(TM) Client VM 1.3.0-C,Sun Microsystems Inc.
[Info] System: Windows NT 4.0,x86
[Classpath extension] Initializing
[Classpath extension] Initialized
[JDBC] Loaded JDBC-driver:oracle.jdbc.driver.OracleDriver
[JDBC] Loaded JDBC-driver:org.hsql.jdbcDriver
[JDBC] Loaded JDBC-driver:org.enhydra.instantdb.jdbc.idbDriver
[Webserver] Initializing
[Webserver] Initialized
[Hypersonic] Initializing
[Hypersonic] Initialized
[Naming] Initializing
[Naming] Naming started on port 1099
[Naming] Initialized
[Transaction manager] Initializing
[Transaction manager] Initialized
[JAAS Security Manager] Initializing
[JAAS Security Manager] Initialized
[Simple Realm Mapping] Initializing
[Simple Realm Mapping] Initialized
[Security manager] Initializing
[Security manager] Initialized
[InstantDB] Initializing
[InstantDB] Initialized
[DefaultDS] Initializing
[DefaultDS] Initialized
[DataSource] Initializing
[DataSource] Initialized
[Container factory] Initializing
[Container factory] Initialized
[Auto deploy] Watching D:\jboss_tomcat\jboss-2.0-FINAL\deploy
[Auto deploy] Initializing
[Auto deploy] Initialized
[JMX RMI Adaptor] Initializing
[JMX RMI Adaptor] Initialized
[JMX RMI Connector] Initializing
[JMX RMI Connector] Initialized
[Configuration] Initializing
[Configuration] Initialized
[J2EE Deployer] Initializing
[J2EE Deployer] Initialized
[EmbeddedTomcat] Initializing
[EmbeddedTomcat] Initialized
[SpyderMQ] Initializing
[SpyderMQ] Initialized
[EmbeddedTomcat] Starting
[EmbeddedTomcat] Testing if Tomcat is present....
[EmbeddedTomcat] OK
[EmbeddedTomcat] ContextManager: Adding context Ctx(  )
[EmbeddedTomcat] path="" :jsp: init
[EmbeddedTomcat] PoolTcpConnector: Starting HttpConnectionHandler on 80
[EmbeddedTomcat] Started
[Simple Realm Mapping] Starting
[Simple Realm Mapping] Started
[Webserver] Starting
[Webserver] Codebase set to http://natlang:8083/
[Webserver] Started webserver on port 8083
[Webserver] Started
[Transaction manager] Starting
[Transaction manager] Started
[Hypersonic] Starting
[Hypersonic] Server 1.4 is running
[Hypersonic] Database started
[Hypersonic] Started
[Naming] Starting
[Naming] Started
[DataSource] Starting
[DataSource] XA Connection pool DataSource bound to java:/DataSource
[Hypersonic] Press [Ctrl]+[C] to abort
[DataSource] Started
[InstantDB] Starting
[InstantDB] XA Connection pool InstantDB bound to java:/InstantDB
Enhydra InstantDB - Version 3.21
[InstantDB] The Initial Developer of the Original Code is Lutris
Technologies In
c.
Portions created by Lutris are Copyright (C) 1997-2000 Lutris Technologies,
Inc.

All Rights Reserved.
[InstantDB] Started
[DefaultDS] Starting
[DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS
[DefaultDS] Started
[JAAS Security Manager] Starting
[JAAS Security Manager] Started
[Container factory] Starting
[Container factory] Started
[J2EE Deployer] Starting
[J2EE Deployer] Cleaning up deployment directory
file:/D:/jboss_tomcat/jboss-2.0
-FINAL/bin/../tmp/deploy/
[J2EE Deployer] Started
[Security manager] Starting
[Security manager] Started
[Auto deploy] Starting
[Auto deploy] Auto deploy of
file:/D:/jboss_tomcat/jboss-2.0-FINAL/deploy/entity
Beans.jar
[J2EE Deployer] Deploy J2EE application:
file:/D:/jboss_tomcat/jboss-2.0-FINAL/d
eploy/entityBeans.jar
[J2EE Deployer] Could not delete temporary file:
/D:/jboss_tomcat/jboss-2.0-FINA
L/bin/../tmp/deploy/copy1001.zip
[J2EE Deployer] Create application entityBeans.jar
[J2EE Deployer] Installing EJB package: entityBeans.jar
[J2EE Deployer] Starting module entityBeans.jar
[Container factory]
Deploying:file:/D:/jboss_tomcat/jboss-2.0-FINAL/bin/../tmp/deploy/entityBean
s.jar/ejb1002.jar
[Verifier] Verifying
file:/D:/jboss_tomcat/jboss-2.0-FINAL/bin/../tmp/deploy/entityBeans.jar/ejb1
002.jar
[Verifier]
Bean   : Calendar
Method : public abstract Calendar findByPrimaryKey(Timestamp) throws
FinderException, RemoteException
Section: 9.2.8
Warning: All the exceptions defined in the throws clause of an ejbFind
method of the entity bean class must be included in the throws clause of the
matching find method of the home interface.

[Verifier]
Bean   : Content
Method : public abstract Content findByPrimaryKey(String) throws
FinderException, RemoteException
Section: 9.2.8
Warning: All the exceptions defined in the throws clause of an ejbFind
method of the entity bean class must be included in the throws clause of the
matching find method of the home interface.

[Verifier]
Bean   : Groups
Method : public abstract Groups findByPrimaryKey(String) throws
FinderException, RemoteException
Section: 9.2.8
Warning: All the exceptions defined in the throws clause of an ejbFind
method of the entity bean class must be included in the throws clause of the
matching find method of the home interface.

[Verifier]
Bean   : Instance
Method : public abstract Instance findByPrimaryKey(String) throws
FinderException, RemoteException
Section: 9.2.8
Warning: All the exceptions defined in the throws clause of an ejbFind
method of the entity bean class must be included in the throws clause of the
matching find method of the home interface.

[Verifier]
Bean   : Life
Method : public abstract Life findByPrimaryKey(String) throws
FinderException, RemoteException
Section: 9.2.8
Warning: All the exceptions defined in the throws clause of an ejbFind
method of the entity bean class must be included in the throws clause of the
matching find method of the home interface.

[Verifier]
Bean   : Personalisation
Method : public abstract Personalisation findByPrimaryKey(String) throws
FinderException, RemoteException
Section: 9.2.8
Warning: All the exceptions defined in the throws clause of an ejbFind
method of the entity bean class must be included in the throws clause of the
matching find method of the home interface.

[Verifier]
Bean   : Security
Method : public abstract Security findByPrimaryKey(String) throws
FinderException, RemoteException
Section: 9.2.8
Warning: All the exceptions defined in the throws clause of an ejbFind
method of the entity bean class must be included in the throws clause of the
matching find method of the home interface.

[Verifier]
Bean   : Template
Method : public abstract Template findByPrimaryKey(String) throws
FinderException, RemoteException
Section: 9.2.8
Warning: All the exceptions defined in the throws clause of an ejbFind
method of the entity bean class must be included in the throws clause of the
matching find method of the home interface.

[Container factory] Deploying Calendar
[Container factory] Deploying Content
[Container factory] Deploying Groups
[Container factory] Deploying Instance
[Container factory] Deploying Life
[Container factory] Deploying Personalisation
[Container factory] Deploying Security
[Container factory] Deploying Template
[Container factory] Deploying TNSSecurityEjb
[Container factory] Deploying TNSInstanceEjb
[Container factory] Deploying TNSContentEjb
[Container factory] Deploying TNSGroupEjb
[Container factory] Deploying TNSCalendarEjb
[Container factory] Deploying TNSSequenceGenerator
[Container factory] Deploying TNSPersonalisationEjb
[Container factory] Deploying TNSTemplateEjb
[Bean Cache] Cache policy scheduler started
[Container factory] Deployed application:
file:/D:/jboss_tomcat/jboss-2.0-FINAL/bin/../tmp/deploy/entityBeans.jar/ejb1
002.jar
[J2EE Deployer] J2EE application:
file:/D:/jboss_tomcat/jboss-2.0-FINAL/deploy/entityBeans.jar is deployed.
[Auto deploy] Started
[SpyderMQ] Starting
[SpyderMQ] Testing if SpyderMQ is present....
[SpyderMQ] OK
[SpyderMQ] Starting SpyderMQ...
[SpyderMQ] Started
[JMX RMI Adaptor] Starting
[JMX RMI Adaptor] Started
[JMX RMI Connector] Starting
[JMX RMI Connector] Started
[Default] 23 services and 4 other MBeans started.
[Default] Shutdown hook added
[Default] jBoss 2.0 FINAL Started
[EmbeddedTomcat] Ctx(  ): 404 R(  + / + null) null




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to