Could someone who has had success running JBoss as a Service in windows
recommend the best method for doing it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943095#3943095
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
I am attempting to run JBoss as a Windows Service using JavaService per the
wiki doc:
http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows.
I have modified the JavaService installation batch script as necessary and am
able to install JBoss as a Service with out any errors. H
FIXED!
The solution is to use the following annotation in your bean:
@RemoteBinding(clientBindUrl="socket://public.host.address:3873")
The port 3873 is defined in the file
server/all/deploy/ejb3.deployer/META-INF/jboss-service.xml:
|
|
| jboss.aop:service=AspectDeployer
|
Here is another recent thread with someone having the same problem. I am
running the same version of JBOSS and EJB3RC5. There must be a solution for
this.
[url]http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79325&start=0
[/url]
View the original post :
http://www.jboss.com/index.ht
Hi,
Thanks for your response :)
Actually, I am attempting to connect to the public interface(by using
jnp://public.address.of.headnode in my jndi.properties). However, the initial
error message I posted references the private address because that is the
interface jboss is deployed to. I now
solomonk,
Can you specify how to cause that second port to be fixed? I am having a
similar issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930510#3930510
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930510
I tried port forwarding again on the head node from the external to internal
NIC for all the ports listed in one of the firewall docs:
http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html#d0e21126
But, still no luck. However, now the client is hanging during the
ctx.lookup(...) ca
You can put the following into a jndi.properties file:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=localhost:1099
View the original post :
http://www.jboss.com/index.html?module=bb&o
My cluster is on a private network. The "head" node has 2 network interfaces,
one of them is public. I want to access the cluster remotely via the public
network interface.
I have a remote jboss client and bean which are very simple. The client does
an initialcontext lookup then calls a sess
I am attempting to set up a Postgres 8 DataSource in a cluster. I am running
jboss-4.0.3SP1 with EJB3.0. I have been following the wiki articles
ConfigJBossMQDB and JBossMQHAOverview in terms of setting up my PostgresDS and
removing the hypersonic one.
I am testing this with a simple MDB (dep
10 matches
Mail list logo