• 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

How to add JBOSS 5.1.0 to netbeans 6.0

 
Greenhorn
Posts: 25
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

hi friends i am a beginner can you guys help me to learn the basic things in netbeans.. in my server glassfish has been added how to add jboss.

 
Ranch Hand
Posts: 56
Netbeans IDE Eclipse IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


http://weblogs.java.net/blog/bleonard/archive/2006/05/the_best_featur.html

Check this link, the way to add jboss 5.5 server to your Netbeans is similar to this.
 
N. Ganapathy
Greenhorn
Posts: 25
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sachin Pachari
i tried out that one .. if i click add server no window is opening. i cant add anymore server it seems wat to do ...


thanks in advance
 
Sachin Pachari
Ranch Hand
Posts: 56
Netbeans IDE Eclipse IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://wiki.netbeans.org/Servers

check the above link, there problem might be with the version of Netbeans and the version of Jboss, the link will show the compatiblities for each and every supported servers on NetBeans.So check the list and try to figure out what is the best version for you.

Personally i prefer to working with Eclipse, but anyway the link may help you in deciding on the version of both Jboss and Netbeans.



 
N. Ganapathy
Greenhorn
Posts: 25
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your help i got the solution now i am getting error 404 ...




HTTP Status 404 - /newjsp.jsp

--------------------------------------------------------------------------------

type Status report

message /newjsp.jsp

description The requested resource (/newjsp.jsp) is not available.


--------------------------------------------------------------------------------

JBoss Web/2.1.3.GA


its cuming like this i dont know what to do... i installed new version of IDE and i tried to run the programs which i did in older version error is cuming like this what to da please help me???
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

N. Ganapathy wrote:
its cuming like this ...error is cuming...

(emphasis mine)
Please UseRealWords
cuming != coming
 
N. Ganapathy
Greenhorn
Posts: 25
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok .... please tell me solution for that problem.......
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is the server running?
Is your application deployed properly?
What URL did you enter in the browser?
 
N. Ganapathy
Greenhorn
Posts: 25
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes my server is running.... i am using netbeans6.8 to run...
 
N. Ganapathy
Greenhorn
Posts: 25
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://localhost:8080/r.jsp


this is the URL which i get in my browser when i run the file through netbeans.
actually i copied these files from the old netbeans its not running and error is coming. if i create a new project in IDE6.8 and run the same file its working.... i dont know what is the problem.
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You initially said newjsp.jsp.
Now its r.jsp. So which one is it?

But thats a moot point of it works with a new project. So why cant you proceed with a new project
 
N. Ganapathy
Greenhorn
Posts: 25
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Both newjsp.jsp and r.jsp i created in old project. same thing if i create in new project it works. i dont know what is the problem . i am a beginner so only i am trying to sort this out and know the real reason for the error
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic