www.codestudio.com
Wes
-Original Message-
From: Alexandre Victoor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 11, 2001 11:09 AM
To: [EMAIL PROTECTED]
Subject: RE: Database pool
Sorry
I code Java servlets and I am looking something like
http://javaexchange.com (which is not ope
HttpSession session = pageContext.getSession();
if( session != null ) { UserBean ub = (UserBean)session.getAttribute(
"UserBean" ); }
Wes
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 31, 2001 1:32 PM
To: [EMAIL PROTECTED]
Subject: Re: JSP CUS
url="http://BETASVR/ussouth/UserServices"
Wes
-Original Message-From: Joe Krause
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 25, 2001 5:06
PMTo: '[EMAIL PROTECTED]'Subject: RE: The
"servlet" prefix
what
was the context and the final URL for this deployment? jus
You
don't have to use the jsp extension. Map them to your servlet name, but
without an extension. Your going to have to set your WEB.XML file up
anyways. Something like this:
UserServices /UserServices
I just
tested it, it works fine.
Wes
-Original Message-From: Joe
I map
my servlets to a .JSP extension, then I can use relative URLs both for my
serlvets and in my servlets when I do redirects. This may not be the best
way, but it works great.
Wes
-Original Message-From: Joe Krause
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 25, 2001