Protecting JSP files in local tomcat instance.
From: Troy (troy_at_morpheus.net)
Date: 02/05/04
- Previous message: GISuser: "SymbianOne Monitor for Jan 29 - Feb 4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 5 Feb 2004 08:23:15 -0800
Hello-
I have an application running on Tomcat 4 that needs to be deployed to
user laptops that are running both a tomcat server of their own as
well as a database. The database is later synced with the main
database. This is to allow the users to use the application without
being connected to the internet, say at a client site etc.
The problem this presents is that all the JSP code is available for
the taking if any of these users decide to steal it. This is a
concern so I want to deploy the application with only class files.
I've used jspc to compile the JSPs into class files which are in
WEB-INF/classes. However, the server still looks for the JSP files in
the webapps/myapp directory and therefor it won't work without the JSP
files. Is what I am proposing a possibility? What do I need to do to
accomplish this? I can't find any help in the tomcat docmentation.
Also, if this isn't going to work, is there any other way to protect
JSP files from the user?
Thanks!
- Previous message: GISuser: "SymbianOne Monitor for Jan 29 - Feb 4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|