Dustin,
 
The message that you see is not an error and is not preventing your servlets from working.  It is, in fact, a warning message.  I see the same message in JBoss when I start it on my machine, yet my servlets function correctly.
 
Please provide some more information about your situation:
 
    how are you deploying your servlet to JBoss?
    what is the specific URL that you are using to access the servlet?
    what context is the servlet using?
    are any servlet mappings are defined? if so, what are they?
 
When you say that you "cannot access local host", are you saying that when you type this url:
 
    http://localhost:8080
 
You receive a server error 500 message? If so, that is because the JBoss configuration does not deploy a webapp in the root context.  Are you able to access this URL: http://localhost:8080/jboss  ??
 
-Michael Schulz
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dustin Grabau
Sent: Friday, January 18, 2002 3:48 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JBoss issues

I have recently began writing and using servlets with jboss, jedit, and java 1.3.0. I dowloaded JBoss from www.jboss.org the JBoss-2.4.4_Tomcat-4.0.1 and when I access the MS_DOS batch file run_with_catalina.bat it feeds me a large sum of information. I can find no exceptions but the closest thing I could find to what might be an error is that it says:

[WARN,MinervaDS] Not setting config property 'Driver' [WARN,MinervaDS] Not setting config property 'Password' [WARN,MinervaDS] Not setting config property 'UserName'

Wether or not this is an issue, I do not know. If there is anything that might be the issue or possible output errors that the cmd might display please inform me. It says the final statement:

[INFO,Default] JBoss-2.4.4 Started in 0m:20s.939

I assumed that that ment it all went ok, but I have learned that it doesnt. One problem is that I cannont access localhost:8080. I cant serve my servlets and I dont know whats wrong :-(.

Thank You
--Dustin Grabau



Do You Yahoo!?
Send FREE video emails in Yahoo! Mail.

Reply via email to