• 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

jar access

 
Author
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all..
I have archived my web-app in a jar file, as I dont want the client to view the code of my JSPs..
I have archived from the context..i.e my url was like this..
http://localhost/tlg/module/index.jsp
now I have archived the "tlg" I ran
jar -cvf tlg.jar . at <path>/tlg/ prompt..& put the tlg.jar in web-apps path. but then I ma not able to acces the application.
Dont know if I am doing it in a proper way.
Hope I am clear.
TIA
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I have archived my web-app in a jar file, as I dont want the client to view the code of my JSPs..


Ummm, you do realize that they can simply unpack the jar and look at anything they like, right?
 
Malhar Barai
Author
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Bear Bibeault:

Ummm, you do realize that they can simply unpack the jar and look at anything they like, right?


Ye I know they can surely unpack the jar, but they wont take pain to do that much. But if its freely placed, they would surely like to have a look at the coding.
Thnx AW
 
A magnificient life is loaded with tough challenges. En garde tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic