Precompiling same name jsps

2002-12-13 Thread Scott Edwards
We have successfully compiled our jsp pages into java files. However, in several cases we have jsp pages in different directories with the same name. When we run the jspc task from within Ant 1.5.1, it does not append the directory path to the package name. As such, javac throws exceptions regardin

Need Help - Realm not working within Context

2001-11-27 Thread Scott Edwards
Scott Edwards wrote: >I have a JDBC Realm which is working fine as long as it is defined >within the Engine. If I take that Realm definition and Cut-Paste it into >the Context definition I get the contextConfig.missingRealm error logged >out of ContextConfig.java. > >Is the

Re: Form/Basic Authentication

2001-11-26 Thread Scott Edwards
n the difference in domain causes a new authenication, despite the fact that it is the same site being accessed. I might be wrong about this, but where I have seen this behavior using Container Managed Security, this has been my problem. -Scott Edwards Erwin Ambrosch wrote: > Hi, > &

Re: Struts 1.0 has Problems working with Tomcat 4.1

2001-11-16 Thread Scott Edwards
Hammad Said wrote: > Struts 1.0 fails with Tomcat 4.0.1 on the Window, but woks fine with Tomcat >3.3 > > > Get the following error message: ( login.jsp is the page browser is trying >to access) > > >Login.jsp is code is: ><%--<%@ page import="com.agentware.web.util.WebKeys%>--%> >

Realm not working within Context

2001-11-16 Thread Scott Edwards
I have a JDBC Realm which is working fine as long as it is defined within the Engine. If I take that Realm definition and Cut-Paste it into the Context definition I get the contextConfig.missingRealm error logged out of ContextConfig.java. Is there some magic that needs to be imparted to the tag