• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

regarding to start jboss eap 5

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I am new with jboss eap 5.0.0 .
I want to use this for my application.

Please help to configure that on my system, i am totally new with this server.

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What kind of configurations? Have you looked at the documentation?
 
chain singh
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Sir

where i can find that server,
which version is good for download,
i am using windows XP
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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).
 
chain singh
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for reply


Can i deploy application in jboss 5.0.0 AS without making .war file?
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can deploy an application either as a WAR file or as an exploded WAR directory. See this: https://community.jboss.org/wiki/ExplodedDeployment
 
chain singh
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello sir

I deploy as exploded directory but gives blank page when i run my application.

it deploy without any error.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Then you did something wrong. Correct what you did wrong and then it will work.

If that doesn't help, please TellTheDetails.
 
chain singh
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello

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.

but it is deployed on tomcat 6 successfully.


Please help me

 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By the way, it turns out you asked this exact same question (and there were replies to that thread) around a month back https://coderanch.com/t/584010/JBoss/migrationg-jboss-EAP-jboss-AS. No wonder I kept feeling that these questions had already been answered before.

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
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 4
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi chain singh...
can you share the error logs.
 
chain singh
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

My problem is solved i successfully deployed my application.

fault is , i am using jboss 5 which is not support my application so i deployed on jboss 6


thank for help sir
 
vinay thakur
Greenhorn
Posts: 4
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
good to know that your application is working .... but there is no problem in jboss 5 .... it is very stable
 
reply
    Bookmark Topic Watch Topic
  • New Topic