Friday, December 5, 2008

Thursday, December 4, 2008

315 cd ../../cache/tomcat5.5/
316 ls
317 cd Catalina/
318 ls
319 cd localhost/wo
320 cd localhost/
321 ls
322 rm -rf Jerboa
323 ls
324 /etc/init.d/tomcat5.5 stat
325 /etc/init.d/tomcat5.5 start
326 ls
327 cd
328 exit
329 clear
330 ls /var/lib/tomcat5.5/
331 ls /var/lib/tomcat5.5/conf
332 cd /var/lib/tomcat5.5/conf
333 /etc/init.d/tomcat5.5 stop
334 ls
335 nano catalina.policy
336 nano catalina.properties
337 nano context.xml
338 nano policy.d/04webapps.policy
339 nano server-minimal.xml
340 nano tomcat-users.xml
341 nano web.xml
342 /etc/init.d/tomcat5.5 stop
343 /etc/init.d/tomcat5.5 start
344 find / -name "catalina.out"
345 less /var/log/tomcat5.5/catalina.2008-12-04.log
346 tail -f /var/log/tomcat5.5/catalina.2008-12-04.log
347 less /var/log/tomcat5.5/catalina.2008-12-04.log
348 history


look at these commands
http://java.sun.com/developer/technicalArticles/RMI/rmi/

RMi servlets read it now....

Wednesday, December 3, 2008

read in details sometime... related to tomcat..

http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html?page=4

Monday, December 1, 2008

UnicastRemoteobject is used to provide functionality so that objects are made available remotely.

programs for load tuning.

PlanetLab java installation

http://www.ece.ubc.ca/~samera/TA/411/project/jre-installation.html

This is script which can be used to install basic utilities and s/w modules on PlanetLab.
#!/bin/bash
sudo yum clean all

sudo yum update

sudo yum -y install less
sudo yum -y install flex
sudo yum -y install bison
sudo yum -y install bc
sudo yum -y install rpm-build
sudo yum -y install ftp
sudo yum -y install cvs
sudo yum -y install gcc
sudo yum -y install automake
sudo yum -y install autoconf
sudo yum -y install libpcap
sudo yum -y install make
sudo yum -y install wget
exit 0

# Download the jre.tar.gz(http://www.ece.ubc.ca/~samera/TA/411/project/jre.tar.gz) file.
# Copy the file to the remote machine using scp command.
# Unzip and extract the file to your home directory.
# Add the following lines to you .bash_profile file, where
# PATH=/home/SLICE_NAME/jre1.6.0_07/bin:$PATH
# export PATH
# Where:
# SLICE_NAME is your slice name (for example usf_scatter)