Hello All,
I've been wondering of late if anyone has actually
used JBOSS in a high usage environment such as an enterprise portal. Are there
any performance matrices available for JBoss out there? Any real life
experiences of using this App server? My concern arises from the fact that in
j
Im on RedHat linux 7 and using jre/jdk
3.0_02
YSK
I downloaded the jboss2.2 version after 2.1's run.sh had problems.
my path contained the path to jre and not JDK. Jboss started fine, it was
stable for 2 minutes, then suddenly this error came on the terminal window:
# # An unexpected exception has been detected in native code outside the
VM.# P
Hi, im a newbie to jboss, i downloaded it and tried
running it with java -jar run.jar but didn't work. checked the lists and it said
i should use the run script. the run script gives me a permission denied error
when i do: ./run.sh
I am the root of the machine and if i do a chmod
755 on ru
Hi,Is there any IDE available that
integrates with JBOSS on linux? It would =be super if the IDE is on windows
and can integrate with Linux using =SAMBA or something.=20What are
popular IDE's for EJB development? I'm a newbie to JBOSS and =have only used
terminal windows so far for making sm
I managed to fix the compilation of the client by
putting the client in the package directory and using this command:
javac -classpath /usr/local/jboss/client/ejb.jar:.
com/titan/*/*.javaand the compilation was sucessful. :D
btw, im working on it, but if someone has time, i
would like th
I am stumped by a serious newbie dilemma.
Im trying to code my first EJB's and deploy them on
JBOSS. All i really want to do is to be able to see how EJB's work and get the
hang of it. So, i started coding the tutorials in the manuals and on the web.
In the JBOSS manual example, when i