Re: webapp deployment

2004-07-15 Thread Phyl
quot;null" value, but struts isn't even involved in this code so maybe struts is not the problem after all. perhaps web.xml isn't being loaded... (!?) any thoughts? Thanks in advance, Phyl - To unsubs

Re: webapp deployment

2004-07-14 Thread Phyl
ug 3 detail 3 application com.project1.ApplicationResources 1 [...] --- Regards, Phyl -

Re: webapp deployment

2004-07-13 Thread Phyl
yep, load-on-startup is declared. i'm using it this way: action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml [...] 1 Phyl Erik Weber wrote: Make sure you have load-on-startup declared in web.x

Re: webapp deployment

2004-07-13 Thread Phyl
Tomcat is running with Apache web server, but in a Red hat linux system. I think the reason war deployment isn't available is somehow related to the way accounts provided by my hosting company are managed. I'm not sure though. Phyl [EMAIL PROTECTED] wrote: Are you using Tomcat

Re: webapp deployment

2004-07-13 Thread Phyl
: --- struts-config.xml - [...] [...] -- I'm trying to call it from index.jsp: -- index.jsp -- <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> ---

webapp deployment

2004-07-12 Thread Phyl
't being found in struts-config, but I'm sure it exists. When calling an action directly I get a "Not Found" error. I'm beginning to doubt that struts-config.xml is even being loaded. What do you think might be the problem? thanks in advance, Phyl