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