Re: [concern-users] OSBL installation problem
Brought to you by:
hengels,
leonchiver
|
From: Holger E. <he...@me...> - 2008-03-20 07:52:19
|
Hi,
The links should be quite close to the botton in the section
'osbl.<app.name>', where <app.name> ist tha app.name, you have
configured in your custom-build.properties. If they are really not
there, then your deployment faild for some reason. Please check whether
the directory server/<default>/deploy/<app.name> has been created. If
so, please send me your startup log.
BTW: there is a simpler way to configure jboss to use different ports.
Uncomment this section in 'server/<default>/conf/jboss-service.xml':
<mbean code="org.jboss.services.binding.ServiceBindingManager"
name="jboss.system:service=ServiceBindingManager">
<attribute name="ServerName">ports-01</attribute>
<attribute
name="StoreURL">${jboss.home.url}/docs/examples/binding-manager/sample-bindings.xml</attribute>
<attribute name="StoreFactoryClassName">
org.jboss.services.binding.XMLServicesStoreFactory
</attribute>
</mbean>
.. and then alter the attribute 'ServerName' to ports-01, ports-02, ...
ports-01 is adding 100 to every port, ports-02 is adding 200 and so on.
Regards,
Holger Engels
On Wed, 2008-03-19 at 12:12 -0600, Juan Felix Hernandez wrote:
> Hi,
>
>
>
> Wondering if you can help me to finish OSBL installation.
>
>
>
> I got to the point Creating the Database Schema, but I don’t have the
> links in jmx-console.
>
>
>
> Service=controllermodel, type=hibernate
>
> Service=mode,type=hibernate
>
>
>
> I’m using http://localhost:8888/jmx-console to acces it.
>
>
>
> JBoss version: jboss-4.2.2.GA
>
> JDK version: 1.6
>
> Ant 1.6
>
> OS: Linux RHEL 5 Sever
>
>
>
> I had to use different ports:
>
> 8080 to 8888
>
> 8009 to 8099
>
> 8443 to 8493
>
> 8083 to 8899
>
> 1099 to 9999
>
> 1098 to 9998
>
> 4444 to 9444
>
> 4445 to 9445
>
> 4446 to 9446
>
> 8093 to 8993
>
> 3873 to 3874
>
>
>
>
>
> Juan Felix
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________ concern-users mailing list con...@li... https://lists.sourceforge.net/lists/listinfo/concern-users
|