So, not to be paranoid or anything, but there are no tricks or
anything to get into the WEB-INF folder and beyond? If I try to access
it from a browser I do get the 403 (FORBIDDEN) error, I just want to
make sure there's no quick turn around for that. I guess I lied, I am
paranoid. Thanks for your help!

On Jun 9, 7:55 am, mnenchev <[email protected]> wrote:
> Every thing witch is in your server package is on the server, so no one
> could access your private data. It is like in hibernate, that has
> hibernate config file where the user and pass are stored. This config
> file is on the server and no one has access to it.
>
> Sean wrote:
> > In regards to using RPC's to access a database, I am worried about
> > security. I'd love to use an RPC to access a DB, but what I can't
> > figure out is how to store the name and pw of the DB. I'm afraid if I
> > put it right in the code someone could just read it. If I try to read
> > it from a file, I'm afraid that they will see the path to the file and
> > read it.
>
> > Is it secure enough to put the PW in a locked directory from the
> > outside world and read it? I'm afraid it'd be too easy to break in.
> > How do you do it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to