Hello All,

I am developing a Web application for deployment on a Tomcat server.  I
am using Netbeans 8.2 on Win7 platform for development.  I have the
application built sufficiently for JFileChooser to function correctly
when run locally using XAMPP to save a generated database file.  When
the war file is built and deployed to the Tomcat server, JFileChooser
does not appear to prompt for the filename.  If code is remarked out
and a filename is hardcoded instead then the output is generated and
saved accordingly.  

A reference for this problem stated it was a security related issue
with Tomcat server.  Suggested resolution was to "sign" the applet.

I have installed the plugin "Netbeans Signing" and it appears on the
Tools menu list as "Sign Module".  When I attempt to use it, first
prompts for a project "module".  I have not been able to locate any
directory that will function here.

There was also mentioned an option on the Tools menu list for
"Keystores".  However, I have not located that item either.

I do have my certificate file (.p12) imported into the Windows storage
for my personal identification certificate that I use for signing other
documents, messages and encrypting messages.

Are there any resources available that demonstrate how to sign a web
servlet in Netbeans to deploy on a Tomcat server for a Java Web
application?

Sorry about length of message but certs are always a complicated issue.

thank you,
James


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to