Question 1:
On page 12 of the guide, it says go to http://localhost:8082 which
should list all JBoss components running. However nothing displayed.
Any ideas?
Question 2:
On page 14 of the guide, it says to put the JBoss30.bat script file in
the same directory as JavaService.exe to get install JBoss as a
Windows service. However, I can't find a JavaService.exe on my
harddrive!
If anyone knows of a good tutorial that would be of great help.
Thanks!
Ron
Try http://localhost:8080 instead... it may help.
Of course you may want to make sure that you stopped your tomcat(not the one
bundled with JBoss) before you start JBoss.
I'm using JBoss without tomcat (i.e. using Jetty)
>
> Question 2:
> On page 14 of the guide, it says to put the JBoss30.bat script file in
> the same directory as JavaService.exe to get install JBoss as a
> Windows service. However, I can't find a JavaService.exe on my
> harddrive!
AFAIK you need to download it separately from the net.. it is not bundled
with JBoss. Try a search in Google.
I'm also a newbie.. correct me if i'm wrong.
FK~
I am learning JBoss (Jetty bundle) and the FAQ describe no result unless you
deploy a webapplication in deploy folder...
Regards,
Nenad Blagojevic.
"FK" <f...@fk.com> wrote in message news:ap18dt$qs...@rain.i-cable.com...
This shouldn't have anything to do with it. Port 8080 would be used for
the servlet container, and port 8082 is the default port for the HtmlAdapter
service which provides an HTML interface to the MBean server JBoss uses.
This service, at least in 2.4.4, didn't require a servlet container to run.
Rob
doug
"FK" <f...@fk.com> wrote in message news:ap18dt$qs...@rain.i-cable.com...
While I cannot offer an explaination for your first question, I will
gladly help you with your second.
The JavaService.exe utility is not packaged with JBoss. It is,
however, available at
http://www.alexandriasc.com/software/JavaService/index.html.
Martin Turcotte
rite...@yahoo.com (ritelman) wrote in message news:<c866db69.02101...@posting.google.com>...
http://localhost:8080/jmx-console
That replaces
"Martin Turcotte" <martin....@emergis.com> wrote in message
news:c07decca.02111...@posting.google.com...
Thanks!