• 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

I have a problem regarding running a .jsp file on Jboss 5.0 server

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey hi,
I m doing an IVR application program.
I typed the code and generated a .jsp file.
When i m trying to run this program on Jboss 5.0 server
it gives the following error.
" Missing classpath entry \your_server_root\appservers\jboss\bin\run.jar"

I rectified this and pointed to bin folder of Jboss5.0GA folder.
then it gives the error as
" Missing classpath entry C:\jboss-5.0.1.GA\bin\bin\run.jar"

now i dont have any clue to fix it.
my JRE is jre1.6.0

Can anyone help me?
Thank You.
Awaiting response.
 
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
I don't know what IVR is. But based on those error message i am guessing that, that tool is expecting the JBOSS_HOME to be set. Revert any change that you did to the config files and then set the JBOSS_HOME system wide environment variable. I say system wide because i don't know how your tool is run, if it's from a command line, then all you have to do is:

 
sagar podilapu
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for your reply but the thing is it didnt work.
I will explain maa problem clearly
"I have downloaded jboss 5.0.1 GA stable version,downloaded eclipse,instaled jee_sdk_5.I was trying to run a VXML script on jbossv5.0 and i pointed the runtime environment to jboss/bin.It still gives me the same error."
can someone help me.
PLease.
Thank You
Sagar.
 
sagar podilapu
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey guys,
I have done the program using Tomcatv6.0.
But stil i wanna what's the problem with Jboss.
Thank You.
 
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
How and where did you set the JBOSS_HOME? And what exact value did you set it to?
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

please see if the files do exist in "lib" folder; the error message was missing classpath entry, so it must be in "lib" folder present.

It helped me with 5.0.1.GA!

vimal

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic