Hello,
Apologize for this trivial question. I am trying to learn BO SDK and am very new to this. I have a sample JSP code. How do i execute this through BOXIr2. how do i compile and run this to see the results
Thanks,
anandnbo (BOB member since 2008-11-21)
jsp is executed by a the tomcat web server.
You need to place/“install” your jsp into the web apps directories of your tomcat server and then just call the URL.
http://userserver/yourpath/yourjspfilename.jsp
omasri (BOB member since 2009-01-16)
Is it the same for .NET applications?
sliver (BOB member since 2008-02-14)