I think, that FORM-based security need Session on server-side. Each webapp
has its own Session-object, and when this session doesn't exists the login
form is showed.
Try BASIC autentification. In this form browser sends security data (login
and password) to server in HTTP-header.
I use this for
This is really a bug. I'll look at it.
alex
Thursday, October 03, 2002, 8:35:23 PM, you wrote:
MG> Alex Loubyansky wrote:
>> is nazva a read-only field?
MG> The whole entity bean is marked read-only.
MG> btw, I added
MG>
MG>
MG>
MG> to /jboss/server/default/conf/log4j.xml
MG> b
I've been looking around to see if I could perform a single sign on
between multiple web applications deployed under the same server
instance of JBoss, but have not found a way to do this with Jetty
(although I have seen a description of how to do this with
Tomcat/Catalina).
I currently have 2 w
Sacha,
I must admit I'm at a loss with the cluster registration. Can you point to a
sample mbean where this is done, and what is extended or implemented? I got
the basic mbean service OK but am having trouble connecting the dots when it
comes to the DRM interface, the Impl file, etc. I have searc
Hi,
Under JBoss 3.0.0 I tried to change the RMIObjectPort (to 4445) in the
jboss-service.xml file. This worked, and jboss started, but now I can't
connect to the JNDI server anymore. For some reason I now get the
following error (after about 10 minutes):
javax.naming.CommunicationException: R
Actually, I've been doing some performance tests lately(ECPERF) and Linux
sucks, really sucks. (Haven't tried the IBM threading model though). Win2k
is much better performing, although I hate to admit it.
Bill
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]O
Can you try with 3.2 or HEAD? I think I had fixed that: if log4j is present
it is used and otherwise logging info goes to /dev/null
Cheers,
Sacha
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Hans Schmid
> Envoyé : merc
Alex Loubyansky wrote:
> is nazva a read-only field?
The whole entity bean is marked read-only.
btw, I added
to /jboss/server/default/conf/log4j.xml
but It gave me additional output for this crash.
---
This sf.net email is s
I have come across a problem when testing a simple stateless session bean. I am
running JBoss 3.0.2 on WinNT using Oracle 8.17 drivers (although this really doesn't
apply to this issue) The method signature for the bean is:
public void saveVols(SempraSessionBO ssn, String surface, DateRange te
On 2002.09.27 16:19:18 -0400 Curt Johnson wrote:
> A couple of quick questions...
>
> Is the JMX ant task documented anywhere?
Only marginally in the package javadoc.
> Does it handle large files (> 20MB)?
Sure, it doesn't actually copy any files, it just sends the deploy command
to the deploye
why not create a second mbean, which would be jboss specific, doing all the
clustering registration. When it detects it is the master, it simply send a
JMX notification (or any invocation) to the non-jboss specific MBean saying
"You are the master". If you then need to port this to another environ
I think you need to first check your session to be sure you have one
before just blindly invalidating it. the first time you call your
servlet, you are trying to invalidate a session that is not set up. or,
you can add a 'true' as an argument to the first request.getSession()
call, but then
Sacha,
First off, thanks to you, Marc, Scott, and everyone else there for such a
cool product. We've been putting a very limited subset of features through
its paces and it is working very well for us. Now, about the MBean services
failover...can you think of *any* way to engineer this without ha
Hi,
After using Jboss 2.4 + Tomcat for a long time I wanted to see if my
project runs fine with Jboss 3.0 and default web container (Jetty). I'm
now getting an exception from the web container. I'm not sure if I did
something wrong what was tolerated by tomcat so far or if it's a bug.
In some ci
Have anyone successfully deployed Jetspeed 1.4b1?
BR Jocke
_
Med MSN Foto kan du enkelt dela med dig av dina fotografier och beställa
kopior: http://photos.msn.se
---
This sf.n
is nazva a read-only field?
Wednesday, October 02, 2002, 10:10:16 PM, you wrote:
MG> I just installed jboss 3.0.3 + tomcat 4.1 and my application
MG> fails with following exception (it worked well in 3.0.2).
MG> There's Klient CMP EB with get/setNazwa mapped to nazwa
MG> field in database, the
Hi ,
I am using Jboss 3.0.0. Is it possbile to bind the RMI connector to
the IPaddress rather than to the machine name?.
eg:
Currently,
jmx:machineName:rmi
Is this possible
jmx:155.228.34.21:rmi
Thanks in Advance.
R
I'm just glad I'm not crazy :)
If there is anything I can do to help expedite the fix, let me know.
Dustin
> -Original Message-
> From: Jules Gosnell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 02, 2002 6:27 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] NullPointerEx
Hello Hans,
I am using Jboss 3.0.1
I have made an example of a servlet that communicates with an EJB run
before.
The problem that you might be having is that JBoss and Tomcat are two stand
alone applications. Therefore, Tomcat is unable to see the context of the
deployed applications on JBoss (
> What I am saying is, since I have declared a domain called myDomain using
the user
> database of my system, I think it is reasonable to expect that both the
Swing client
> and the MBean client could log in using the "myDomain". As mentioned, if
my MBean
> carries out a login on the "myDomain" us
Hi,
I'm a little bit confused in using tomcat embedded
with jboss
(jboss 3.0.2 + tomcat 4.0.4) : I deploy my web app
in jboss,
and I'd like to add simple security with tomcat : I
just want
user to give a userName and password to access to
everything
in my web-app (seems quite easy !?!)
Tho
Why not upgrading to a better OS like linux or *BSD?
On Thu, Oct 03, 2002 at 12:56:29PM +0530, Arijit Ghosh wrote:
> I am using Jboss3.0 with Tomcat 4.0.3 with Win98. I plan to use with
> Win2000. ANyone has faced any issues that I need to take care of when
> deploying ? I DON'T want to use it as
Well then to elaborate the Swing client of
my EJBs uses the following module to log in:
…
Whereas (as described earlier) the MBean
client of my EJBs has to use
I got it. This one works.
Try.
http://localhost:8080/JspTest/Sample2.html
http://localhost:8080/JspTest/Sample1.jsp
Event it show warning message
14:57:12,012 WARN [jbossweb] WARNING: Exception for
/JspTest/Calendar/right1.gif:
java.net.SocketException: Connection reset by peer: sock
I am using Jboss3.0 with Tomcat 4.0.3 with Win98. I plan to use with
Win2000. ANyone has faced any issues that I need to take care of when
deploying ? I DON'T want to use it as service for Win2000.
Regards,
Arijit
---
This sf.net email is
25 matches
Mail list logo