Forums Register Login

Making secured websites

+Pie Number of slices to send: Send
I have heard about sites being secured, using https. Can someone give me an insight on how to make a secured website using ofcourse java, servlets say a WLS
+Pie Number of slices to send: Send
This is a very broad question which I will answer in part.

HTTPS, which is HTTP over SSL (Secure Socket Layer) is one way of securing a request/response, which as you probably know encrypts data over the wire.

The container usually does this for you if you configure it correctly, read your container notes.

Many other security features can also be applied to web applications such as BASIC Authentication. I would advise you invest in a J2EE Security Book to find out more.
+Pie Number of slices to send: Send
Thanks James... Is it just about configuring to make a site secured, or does some part of coding also go into this.

This whole concept is kinda vague.
+Pie Number of slices to send: Send
Both...
Either....

If you pickup a book on J2EE security, you will find sections on
"declarative security" and "programmatic security".

Setting up an SSL certificate is done completely at the container level.
You can specify which components must go through SSL in your deployment descriptor.

As James said, it's a very broad topic.
If you're serious about it, get a book.

"Mastering Tomcat" by Wiley Press has a good introduction to security.
A lot of what it covers applies to J2EE in general, not just Tomcat.
I love a woman who dresses in stainless steel ... and carries tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 868 times.
Similar Threads
Mock question -- on security
SSO(Single-Sign-On) Vs Mutual Authentication
error using class.forName()
How Java is secured
Authentication with JDBC Realms and MVC pattern (Controller servlet)
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 06:26:27.