war file deployment

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat war file deployment
# 1  
Old 11-07-2010
war file deployment

Hi Experts.

I need to install one help library in Fedora 13 and I got the installation document for it:

---------------------------------------------------
users need their own J2EE web application server to be able
to complete this installation. The server must support J2EE - JSP specification 1.1 and
servlet specification 2.2.
To start advanced installation:
Find the file.war file from the CD-ROM data directory and install it on your web
application server server in the standard manner described in the WAR file deployment
instructions of the server you are using.
-----------------------------------------------------


But I am strting my move to Linux and not much clear about the meaning of instructions above.

What web application server should I install?

Could any of you help me to clarify this.

Thanks in advanced.
# 2  
Old 11-07-2010
For me, it is saying not everyone runs tomcat-Jakarta, so whatever web server you decided to embed your jsp pages in has its own war install instructions..
# 3  
Old 11-07-2010
Probably the easiest one for you to install on Fedora 13 is Apache Tomcat.

See Deploy Java Servlet Applications with Apache Tomcat on Fedora 13
# 4  
Old 11-07-2010
Hi Experts.

Thanks a lot for your soon answer Smilie

I followed steps in the link provided by fpmurphy, very easy to follow them and very clear the procedure.
I installed apache tomcat on Fedora 13 and after I deployed the war file successfully

Thanks su much one more time.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to update the text file with next version of deployment(V1,V2,V3)

Hi.. am new to shell and trying to write the script for the below task. Intially new.txt will be empty. Requirment is to update the version of deployment packages.First time CMD_HG-120-V1 should be updated in new.txt. Next time when i run the script it should be CMD_HG-120-V2..Simiraly... (8 Replies)
Discussion started by: naresh2389
8 Replies

2. Shell Programming and Scripting

How to get CRC check sum of files in java EAR file without extracting .jar/.war files to disk.?

unzip -v gives CRC info of each file in a zip(in my case .EAR) file. # unzip -v my-application.ear Archive: my-application.ear Length Method Size Cmpr Date Time CRC-32 Name -------- ------ ------- ---- ---------- ----- -------- ---- 197981 Defl:N 183708 7%... (1 Reply)
Discussion started by: kchinnam
1 Replies

3. Shell Programming and Scripting

Sort html based on .jar, .war file names and still keep text within three groups.

Output from zipdiff GNU EAR comparison tool produces output in html divided into three sections "Added, Removed, Changed". I want the output to be sorted by jar or war file. <html> <body> <table> <tr> <td class="diffs" colspan="2">Added </td> </tr> <tr><td> <ul>... (5 Replies)
Discussion started by: kchinnam
5 Replies

4. Shell Programming and Scripting

Want to compress .war extension file

Hi All, I want to compress a .war file. bash-3.00$ ls -l /opt/test -rw-r--r-- 1 test test 15M Aug 22 18:20 old.war bash-3.00$ find . -type f -exec compress {} \; ./irc.war: -- file unchanged While try to compress the above file i am getting "file unchanged error"... (7 Replies)
Discussion started by: natraj005
7 Replies

5. Solaris

war file not expanded (tomcat solaris)

hi .. my example.war file is not expanded in the webapps folder.. could u guide me why the file is not expanded when i restart tomcat... (1 Reply)
Discussion started by: senkerth
1 Replies

6. Solaris

war file location...

hi. what is the data directory for tomcat-apache in which i will locate a ".war" file and if i up the tomcat the file will run and i can access that file using web... i want to know the home directory for Tomcat-apache. guide me please ... ---------- Post updated at 03:29 PM ----------... (2 Replies)
Discussion started by: senkerth
2 Replies
Login or Register to Ask a Question