Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSP not working in AWS Tomcat

OraDev16Mar 31 2017

Hi All,

I've created a Dynamic Web Project in my local machine. and it's working properly. Following are the details :

IDE : Eclipse for Java EE.

Server - Tomcat 9.

The idea is very simple. A JSP page is there which will call a java class; which in turn insert a row in a table (Oracle 11.2). When I'm running the project in my local machine it's working properly and a new row is getting inserted in the table.

I made a .war file and deployed in aws which is running tomcat server as well. In AWS; the war file is placed in the webapss forder.

Issue

When I access the jsp page via aws url. The page opens up. But, it's not inserting data into the table.

Plz. suggest what I'm missing here !!!

Thanks.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 28 2017
Added on Mar 31 2017
0 comments
701 views