When i start the server i get this exception:
javax.naming.NamingException: Could not bind statless proxy with ejb name ParametroManagerBean into JNDI under jndiName: /sgh/ParametroManagerBean/local [Root exception is javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 201.17.174.29; nested exception is: ...
This, i think, occours because my fuck internet provider block a lot of ports,external access, over my machine... how can a make Jboss to point to localhost instead of my internet IP ???
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970493#3970493
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970493
I use an html page for login page and when i type the correct user name and password it authenticates but I receive 403 error. If the login parameters are wrong I am redirected to the error page. I searched the net and I think that I configured everything Ok. But still have the problem. Also though this login page is declared confidential when i am redirected to it never runs in https. If I hit directly it does.
Anyone with some help it will be great.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970492#3970492
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970492
dear all,
Need advice here.
I'm using Jboss 4.0.4GA + Seam 1.0.1GA + Portal 2.40GA + facelets + myfaces.
Currently i have an external C application that need to send a event or message to the java beans implemented using Seam. How to do it easily?
Some thoughts:
1. Send a HTTP post from the C application, and received by a servlet at Jboss and somehow triggerred up to the beans?
2. Construct a HTTP post similar to "seam remoting" for javascript and let the remoting servlet handle it?
3. Use web service?
4. Use JMS?
I'm not so good in Jboss and J2EE, so please help to advise.
Thank you very much.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970491#3970491
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970491
Hi,
I am currently trying to obfuscate my project using KlassMaster and deploy it to JBoss. However, my project contain some jsp file and obfuscation only work with .class file. Therefore, I took the compiled .class file of the jsp, obfuscate it and put it back to jboss-4.0.2/server/all/work/jboss.web/localhost. I am wondering if there is any configuration that I can set so that JBoss will not compile the jsp and just use the .class file that I pasted inside localhost?
Thanks in advance for your help!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970485#3970485
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970485