• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JSP deployed to OAS urgent

 
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a JSP application in which I have a bean to connect to the database.
In the JSP page I am calling a java stored procedure.
When I run the application in my PC where I have oracle AS installed locally, it runs fine, however when I deploy in any other application server on any other system, it's not calling the java stored procedure even though connection is there to the database.

What could be the reason, please help it's very urgent.

Thanks

Cosmos
 
reply
    Bookmark Topic Watch Topic
  • New Topic