Hi,
Did you find the solution? Are you able to use PKCS11 configuration in
tomcat and/or JBoss servers?
I have similar issue now. Let me know if you were able to fix it.
Thank you very much in advance.
Sai
Tk, Pramod (NSN - IN/Bangalore) wrote:
>
> Hello,
>
> I have configured apache-tomcat-
Srinivas,
--- On Wed, 5/5/10 at 5:05 PM, Srinivasa Rao.Kandula
wrote:
> Well, I know how to implement
> form-based authentication. Here the requirement is to access
> ServletRequest/HttpSession from the login module. Thanks for
> you inputs though.
>
You could implement a Filter that extract
Well, I know how to implement form-based authentication. Here the requirement
is to access ServletRequest/HttpSession from the login module. Thanks for you
inputs though.
Regards,
Srinivas.
From: Mark Eggers
To: Tomcat Users List
Sent: Wed, May 5, 2010 6:
--- On Wed, 5/5/10, Srinivasa Rao.Kandula wrote:
> I need help implementing a Custom Login
> module for a web application which will run on Tomcat 6.X. I
> need to access ServletRequest/HttpSession in side the login
> module to access an attribute from the HttpSession.
> Basically I'm suppos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dave,
On 5/5/2010 3:05 PM, Dave Filchak wrote:
> Actually, the server version for this instance is 2.0.52 and I have the
> following now in my config:
>
> LoadModule jk_module /usr/local/apache2/modules/mod_jk.so
>
> and when I test the config I get
Hello Team,
I need help implementing a Custom Login module for a web application which
will run on Tomcat 6.X. I need to access ServletRequest/HttpSession in side the
login module to access an attribute from the HttpSession. Basically I'm
supposed to use form-based authentication for the we
Dave,
I got your message 3 times, so I guess you sent it to the list and to me
as a copy and...
The list is enough, I get all of those.
Dave Filchak wrote:
Actually, the server version for this instance is 2.0.52 and I have the
following now in my config:
LoadModule jk_module /usr/local/apa
X-zuka-RWMailScanner-ID: DEFBF538263.AD9A5
X-zuka-rw-MailScanner-Information: Please contact the ISP for more information
Received: from Magnolia.local (unknown [70.48.209.168])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
(Au
X-zuka-RWMailScanner-ID: DEFBF538263.AD9A5
X-zuka-rw-MailScanner-Information: Please contact the ISP for more information
Received: from Magnolia.local (unknown [70.48.209.168])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
(Au
It also sounds like that there are CVS version control files in the deployment.
While I cannot think of any security issues with this on a servlet container,
there are known problems with this model when doing straight web development.
I can think of two variations to your development process th
you can implement a Jython (Python for Java) solution
http://www.jython.org/
Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
se
Hello, Maybe you could google about Jython for some hint.
On Wed, May 5, 2010 at 6:50 PM, Silvio Tschapke <
silvio.tscha...@googlemail.com> wrote:
> Hi all,
>
> I am new to Web-Programming and maybe my question is trivial. I want to
> build a dynamic webpage and want to use a python script with
Hi all,
I am new to Web-Programming and maybe my question is trivial. I want to
build a dynamic webpage and want to use a python script within a java
servlet.
Is this possible?
I thought that it is only possible to run java code within a servlet.
Maybe I havn't understood the architecture right. C
Mark, Chuck, Andre, and Charles, You guys rock!
Mark, I followed your recommendations and
1. I copied the virtual host webapps directories outside Tomcat.
c:/hosts/abc.local/webapps
c:/hosts/xyz.local/webapps
2. Copied the manager.xml to Tomcat/conf/Catalina/abc.local and
Tomcat/conf/Catalina/xyz.
> From: Mark Eggers [mailto:its_toas...@yahoo.com]
> Subject: Re: Log4j logging doesn't work when a web application is moved
> outside Tomcat/webapps directory
>
> I just hacked together a quick example on Windows/XP Professional.
> > That was a nice and concise write-up, well-worth of an article
> From: Nuno Faria [mailto:nuno.m.fa...@gmail.com]
> Subject: Re: Tomcat 6 error compiling JSPs with nested @include
> directives
>
> That would be a pain because I develop and maintain over 20 apps in a
> CVS system and would force major changes on the dir estructure for our
> development environ
> From: Nuno Faria [mailto:nuno.m.fa...@gmail.com]
> Subject: Re: Log4j logging doesn't work when a web application is moved
> outside Tomcat/webapps directory
>
> Following this thread and reading the docs I created virtual hosts
> using the same webapps dir
That's a really, really bad idea - th
> From: Mark Eggers [mailto:its_toas...@yahoo.com]
> Subject: Re: Log4j logging doesn't work when a web application is moved
> outside Tomcat/webapps directory
>
> Note that I do not have any non-Tomcat jar in apache-tomcat-6.0.26
> besides JDBC jars at this point.
Which I suspect is key to solvi
Yucca Nel wrote:
it would appear that the entity ben that sets the password entered into
this form tag may not accept a String as it's param as I keep getting
illegal argument exception. Can anyoe advise on how I rectify?
You could start by not hijacking unrelated threads.
-
That would be a pain because I develop and maintain over 20 apps in a
CVS system and would force major changes on the dir estructure for our
development environments.
I got to this working config
It meets my criteria for my local development
I was having a similar problem moving a Tomcat 5.5 configuration to 6.0.
Following this thread and reading the docs I created virtual hosts
using the same webapps dir (it is a development environment with CVS
and I would have to change many things to accomplish one webapp folder
per virtual host).
it would appear that the entity ben that sets the password entered into
this form tag may not accept a String as it's param as I keep getting
illegal argument exception. Can anyoe advise on how I rectify?
--
From: "André Warnier"
Sent: Wednesday
That was a nice and concise write-up, well-worth of an article in the
Tomcat FAQ/WIKI.
"How to setup Tomcat with 3 virtual hosts, each with its own homepage
and Manager (and other) applications, and its own logfiles".
My only minor remark :
Mark Eggers wrote:
...
Finally for my setup, I adde
I just hacked together a quick example on Windows/XP Professional. I imagine it
will work the same way on my Linux machine.
Environment:
OS: Windows/XP Professional - all the latest patches
Java: 1.6.0_20 from Sun
Tomcat: 6.0.26
IDE:NetBeans 6.8
I am reworking the Spring Developer's N
On 05/05/2010 02:24, Caldarale, Charles R wrote:
>> From: Joe Hansen [mailto:joe.hansen...@gmail.com]
>> Subject: Re: Log4j logging doesn't work when a web application is moved
>> outside Tomcat/webapps directory
>>
>> Scenario 1:
>> log4j.jar is in Tomcat/lib directory
>> log4j.jar is NOT in WEB-I
25 matches
Mail list logo