One solution to the problem with IIS and Tomcat 4.1.24 config

2003-10-09 Thread erlis
, when I remove the registry entry all was OK. I really hope you can resolve the problem if you still with that headache Sicerelly Lic. In Computer Science Erlis Alberto Vidal Santos

RE: String added to session in servlet not available in jsp

2003-10-09 Thread erlis
Can you please show how are you creating the session object??? Sincerely Lic. Computer Science Erlis Vidal Santos -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 10:44 AM To: [EMAIL PROTECTED] Subject: String added to session

RE: String added to session in servlet not available in jsp

2003-10-09 Thread erlis
And how you get the session in your JSP?? Try this HttpSession session = request.getSession(true); String username = ( request.getParameter(username) != null ? request.getParameter(username) : ) ; session.setAttribute(usr, username); Sincerely Lic. Computer Science Erlis Vidal Santos

FW: String added to session in servlet not available in jsp

2003-10-09 Thread erlis
) ) username = noParameter; session.setAttribute(usr, username); I'm thinking that your request parameter is empty.. Try this and tell us Sincerely Lic. Computer Science Erlis Vidal Santos -Original Message- From: DA-Erlis Vidal Sent: Thursday, October 09, 2003 11:02 AM To: 'Tomcat

RE: Web-app setup

2003-10-09 Thread erlis
You only need to put your class files in the WEB-INF directory not the java files. Is your class file a Servlet??? Maybe is a mapped error in your web.xml include relevant part of it pls... Sincerely Erlis Vidal Santos -Original Message- From: Duane Kehoe [mailto:[EMAIL PROTECTED

RE: Web-app setup

2003-10-09 Thread erlis
Try this servlet-mapping servlet-nameLogin/servlet-name url-pattern/Login/url-pattern /servlet-mapping Sincerely Erlis Vidal Santos -Original Message- From: Duane Kehoe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 5:03 PM To: Tomcat Users List Subject

RE: I post a text XML with Microsoft.XMLHTTP to servlet

2003-10-14 Thread erlis
Try to call your XML in the internet explorer and see if that xml have no errors.. It seems like the xml isn't well formed... Sincerely Erlis Vidal Santos -Original Message- From: Blackmore, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 9:22 AM To: '[EMAIL PROTECTED