• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web application deployment, need help

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

We need to deploy a web application (JSPs and servlets) on the customer side. We would need a Java compiler on the machine to support the working of the JSPs. But, the problem is that due to licensing constraints, we cannot ship the JDK with our application (I was surprised to hear this).
One of the options that we have is to precompile the jsps and deploy the jar. But, frankly I don't know whether that's even possible.
I would appreciate your help/suggestions in this matter.
Thanks a lot.
Ashwin.
 
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pre-compiling the JSPs and including them in your class package is entirely possible. I know using the WebLogic server, we use the weblogic.jspc compiler tool. I'm sure Tomcat and other JSP servers can do the same.
 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not all servers require a JDK, JRun only requires the JRE which the user can download for free.
How about IBMS Jikes compiler can you ship that?
Trevor
 
If you settle for what they are giving you, you deserve what you get. Fight for this tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic