Thank you very very much!
Your solution perfectly solved the problem

Kiuma

Jules Gosnell ha scritto:

kiuma wrote:


Would you try replacing your jbossweb.sar with this one and trying again... - I know that a session handling problem crept into 3.0.5, I think this release fixed it - if not Jetty-4.2.6 (which will be in 3.0.6) will do so.

Jules

jbossweb-3.0.5-4.2.5.sar <http://prdownloads.sourceforge.net/jetty/jbossweb-3.0.5-4.2.5.sar?download>

Ok, now I can be more precise. ;-)

First I want to point out that installing my app to my customer pc works pretty well!

The problem is on my network in the following test:

Box1:
Linux PC with jboss-3.0.5 running.
Browser is Mozilla
IP: 192.168.100.3

Box2:
Windows 2000 with I.E.
IP: 192.168.100.4

Box3:
Gateway
IP: 192.168.100.5


I firstly log into my app with Box1
[myApp]/index.jsp -> [myApp]/login.jsp -> [myApp]/main.jsp.
browse my app a bit filling some session varibles.

The I go to Box2
[myApp]/index.jsp -> [myApp]/main.jsp.
filled variables are the same of Box1 so Box1 and Box2 share the same session.


What could it be?
kiuma



Jules Gosnell ha scritto:

3.0.6 will be out soon (early next week?)

Please repeat the test in that and if the problm persists, mail again with more detail - i.e. a blow-by-blow account of exactly what you did from both boxes and what behaviour you observed.

Jules


kiuma wrote:

Hello,
I'm having the following problem:

I'm using JBoss 3.0.4 with Jetty my login.jsp is:

<%@page language="java"
contentType="text/html;charset=UTF-8"
session="true"
isThreadSafe="true"
isErrorPage="false"
import="javax.naming.*,
com.wingstech.webappointments.interfaces.*,
java.util.*"
%> <%@ taglib uri="/WEB-INF/struts-html-el.tld"
prefix="html-el" %>
<%@ taglib uri="/WEB-INF/struts-bean-el.tld"
prefix="bean-el" %>
<%@ taglib uri="/WEB-INF/struts-logic-el.tld"
prefix="logic-el" %>
<%@ taglib uri="/WEB-INF/c.tld"
prefix="c" %>
<%@ taglib uri="/WEB-INF/x.tld"
prefix="x" %>



<html>
<head> <title><bean-el:message key="title.login"/></title></head> <link rel="stylesheet" href="./css/anagr.css" TYPE="text/css"/> </head>

<body bgcolor="white" onload='document.loginform.j_username.focus();'>

<form name='loginform' method="POST" action='action.login' >
<table border="0" cellspacing="5">
<tr>
<th align="right"><bean-el:message key="label.login"/>:</th>
<td align="left"><input type="text" name="j_username"></td> </tr>
<tr>
<th align="right"><bean-el:message key="label.password"/></th>
<td align="left"><input type="password" name="j_password"></td>
</tr>
<tr>
<td align="right"><input type="submit" value='<bean-el:message key="button.login"/>'></td>
<td align="left"><input type="reset" value='<bean-el:message key="button.reset"/>' ></td>
</tr>
</table>
</form>

</body>
</html>



--------------------------------------------

When I log from a computer of my lan
the other Pc shares the same connection, so it doesn't ask me to log into my app.

Can you explain me where is the bug?
(this is my 1st web application and so I've not much experience about these sort of problems)

Thanks in advance!
kiuma



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user







________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
.





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user





________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
.





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to