[JBoss-user] Jboss in the real world

2001-04-11 Thread Yasir
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

[JBoss-user] re: jboss 2.2 hangs

2001-04-09 Thread Yasir
Im on RedHat linux 7 and using jre/jdk 3.0_02   YSK

[JBoss-user] jboss 2.2 hangs..

2001-04-09 Thread Yasir
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

[JBoss-user] newbie: Permission denied on run.sh

2001-04-08 Thread Yasir
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

[JBoss-user] IDE for JBOSS?

2001-03-30 Thread Yasir
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

[JBoss-user] fixed client classpath compilation

2001-03-29 Thread Yasir
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

[JBoss-user] Client class files dont compile on linux

2001-03-28 Thread Yasir
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