Re: LDAP Authentication

2006-01-27 Thread Buntin, Seth - KATE
So if I am using JBoss I should look at the container (Tomcat) information on how to implement this through it? Seth Buntin

LDAP Authentication

2006-01-27 Thread Buntin, Seth - KATE
First off, let me say that I am fairly new to Struts. I am pretty efficient with Coldfusion and thought I would expand my horizons with JSP and Struts. Now that being said I have a question. I work for a University and most of the applications I write for the web have LDAP authentication with

RE: Tiles with Struts

2005-12-22 Thread Buntin, Seth - KATE
Thanks Antonio. That was it. I just found that off a web site and I guess the site was somewhat old. Seth Buntin Web Resources Coordinator Kentucky Academy of Technology Education Murray State University

Re: Tiles with Struts

2005-12-22 Thread Buntin, Seth - KATE
My web.xml file has: index.jsp index.jsp: <%@ taglib uri="/tags/struts-logic" prefix="logic" %> struts-config.xml: DoFirst.java: package edu.msu.kate.struts.action; import org.apache.struts.action.*; import

Tiles with Struts

2005-12-22 Thread Buntin, Seth - KATE
I am having an issue getting Tiles to work. I am totally new to Struts so bear with me. The issue is I don't see anything. I got to home.do (which is set up as what the user will see first) and it is totally blank and the source is totally empty. I think I have everything in my configuration co