cancel
Showing results for 
Search instead for 
Did you mean: 

Java Applictions on Hana cloud platform

theanmozhi
Advisor
Advisor
0 Kudos

Hi Experts,

I have build a Dynamic web project in my local server and its working perfectly !!

I upload the java war application to my hana cloud account to access in cloud.

I have applied few javascript functions in my jsp which is wrkign in local but once i upload in cloud.. its not working..

can someone advise, why this js in jsp is not wrking in cloud? Thanks

here is the piece of script, basicaly it will clear the choser value 2 and 3 if chooser 1 is changed.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript"> $(function () { $("#btnReset").bind("click", function () { $("#selType")[0].selectedIndex = 0; $("#listtemplate")[0].selectedIndex = 0; }); });

maxstreifeneder
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi theankathi,

can you give us a little more details? How did you upload the code/project? The source code is also not shown. A log output would help - but that depends on if you are running your project in SAP Cloud Platform Neo or SAP Cloud Platform Cloud Foundry.

View Entire Topic
theanmozhi
Advisor
Advisor
0 Kudos

Thanks Ivan, This helps. I have restarted the eclipse once and I see the cloud server as well.