I like to use JBoss with Eclipse. I installed Eclipse without problems and downloaded JBoss 4.2.3.GA. Then I added the JBoss server to Eclipse.
When I tried to start JBoss in Eclipse I get the following error message:
'Starting JBoss v4.2 at localhost' has encountered a problem.
Server port In Use 8080-http
I checked with netstat and saw no active port with this number.
Even if I try with other port number like for example 8084, 8088 or 8090, I always get the error message.
Can somebody help me to resolve this problem?
thanks in advance
Dieter
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172132#4172132
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172132
Hi all,
I have an application that includes a Session Bean, an Entity Bean, an HTML page as input and a Servlet as output.
The application tries to count the number of visiting to the server. The Session Bean counts how many people load the HTML page and the Entity Bean receives the number of visiting for those in a Data Base.
It is very simple. My problem is the descriptors. I want to build an ear with the application. With the EJBs no problem, I have experience. But I can not build the war file.
I guess I have to include the HTML page and the Servlet into the war file but I have no idea how I must to build the web.xml file.
I will appreciate any help.
Thanking in advance,
pepelara
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172130#4172130
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172130