• 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

jboss 4.2.3 problem

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

as i informed in my previous mail, that when i run jboss 4.2.3 with jre 1.6 i am not getting any error

the statements are as follows,




and if i type the on web browser,

i get page cannot be displayed

and also in case of 4.2.3 installation folder i cannot find the folder in /user/jboss/jbossinstall/server/all/deploy/jboss-web-tomcat50.sar folder is missing which was there in
3.2.7 whether this makes any difference. please inform.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


when i run jboss 4.2.3 with jre 1.6


JBoss with require a JDK, not a JRE to run.

Is this a different question from your previous post? Did you try the suggestions made there?
 
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

vin Hari wrote:
and if i type the on web browser,

i get page cannot be displayed


Let's continue this discussion in your other thread here https://coderanch.com/t/482669/JBoss/jboss-not-working

vin Hari wrote:
and also in case of 4.2.3 installation folder i cannot find the folder in /user/jboss/jbossinstall/server/all/deploy/jboss-web-tomcat50.sar folder is missing which was there in
3.2.7 whether this makes any difference. please inform.


No that won't make a difference. That folder in 4.2.x is now named deploy/jboss-web.deployer
 
Ranch Hand
Posts: 650
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

vin Hari wrote:
and also in case of 4.2.3 installation folder i cannot find the folder in /user/jboss/jbossinstall/server/all/deploy/jboss-web-tomcat50.sar folder is missing which was there in
3.2.7 whether this makes any difference. please inform.



Why are you looking under the all server directory when you're starting the default server instance?
 
bacon. tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic