Hi there,
I am a new comer to the realm of EJB and still uncertain about a few
things. One of them is the Application Servers. These are some questions
I wish the experts out there can help me out with this.
I am rather clear on the fact that EJB is a collection of java classes.
Where should a programmer place these classes in ? I mean which folder in
the hard drive ? Do I place them in the Application Server (JBoss) ?
I have downloaded the JBoss-2.4-Tomcat-4.0.1 hybrid server and extracted
the files to the hard disk. I have done the necessary environment
variables settings for Tomcat and it runs as usual without any problem.
Do I need to set any environment variables for JBoss ?
How do I start using this version of JBoss ?
If I start JBoss, will it automatically start Tomcat ?
Thank you.
han