|
| ||||||||||
| Tags: deploying, linux, servlet, system |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Deploying a Servlet In A Linux System
- I was able to install Tomcat and start it from the command prompt. - In the compilation of my Servlet I am getting the problem. I want to know how can I simply able to deploy the Servlet in my Linux platform. |
|
#2
| ||||
| ||||
| Re: Deploying a Servlet In A Linux System
Hello, If you want to do it by command line, I suggest you start command javac without parameter (or javac-help). It will tell you that to specify the classpath is the option-cp. So you must write a command to resemble it. I have the following command. So, just make use of it. Code: javac-cp "xxxxxx/apache-tomcat-6.0.24/bin /" -d .. / WEB-INF / classes / TestingServlet.java |
|
#3
| ||||
| ||||
| Re: Deploying a Servlet In A Linux System
Hello, you need to make use of the following command for Apache configuration: Code: ./configure --prefix=/usr/local/apache
--add-module=/usr/local/src/
jserv0.9.11/mod_jserv.c |
|
#4
| ||||
| ||||
| Re: Deploying a Servlet In A Linux System
Hello for deploying a Servlet in a Linux System you must need to use the Apache which is having following features:
|
|
#5
| ||||
| ||||
| Re: Deploying a Servlet In A Linux System
Hello, you can use the books below for getting the reference for Deploying a Servlet in a Linux System:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Deploying a Servlet In A Linux System" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to create system recovery image in Linux system | Vedavrata | Operating Systems | 9 | 01-08-2012 02:15 PM |
| What is a recommended linux system for mid range system | Sheridan^OS | Operating Systems | 5 | 08-01-2011 11:07 PM |
| Best Friendly Linux Distribution For Biggest Linux System | Aniela | Operating Systems | 3 | 13-12-2010 06:42 AM |
| Deploying Windows XP using MDT 2010 | Steyn | Operating Systems | 5 | 06-04-2010 04:39 AM |
| Deploying MSI's with WSUS 3.0?? | VauGhna | Server Update Service | 2 | 24-01-2010 07:06 AM |