• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Does jboss require any class path setting like tomcat

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i unzipped jbosss 3x(no tomcat)

run run.bat

te=200301260037)] Started in 0m:31s:625ms
19:34:05,296 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:35:05,273 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:36:05,279 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:37:05,285 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:38:05,291 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:39:05,308 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:40:05,304 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:41:05,310 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:42:05,317 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:43:05,323 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:44:05,329 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:45:05,335 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:46:05,342 INFO [Log4jService$URLWatchTimerTask] Configuring from URL
ce:log4j.xml
19:47:05,348 INFO [Log4jService$URLWatchTimerTask] Configuring from URL


after giving url : http://localhost:8080


No Default Context
There is no default context registered with this server.
Contexts known to this server are:
WebApplicationContext[/jmx-console,file:/E:/jyoti/jboss software/jboss-3.0.6/jboss-3.0.6/server/default/deploy/jmx-console.war/]
WebApplicationContext[/invoker,file:/E:/jyoti/jboss software/jboss-3.0.6/jboss-3.0.6/server/default/deploy/http-invoker.sar/invoker.war/]
The links above may not work if a virtual host is configured


Does jboss require any class path setting like tomcat
 
Ranch Hand
Posts: 416
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what you mean,your jboss works well.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, JBoss does not require any special classpath setting. I think Tomcat does not either.
You can put all your jars inside JBOSS_HOME/lib or JBOSS_HOME/SERVER/lib
From the error messages ,seems like your jboss running fine.
Type http://localhost:8080/jmx-console/
and see.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having the same problem. Adding /jmx-console/ to the URL returns the following error:

HTTP ERROR: 500 Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file
RequestURI=/jmx-console/


Not sure if it's the win2k platform (too lazy to build a whole unix box just to test one app) or the j2sdk1.4.1_01 install or what.
/jp
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic