On Thu, May 21, 2009 at 12:53 PM, ranjeet singh <ranjeetsinghmo...@gmail.com
> wrote:

> Hi,
>
> I am new to linux.
>
> My senior says install Apache+Tomcat+JBoss. Total time given = 2 days.
>
>  I googled for how to install all 3. Search result says install all 3 from
> source and not RPM.
>
> I asked my friend Arvind and he said ask ilugd.
>
> I have never done source installation. Only done RPM installation (rpm -ivh
> somerpmname.rpm).
>
> I am going to try source installtion.
>
> Please let me know how to install Apache + Tomcat + JBoss in Fedora 10. Is
> it easy? Can i do it? I know Apache but what is tomcat and jboss .. i think
> application server for running java .. is it correct?
>
> thankyou to all in advance,
> montu


Hi Ranjeet,

Yes tomcat + jboss -- is a servlet container + application server.

(1)
Google around and you will also find directions on compiling it.

Even if you have never tried compile and install; dont worry--- if you have
the correct version of JDK set up-- and the paths are set up correctly-- you
will be easily and quickly able to compile and install it.

With JDK the only possible issue that comes is making sure all the needed
JAR files and libraries are present and are on paths visible to JDK.

JDK does not typically throw up crazy errors of the kind scripts using
automake + autoconf throw up (if you have used those)--- so dont worry; get
into the flow and it will get done.

(2)
Logically you will also find compiled versions and logically you should be
able to download and set up pre-compiled versions also.
Just dig around.

But typically it is easier to set up paths for compilation--- than it is to
debug for incorrectly set up paths, not findable jars etc when putting a
compiled version in place-- that was compiled on your target system in the
first place.

So, possibly you can just compile and install.

Best Wishes and Regards,

Nalin
_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to