&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
tomcat security
0
votes
0
answers
119
views
Problem with session security feature of JBoss 6 using servlet 3.0
We migrated our application from JBoss 5 to JBoss6 and one of the main reasons for this is to make use of the new features of servlet 3.0.…
java
security
tomcat
jboss6.x
servlet-3.0
asked
June 25, 2011 1:14 pm CDT
Alex
0
votes
0
answers
34
views
Setting java.io.FilePermission for a particular type of file in catalina.policy
I am deploying multiple webapps on tomcat6. Each webapp has its own SQLite database (which is under WEB-INF/). I have security manager enabled for…
security
tomcat
manager
catalina
asked
June 21, 2011 1:44 am CDT
user666138
0
votes
0
answers
39
views
403 error using <security-constraint> in web.xml /tomcat
In my webapp which is deployed on tomcat6.0.29 I have given <security-constraint>…
security
tomcat
java-ee
asked
June 20, 2011 4:18 am CDT
markjason72
0
votes
1
answers
34
views
Tomcat secure access
I have two Web Services (MyService and MyProtectedService). I want both going under the same port HTTPS but only the protected one to have client…
security
authentication
tomcat
client
web.xml
asked
June 13, 2011 11:00 am CDT
Sarah Oneill
0
votes
1
answers
51
views
Tomcat security manager - c3p0 and hibernate
i am using tomcat security enabled server, and hibernate3 with c3p0 and here is my policies in catalina.policy (i found these lines on the net and…
java
mysql
security
hibernate
tomcat
asked
June 9, 2011 3:24 am CDT
dave
0
votes
0
answers
32
views
Is there existing support in tomcat for a JDBCRealm that takes in a salt?
We are currently using tomcat 5.5 and would like to add a salt to our JDBCRealm authentication. I was wondering if there was any existing classes or…
security
tomcat
jdbcrealm
asked
June 8, 2011 8:04 am CDT
Ben
0
votes
0
answers
74
views
Access denied (java.util.PropertyPermission hibernate.enable_specj_proprietary_syntax read)
The hosting company changed their services to tomcat 7 with security manager, and from that time on I am getting this exception every time my…
java
mysql
security
hibernate
tomcat
asked
June 6, 2011 6:28 am CDT
dave
0
votes
1
answers
44
views
HTTP Digest with hashed stored password
Hi, i m using HTTP Digest to connect to my Spring application, using the Spring DigestAuthenticationFilter. The application is using Tomcat 7. It…
security
http
tomcat
spring-security
asked
June 5, 2011 6:04 pm CDT
guigui42
0
votes
3
answers
40
views
Secure Remote mySQL Connection
Since our shared hosting server doesn't allow us to setup Tomcat I decided to install it on our local machine. The local Tomcat server allows us to…
mysql
security
apache
tomcat
asked
June 2, 2011 10:18 pm CDT
Jhourlad Estrella
0
votes
2
answers
68
views
Tomcat ssl client handshake java error
The error: on the ssl handshake with the ssl server. After: client hello, server hello, certificate, server key exchange and server hello done. The…
java
security
tomcat
ssl
solaris
asked
May 26, 2011 9:44 pm CDT
cgos
0
votes
0
answers
35
views
How to inject a property from Tomcat's context.xml into a Seam component?
The Seam documentation would have you believe that if you define a property in web.xml, or through a -D argument, it will find it and automatically…
security
tomcat
properties
seam
asked
May 23, 2011 7:25 pm CDT
Rob
0
votes
2
answers
46
views
Sharing credentials between different Tomcat Webapps
Hi all, I have two webapps that will both be sitting on the same domain/tomcat application server, just in different context paths. (e.g.…
java
security
tomcat
realm
asked
May 2, 2011 10:28 am CDT
Will
0
votes
1
answers
42
views
How do I force tomcat to reload trusted certificates?
Hi, My WebApp uses a Connector for 2-Way SSL (aka "Client Authentication"): <Connector port="8084" SSLEnabled="true" maxThreads="10"…
java
security
tomcat
ssl
keystore
asked
April 28, 2011 4:09 am CDT
Artiom Gourevitch
0
votes
1
answers
62
views
Filtering tomcat log entries
In our logs we're seeing credit-card numbers due to people hitting some of the ULRs in our app with CC info (I have no idea why they are doing…
security
tomcat
logging
pci
asked
April 27, 2011 7:23 pm CDT
Vivin Paliath
0
votes
1
answer
58
views
Invalid keystore format - tomcat
Hi, i have generated certificate using Bouncy Castle library, my sample code is as below, String domainName ="localhost"; String certPath…
java
security
tomcat
bouncycastle
asked
April 20, 2011 11:37 pm CDT
Jignesh Dhua
1
vote
1
answers
38
views
How should I implement session management/authentication on Tomcat with future OAuth implementation in mind?
I'm working on a web site and I plan to use strictly OAuth in for user authentication. I've never implemented session management/user authentication…
security
tomcat
servlets
oauth
user-authentication
asked
April 2, 2011 7:47 pm CDT
Dave
0
votes
0
answers
61
views
How to disable yandex in tomcat?
Yandex.ru spiders are known of disobeying robots.txt. In Apache, you can disable yandex in htaccess file. How can I do the same thing with Tomcat?…
security
tomcat
asked
March 29, 2011 7:45 am CDT
vinga
0
votes
1
answer
55
views
Different levels of security configuration for Apache SOLR
hi all this is what we need for our SOLR instance 1) all urls except for select need ip as well as password restrictions 2) select url can be…
apache
security
tomcat
solr
asked
March 11, 2011 6:44 am CST
Raj
1
vote
2
answers
49
views
Efficient way to secure tomcat database connections
Our customer has a problem with database information in plaintext within a server.xml or context.xml file on the Tomcat server. I've looked at…
security
database
tomcat
java
asked
March 10, 2011 9:04 am CST
Greymeister
0
votes
1
answers
57
views
Manual validation x509 certpath problems.
Our use-case requires validating certificate revocation via OCSP on a PKIX set-up. My starting point was the code at this related question: OCSP…
java
security
tomcat
x509certificate
pki
asked
March 8, 2011 2:31 pm CST
gtrak
Pages
:
1
|
2
>
33
tomcat security
Tagged:
tomcat + security
Related Tags
mysql
× 110
php
× 100
ssl
× 98
apache
× 83
firewall
× 56
https
× 49
java
× 34
tomcat
× 33
http
× 32
linux
× 28
.htaccess
× 27
encryption
× 26
openssl
× 20
webserver
× 19
authentication
× 17
database
× 16
sql
× 14
web-security
× 13
cryptography
× 12
regex
× 11
sql-injection
× 11
ssl-certificate
× 10
permissions
× 10
networking
× 9
session
× 9
certificate
× 9
tls
× 9
couchdb
× 9
android
× 9
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy