Pricing Hedged Exotic Under Uncertain Volatility by Finite Difference Method
Project Implementation 4.1 Technologies used . Apache Tomcat 6.0.3 as web server. . Java SDK 1.6 . Google Web Tool kit for UI. . Java Servlets for Service layer 4.2 Libraries used . Gwt-servlet (gwt-servlet) for RPC.
Server Setup and Software Deployment
- Apache Tomcat is being used as the web server for this application.
- The binaries for the tomcat are provided along the project reports soft copy.
- Please extract the apache tomcat file to your local drive.
- Please make sure that you have set the JAVA_HOME environment variable to you java home directory.
- Application uses Java 1.6 SDK.
- Navigate to the bin directory of the tomcat installation folder.
- Example: C:\apache\apache-tomcat-6.0.37\bin
- Click on startup.bat(alternatively open up command prompt in windows, navigate to C:\apache\apache-tomcat-6.0.37\bin and type startup and press Enter.
- This action should trigger the start of tomcat web server.
- Now go to the deployment folder of tomcat. Navigate to webapps dir ., example C:\apache\apache-tomcat-6.0.37\webapps
- Copy the CQFPortal.war given in the pen drive and paste it in the webapps directory of tomcat.
- In a few seconds the tomcat deploys the web application archive (war) as exploded form in the webapps directory with a name CQFPortal.
- Now the app is ready to use.
- Open up a browser and type the URL http://localhost:8080/CQFPortal.
- Note: If you are using your own tomcat server and in case of any deployment failure, then check if the invokerServlet is active and privileged in your tomcat config.
- For further reference please go through http://www.coreservlets.com/Apache-Tomcat-Tutorial/detailed-configuration.html.