> Hi folks,
>
[quoted text clipped - 9 lines]
> PS. Is there an online forum dedicated to Netbeans users? Accessing usenet
> from work is touchy.
Sure, in the runtime tab, right click on Server.
Select Add server.
You should see a dropdown item for 'JBoss Application Server 4.0'.
Newsgroups under news.gmane.org
gmane.comp.java.ide.netbeans.user
gmane.comp.java.netbeans.
Search the Netbeans website.

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com
__________________________________________________________________________
' If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
IchBin - 03 Aug 2005 02:51 GMT
>> Hi folks,
>>
[quoted text clipped - 22 lines]
>
> Search the Netbeans website.
Once you define the JBoss server just right click it and select 'Start'
option.

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com
__________________________________________________________________________
' If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Steve - 03 Aug 2005 02:57 GMT
Awesome! Thanks!
>>> Hi folks,
>>>
[quoted text clipped - 25 lines]
> Once you define the JBoss server just right click it and select 'Start'
> option.
daniel b - 14 Aug 2005 18:41 GMT
When i do this i get a error:
Annotation: Exception occurred in Request Processor
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.crimson.jaxp.
DocumentBuilderFactoryImpl not found
at javax.xml.parsers.DocumentBuilderFactory.newInstance
(DocumentBuilderFactory.java:99)
at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils.getJnpPort
(JBPluginUtils.java:152)
at org.netbeans.modules.j2ee.jboss4.ide.JBStartServer.isReallyRunning
(JBStartServer.java:137)
at org.netbeans.modules.j2ee.jboss4.ide.JBStartServer.isRunning
(JBStartServer.java:177)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.
isRunningWithinMillis(ServerInstance.java:336)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.isRunning
(ServerInstance.java:329)
at org.netbeans.modules.j2ee.deployment.impl.ui.ServerStatusBar.
setCommandControlButtons(ServerStatusBar.java:265)
at org.netbeans.modules.j2ee.deployment.impl.ui.ServerStatusBar.
startProgressUI(ServerStatusBar.java:98)
at org.netbeans.modules.j2ee.deployment.impl.ui.actions.ServerStatusAction$1.
run(ServerStatusAction.java:58)
at org.openide.util.Task.run(Task.java:189)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.
java:721)
==>
java.lang.ClassNotFoundException: org.apache.crimson.jaxp.
DocumentBuilderFactoryImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:93)
at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:187)
at javax.xml.parsers.DocumentBuilderFactory.newInstance
(DocumentBuilderFactory.java:93)
at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils.getJnpPort
(JBPluginUtils.java:152)
at org.netbeans.modules.j2ee.jboss4.ide.JBStartServer.isReallyRunning
(JBStartServer.java:137)
at org.netbeans.modules.j2ee.jboss4.ide.JBStartServer.isRunning
(JBStartServer.java:177)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.
isRunningWithinMillis(ServerInstance.java:336)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.isRunning
(ServerInstance.java:329)
at org.netbeans.modules.j2ee.deployment.impl.ui.ServerStatusBar.
setCommandControlButtons(ServerStatusBar.java:265)
at org.netbeans.modules.j2ee.deployment.impl.ui.ServerStatusBar.
startProgressUI(ServerStatusBar.java:98)
at org.netbeans.modules.j2ee.deployment.impl.ui.actions.ServerStatusAction$1.
run(ServerStatusAction.java:58)
at org.openide.util.Task.run(Task.java:189)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.
java:721)
what can i do?
>Awesome! Thanks!
>
[quoted text clipped - 3 lines]
>> Once you define the JBoss server just right click it and select 'Start'
>> option.