On Tue, 13 Nov 2001 [EMAIL PROTECTED] wrote: > Now, cd'ing into /usr/local/jboss-jetty/jboss/bin and running ./run.sh jetty, > I notice some possible strangeness in the log: > > <snip> > [WebService] Starting > [WebService] Started webserver with address: null port: 8083 > [WebService] Codebase set to: http://localhost:8080/ > [WebService] Started > <snippage>
thats for loading classes over network. I assume the address null means its going to bind to all addresses > Should Codebase and the webserver be different ports? you mean the 8080? umm, yes I thought so, but maybe I'm wrong... I'm assuming this is a straight install out of the box. I've always found everything to work just find out of the box > <snip> > [JettyService] Starting > [Jetty] Starting Jetty/3.1.3 > [Jetty] Started SocketListener on 0.0.0.0:8080 > [Jetty] Started org.jboss.jetty.Jetty@1989b5 > [JettyService] Started > <snippity-snip> > > What's with SocketListener on 0.0.0.0? Shouldn't it be localhost? afaik 0.0.0.0 will just bind to all addresses on that device... > The localhost:8082 link does work however. > > At this point, I'm fairly certain I'm not simply doing anything stupid, > and that something far more sinister is at works here... ok, so its certainly working (o: What you want to do is determine if in fact anything is actually deployed yes? I'm not up to speed with what the packages are coming with atm, but if you look in jboss/deploy you will find some files no doubt. a .war in that directory is deployed to localhost:8080/war_file_name - a .ear in that directory may also have a web component, to find out, open it up using jar/zip/favourite zip utility, and look for META-INF/application.xml - it should so the context root... hope this gets you going a bit... have a sniff around those files - I'd guess that something is deployed by default. hth dim > > > > Tuesday, November 13 - [EMAIL PROTECTED] said: > > JBoss-2.4.3_Jetty-3.1.3-1 > > > > Greetings - I'm new to JBoss ( j2ee as well ), and have a potentialy > > stupid question for you guys: > > > > After installing jboss+jetty, I'm wondering -- well, what next? (c8= > > > > Actually, the jetty seems to have installed ok ( I can access the > > help page locally ), and it appears that jboss starts ok as well - > > BUT, I'm unable to hit the http://<myhostname>:<myport>/jboss page > > that the docs mention... so I have no idea whether jboss is actually > > running or not. > > > > Is this indicative that something's hosed with my jboss config, or > > is there merely something else I need to complete? ( like another > > pass at the docs perhaps? ) > > > > I've got to just be missing something really lame here. > > > > I get the distinct feeling that I'm net getting both jetty and jboss > > running together - jetty's running at 8080 and jboss at what seems > > 8083... but when I try to run 'jboss/bin/run.sh jetty', I run into > > a bunch of other issues. > > > > Below is the output from jboss/bin/run.sh, after running > > jetty/bin/run.sh run separately. > > > > What's that about: > > > > [J2EE Deployer Default] No web container found - only EJB deployment available.. > > > > Sounds like why I'm unable access any of the default jboss pages. > > > > Thanks for the clue(s)! > > > > > > JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar > > jboss.home = /usr/local/jboss > > Using JAAS LoginConfig: file:/usr/local/jboss/conf/default/auth.conf > > Using configuration "default" > > [root] Started Log4jService, config=file:/usr/local/jboss/conf/default/log4j.pro > > perties > > [Info] Java version: 1.3.1_01,Sun Microsystems Inc. > > [Info] Java VM: Java HotSpot(TM) Server VM 1.3.1_01,Sun Microsystems Inc. > > [Info] System: Linux 2.4.2-2,i386 > > [Shutdown] Shutdown hook added > > [Service Control] Initializing 46 MBeans > > [WebService] Initializing > > [WebService] Initialized > > [NamingService] Initializing > > [NamingService] Initialized > > [JNDIView] Initializing > > [JNDIView] Initialized > > [TransactionManagerService] Initializing > > [TransactionManagerService] Initialized > > [ClientUserTransactionService] Initializing > > [ClientUserTransactionService] Initialized > > [JaasSecurityManagerService] Initializing > > [JaasSecurityManagerService] Initialized > > [JdbcProvider] Initializing > > [JdbcProvider] Loaded JDBC-driver:org.hsqldb.jdbcDriver > > [JdbcProvider] Initialized > > [HypersonicDatabase] Initializing > > [HypersonicDatabase] Initialized > > [XADataSourceLoader] Initializing > > [XADataSourceLoader] Initialized > > [ServerDataCollector] Initializing > > [ServerDataCollector] Initialized > > [ContainerFactory] Initializing > > [ContainerFactory] Initialized > > [JBossMQService] Initializing > > [JBossMQService] Initialized > > [StateManager] Initializing > > [StateManager] Initialized > > [PersistenceManager] Initializing > > [PersistenceManager] Initialized > > [JVMServerILService] Initializing > > [JVMServerILService] Initialized > > [RMIServerILService] Initializing > > [RMIServerILService] Initialized > > [OILServerILService] Initializing > > [OILServerILService] Initialized > > [UILServerILService] Initializing > > [UILServerILService] Initialized > > [TopicManager] Initializing > > [TopicManager] Initialized > > [TopicManager] Initializing > > [TopicManager] Initialized > > [TopicManager] Initializing > > [TopicManager] Initialized > > [QueueManager] Initializing > > [QueueManager] Initialized > > [QueueManager] Initializing > > [QueueManager] Initialized > > [QueueManager] Initializing > > [QueueManager] Initialized > > [QueueManager] Initializing > > [QueueManager] Initialized > > [QueueManager] Initializing > > [QueueManager] Initialized > > [QueueManager] Initializing > > [QueueManager] Initialized > > [QueueManager] Initializing > > [QueueManager] Initialized > > [QueueManager] Initializing > > [QueueManager] Initialized > > [QueueManager] Initializing > > [QueueManager] Initialized > > [NamingAlias] Initializing > > [NamingAlias] Initialized > > [NamingAlias] Initializing > > [NamingAlias] Initialized > > [JMSProviderLoader] Initializing > > [JMSProviderLoader] Initialized > > [ServerSessionPoolLoader] Initializing > > [ServerSessionPoolLoader] Initialized > > [J2eeDeployer] Initializing > > [J2eeDeployer] Initialized > > [RARDeployer] Initializing > > [RARDeployer] Initialized > > [ConnectionManagerFactoryLoader] Initializing > > [MinervaNoTransCMFactory] Initialized > > [ConnectionManagerFactoryLoader] Initializing > > [MinervaSharedLocalCMFactory] Initialized > > [ConnectionManagerFactoryLoader] Initializing > > [MinervaXACMFactory] Initialized > > [ConnectionFactoryLoader] Initializing > > [MinervaDS] Initialized > > [ConnectionFactoryLoader] Initializing > > [JmsXA] Initialized > > [AutoDeployer] Initializing > > [AutoDeployer] Initialized > > [JMXAdaptorService] Initializing > > [JMXAdaptorService] Initialized > > [RMIConnectorService] Initializing > > [RMIConnectorService] Initialized > > [MailService] Initializing > > [MailService] Initialized > > [Service Control] Initialized 46 services > > [Service Control] Starting 46 MBeans > > [WebService] Starting > > [WebService] Started webserver with address: null port: 8083 > > [WebService] Codebase set to: http://localhost.localdomain:8083/ > > [WebService] Started > > [NamingService] Starting > > [NamingService] Starting jnp server > > [NamingService] Started jnpPort=1099, rmiPort=0, backlog=50, bindAddress=null, C > > lient SocketFactory=null, Server SocketFactory=null > > [NamingService] InitialContext Environment: > > [NamingService] key=java.naming.factory.initial, value=org.jnp.interfaces.Naming > > ContextFactory > > [NamingService] key=java.naming.factory.url.pkgs, value=org.jboss.naming:org.jnp > > .interfaces:org.jboss.naming:org.jnp.interfaces > > [NamingService] Naming started on port 1099 > > [NamingService] Started > > [JNDIView] Starting > > [JNDIView] Started > > [TransactionManagerService] Starting > > [TransactionManagerService] Started > > [ClientUserTransactionService] Starting > > [ClientUserTransactionService] Started > > [JaasSecurityManagerService] Starting > > [JaasSecurityManagerService] startService, cachePolicy=null > > [JaasSecurityManagerService] startService, SecurityProxyFactory=org.jboss.securi > > ty.SubjectSecurityProxyFactory@dc6b5 > > [JaasSecurityManagerService] Started > > [JdbcProvider] Starting > > [JdbcProvider] Started > > [HypersonicDatabase] Starting > > [Default] Server 1.6 is running > > [Default] Press [Ctrl]+[C] to abort > > [HypersonicDatabase] Database started > > [HypersonicDatabase] Started > > [XADataSourceLoader] Starting > > [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS > > [XADataSourceLoader] Started > > [ServerDataCollector] Starting > > [ServerDataCollector] JBoss Management Service 'servercollector' bound to server > > collector > > [ServerDataCollector] Started > > [ContainerFactory] Starting > > [ContainerFactory] Started > > [JBossMQService] Starting > > [JBossMQService] JBossMQ version 1.0.0 Beta Started > > [JBossMQService] Started > > [StateManager] Starting > > [StateManager] Started > > [PersistenceManager] Starting > > [PersistenceManager] Started > > [JVMServerILService] Starting > > [JVMServerILService] Started > > [RMIServerILService] Starting > > [RMIServerILService] Started > > [OILServerILService] Starting > > [OILServerILService] JBossMQ OIL service available at : 0.0.0.0/0.0.0.0:32804 > > [OILServerILService] Started > > [UILServerILService] Starting > > [UILServerILService] JBossMQ UIL service available at : 0.0.0.0/0.0.0.0:32805 > > [UILServerILService] Started > > [TopicManager] Starting > > [TopicManager] Started > > [TopicManager] Starting > > [TopicManager] Started > > [TopicManager] Starting > > [TopicManager] Started > > [QueueManager] Starting > > [QueueManager] Started > > [QueueManager] Starting > > [QueueManager] Started > > [QueueManager] Starting > > [QueueManager] Started > > [QueueManager] Starting > > [QueueManager] Started > > [QueueManager] Starting > > [QueueManager] Started > > [QueueManager] Starting > > [QueueManager] Started > > [QueueManager] Starting > > [QueueManager] Started > > [QueueManager] Starting > > [QueueManager] Started > > [QueueManager] Starting > > [QueueManager] Started > > [NamingAlias] Starting > > [NamingAlias] Started > > [NamingAlias] Starting > > [NamingAlias] Started > > [JMSProviderLoader] Starting > > [JMSProviderLoader] bound adapter DefaultJMSProvider to java:/DefaultJMSProvider > > [JMSProviderLoader] Started > > [ServerSessionPoolLoader] Starting > > [ServerSessionPoolLoader] pool factory StdJMSPool bound to java:/StdJMSPool > > [ServerSessionPoolLoader] Started > > [J2eeDeployer] Starting > > [J2EE Deployer Default] No web container found - only EJB deployment available.. > > . > > [J2EE Deployer Default] Cleaning up deployment directory > > [J2eeDeployer] Started > > [RARDeployer] Starting > > [RARDeployer] Started > > [MinervaNoTransCMFactory] Starting > > [MinervaNoTransCMFactory] Connection manager factory 'MinervaNoTransCMFactory bo > > und to 'java:/MinervaNoTransCMFactory' > > [MinervaNoTransCMFactory] Started > > [MinervaSharedLocalCMFactory] Starting > > [MinervaSharedLocalCMFactory] Connection manager factory 'MinervaSharedLocalCMFa > > ctory bound to 'java:/MinervaSharedLocalCMFactory' > > [MinervaSharedLocalCMFactory] Started > > [MinervaXACMFactory] Starting > > [MinervaXACMFactory] Connection manager factory 'MinervaXACMFactory bound to 'ja > > va:/MinervaXACMFactory' > > [MinervaXACMFactory] Started > > [MinervaDS] Starting > > [MinervaDS] Started > > [JmsXA] Starting > > [JmsXA] Started > > [AutoDeployer] Starting > > [AutoDeployer] Watching /usr/local/jboss/deploy > > [AutoDeployer] Watching /usr/local/jboss/deploy/lib > > [AutoDeployer] Auto deploy of file:/usr/local/jboss/deploy/lib/jms-ra.rar > > [RARDeployer] Attempting to deploy RAR at 'file:/usr/local/jboss/deploy/lib/jms- > > ra.rar' > > [JmsXA] Using default value 'java:DefaultJMSProvider' for config property 'JmsPr > > oviderAdapterJNDI' > > [JmsXA] FINE: Setting LogWriter: org.jboss.logging.log4j.CategoryWriter@5aed57 > > [JmsXA] Bound connection factory for resource adapter 'JMS Adapter' to JNDI name > > 'java:/JmsXA' > > [AutoDeployer] Auto deploy of file:/usr/local/jboss/deploy/lib/jbosspool-jdbc.ra > > r > > [RARDeployer] Attempting to deploy RAR at 'file:/usr/local/jboss/deploy/lib/jbos > > spool-jdbc.rar' > > [RARMetaData] Loading Minerva Resource Adapter for JDBC 1/2 drivers > > [RARMetaData] Required license terms present. See deployment descriptor. > > [MinervaDS] Not setting config property 'Driver' > > [MinervaDS] Not setting config property 'Password' > > [MinervaDS] Not setting config property 'UserName' > > [MinervaDS] Bound connection factory for resource adapter 'Minerva JDBC LocalTra > > nsaction ResourceAdapter' to JNDI name 'java:/MinervaDS' > > [AutoDeployer] Started > > [JMXAdaptorService] Starting > > [JMXAdaptorService] Started > > [RMIConnectorService] Starting > > [RMIConnectorService] Started > > [MailService] Starting > > [MailService] Mail Service 'Mail' bound to java:/Mail > > [MailService] Started > > [Service Control] Started 46 services > > [Default] JBoss 2.4.3 Started in 0m:10s > > > > > > _______________________________________________ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
