This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
JBoss EAP is the enterprise version which costs $$$ to use. If you want to use the free community version, JBoss AS 5.1.0.GA, you can download it for the JBoss AS download page. But, if you are new to JBoss AS, I recommend using the latest, 7.1.1.FINAL (its on the same download page).
I deploy in default configuration of jboss 5.0.0 GS.
it deployed without any error message.
it gives a blank page.
I think it is actually not deployed correctly on jboss because i also us some debug code like '"out.println("connected")", which is not display on log when i access that
applications.
That isn't really the right details that we are looking for.
chain singh wrote:hello
I deploy in default configuration of jboss 5.0.0 GS.
JBoss AS 5.0.0 community edition? Why use such an old version? But anyway, if that's what you want to use let's just stick to it since you seem to be running into issues with your application packaging/deployment than anything else.
chain singh wrote:
it deployed without any error message.
Deployed what? What kind of an application is it? Does the server log show it's deployed?
chain singh wrote:
it gives a blank page.
What gives a blank page? What exact URL do you use?
chain singh wrote:
I think it is actually not deployed correctly on jboss
You are contradicting yourself. What do the server logs say about the application?
chain singh wrote:
because i also us some debug code like '"out.println("connected")", which is not display on log when i access that
applications.
out.println where? Are you sure you are using the right URL?
Edit: Hmm... all your recent questions in this JBoss forum are the exact same thing asked in various different ways and just abandoning the thread for a new one. If you are really looking for a solution, then please stick to just one thread.
chain singh
Ranch Hand
Joined: Feb 28, 2012
Posts: 116
posted
0
hello sir
my application is deployed in linux os, jboss eap 5 in 'all' configuration as directory exploded.
please suggest me which jboss's version is better for that application.
chain singh
Ranch Hand
Joined: Feb 28, 2012
Posts: 116
posted
0
Hello Sir
sorry sir for confusion made by me
now i am start with fresh.
i downloaded jboss as 7.1.1. i also make a user under management-realm as test.
when i am browse through localhost:8080 and i logged in successfully. but when i click on manage deployment and tring to deploy .war file it only give permission to deploy only .war file but i wanted to deploy .war directory exploded.
and i also start server with standalone.bat
please ask me any thing about my problem , please help me