To install  

1) Move the proxy.tar file to the directory under which you need the 
entire the file tree to be formed 
2) Untar the proxy.tar
	tar -xvf proxy.tar
	A Project directory will be created
	This Project directory has three more directories
	a) src -> containing the source file 
	b) lib -> containing the changed DLL (for telnet ...)
	c) bin -> containing the executable 
3) make necessary changes in the Makefile 
	ie; change BIN_DIR SRC_DIR etc ....( don't change after Project )
4) Move to the src directory and  make
		$make
5)The proxy web server will be created in the name proxyweb

6) The proxy server (for applications like telnet ) will be created
	in the name  proxyserv

7) To run proxy configuration  execute 'run' in the 'bin' directory

8) If the  configuration is not executing  go to src/java directory 

9) Make necessay changes in the  'l' file ( by changing the Path )

10) execute l

11) Now all the class file will be created in the  'run' directory 

