Interframework Authentication.

2005-03-18 Thread Elam Daly
Howdy all,
I am writing an web application for a client in which customers can 
browse an order database.  This application would be linked to from a 
.net application in which the said user has already been authenticated.  
Can anyone suggest or know of an authentication scheme which could be 
shared by both so the customers don't have to log in twice?

Cheers,
Elam Daly
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Enabling the admin webapp in Tomcat 5.5

2004-10-23 Thread Elam Daly
Elam Daly wrote:
Howdy all,
I'm running 5.5 on a Windows Xp laptop and have installed the admin 
package by unzipping it to the Tomcat home directory, but I am still 
getting the 'no longer installed by default' message.

Can someone explain or point me to documentation that explains what else 
I need to do to get it running?

Thanks,
Elam Daly
Oops!  Was a browser cache problem.
Elam Daly
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Enabling the admin webapp in Tomcat 5.5

2004-10-23 Thread Elam Daly
Howdy all,
I'm running 5.5 on a Windows Xp laptop and have installed the admin 
package by unzipping it to the Tomcat home directory, but I am still 
getting the 'no longer installed by default' message.

Can someone explain or point me to documentation that explains what else 
I need to do to get it running?

Thanks,
Elam Daly
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Can Tomcat share it's connection pool?

2004-03-27 Thread Elam Daly
Hi all,

If I set up a connection pool for my web apps using Tomcat, can that 
pool be used
by external java applications?  If not, can anyone recommend some solutions?

Thanks,
Elam Daly
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat 5 and JSP's newbie help.

2003-12-05 Thread Elam Daly
I had to copy the standard.jar file included with Tomcat as well as 
tools.jar from my j2sdk(1.4.2).
Is this normal?

Thanks,
Elam
And am getting the error:

org.apache.jasper.JasperException: The absolute uri: 
http://java.sun.com/jstl/core cannot be resolved
in either web.xml or the jar files deployed with this app.

From perusing the mail archives, I think this has something to do 
with a jar file not being in the proper place.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Tomcat 5 and JSP's newbie help.

2003-12-05 Thread Elam Daly
Howdy all,

I am going through OReilly's JavaServer Pages, 2nd edition and am having 
problems with the first example:

*<%@ page contentType="text/html" %>*
*<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>*

 
   JSP is Easy
 
 
 
   JSP is as easy as ...
 
   <%-- Calculate the sum of 1 + 2 + 3 dynamically --%>
   1 + 2 + 3 = **
 
 


And am getting the error:

org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jstl/core 
cannot be resolved
in either web.xml or the jar files deployed with this app.
From perusing the mail archives, I think this has something to do with a jar file not being in the proper place.
Anyone help?

Thanks,
Elam Daly


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]