Stand-Alone and Web App integration



Hi All,

I have a question. I have this Client / Server Java app. The server is
using the DB in the same location as the Server. Also tied into the app
is a JSP/Servlet/Struts front-end, this is where the problem is as the
JSP/Servlet front end also needs to connect to the DB. The JSP/Servlet
front-end is hosted seperately. My question is this: Do you have any
suggestions? I dont want to leave an SQL port open for attack, so
basically my main concern is with security.???

.



Relevant Pages

  • Re: How to protect MySQL password in servlet query?
    ... Write another JSP/servlet that streams that class onto the response. ... Someone who has access to the server and the folder WEB-INF, ... other than using deployment platform's security ...
    (comp.lang.java.programmer)
  • file upload using jsp
    ... I am writing a website part of which allows user to upload files into the ... server. ... I am really new to jsp/servlet. ...
    (comp.lang.java.programmer)