LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

DNS Setup

Posted 09-16-2010 at 07:19 AM by prayag_pjs

Quote:
IP:192.168.20.3
login : root
password:********
Quote:
OS: CentOS-5
Configuration settings:

Code:
# rpm -qa |grep -i bind
bind-9.3.3-7.el5
bind-libs-9.3.3-7.el5
ypbind-1.19-7.el5
bind-chroot-9.3.3-7.el5
kdebindings-3.5.4-1.fc6
bind-utils-9.3.3-7.el5

# vim /var/named/chroot/etc/named.conf

Code:
options {
directory "/var/named";               // Working directory
...
Senior Member
Posted in DNS-DHCP
Views 1916 Comments 0 prayag_pjs is offline
Old

DHCP Setup

Posted 09-16-2010 at 07:14 AM by prayag_pjs
Updated 01-30-2012 at 08:16 AM by prayag_pjs

This document has been success fully implemented on Cantos5

DHCP

Quote:
IP:192.168.20.3
login : root
password:********
Quote:
OS: CentOS-5
Configuration settings:

Code:
#rpm -qa |grep -i dhcp
dhcpv6_client-0.10-33.el5
dhcpv6-0.10-33.el5
dhcp-3.0.5-3.el5
Code:
#yum -y intall dhcp* (if not already installed)
# vim /etc/dhcpd.conf

Code:
ddns-update-style interim;
ignore client-updates;
subnet 192.168.20.0 netmask 255.255.255.0
...
Senior Member
Posted in DNS-DHCP
Views 1672 Comments 0 prayag_pjs is offline
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 1498 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 1939 Comments 0 prayag_pjs is offline

  



All times are GMT -5. The time now is 03:23 AM.

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