LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs > prayag_pjs
User Name
Password

Notices


WebServers All the blogs related to Apache,Jakarta-Tomcat etc
Old

Deploying Web Applications to Tomcat

Posted 09-16-2010 at 05:50 AM by prayag_pjs
Updated 09-16-2010 at 06:10 AM by prayag_pjs

After Installing tomact to Deploying Web Applications to Tomcat follow these steps :

Code:
cd $CATALINA_HOME/webapps
sudo mkdir -p application/WEB-INF/classes
sudo mkdir -p application/WEB-INF/lib
Code:
cd $CATALINA_HOME/webapps/application

sudo vim HelloWorld.java
// Filename : HelloWorld.java
// Description : This servlet merely says hello!
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
...
Senior Member
Posted in WebServers
Views 1502 Comments 0 prayag_pjs is offline
Old
Rating: 2 votes, 5.00 average.

Installing Tomcat

Posted 09-16-2010 at 05:43 AM by prayag_pjs
Updated 09-16-2010 at 06:14 AM by prayag_pjs

Installing Tomcat

This document is the step by step process to install Tomcat.This steps have been followed on Fedora 13 and if you follow it just as it is everything should work.

Tomcat, is a Java Servlet Engine used for Java Servlet and JSP specifications.

Java servlets are Java programs that run on the Server.
JavaServer Pages or JSPs are ASP-like scripts that use tags to implement data and functionality.


Code:
cd /opt

sudo wget
...
Senior Member
Posted in WebServers
Views 1946 Comments 0 prayag_pjs is offline

  



All times are GMT -5. The time now is 02:46 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration