Guidelines To Project

  • July 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Guidelines To Project as PDF for free.

More details

  • Words: 145
  • Pages: 2
install: java oracle tomcat(change the port no,oracle wil take 8080,set any other port no to tomcat) procedure: create user: create user mailfilter identified by mailfilter; grant dba to mailfilter; open oracle bin: search for IMP (double click) paste the path of dmp file(MailFilter.dmp) enter the buffer size 8192 or else enter no yes y y y y then tables automatically import into datsbase. now paste the mailfilter folder in tomcat/webapps. open Conn.java change its as localhost & also change the path in web(MailFilter\Code\MailFilter\WEB-INF\web) open web as note pad & set the path of tomcat upto mailbox compilation: open cmd(command Prompt) cd\ cd copy the path of tomcat(E:\drive D\project\MailFilter\Code\MailFilter\WEBINF\classes) compile it as: javac - d . Conn.java open tomcat(in C) go to bin then start the server(by openin statr button) or goto start>all programs>tomcat>start server then go to welcome(start>all programs>tomcat>)

or open IE type http://localhost:8080/MailFilter. enjoy

Related Documents