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

BluShadow
Maybe a quick search on the internet has the answer...

http://dba.ipbhost.com/index.php?showtopic=8736
21205
Answer
It's probably a problem with your tool. Assuming you're on Oracle 11gR1, run the script in SQL*Plus and it will work.
Marked as Answer by 663394 · Sep 27 2020
SomeoneElse
The CONTINUE statement is a new feature of 11g.

You didn't tell us what version you are using.
663394
Thanks I actaully stumbled on that site after posting the question.Any way as 'someone else' pointed continue is not supported in my version (10 g). Thanks a lot everyone for your time.
1 - 4
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
711 views