I have a Struts application that is running using Apache Tomcat 5.5. It has been working all this time, but today it is suddenly giving this error upon trying to connect:
javax.servlet.ServletException: IO Error while parsing file '/WEB-INF/tiles-defs.xml'. Connection timed out: connect...
I was actually able to get it to work: I have a function showCalendar() that is associated with the onClick event of a 'div' tag in my web page. It needed the function init() to be called before it gets called, and that seemed to be failing. So, it turns out, instead of doing
window.onload =...
...= false;
// range check
var dateFromYear;
var dateFromMonth;
var dateFromDate;
var dateToYear;
var dateToMonth;
var dateToDate;
/* hides <select> and <applet> objects (for IE only) */
function hideElement( elmID, overDiv ) {
if(ie) {
for(i = 0; i < document.all.tags(...
I have source code for a popup calendar that works fine in IE6 but not in Mozilla and I am at a loss as to why this is:
I get the error
crossobj has no properties (Line 304) in the Javascript console; this line translates to
crossobj.visibility = 'hidden';
Now, upon tracing it back it seems...
Hello once more, I was hoping to get some help with Tapestry:
I am new to Tapestry and I have been unable to successfully deploy a simple test Tapestry application using Tomcat.
I created a simple Tapestry page using Eclipse 3.1, created an xml file containing
<Context reloadable="true"...
Just answered my own question in Post 2 (I needed to put the log4j.jar file in common\lib for logging purposes) :); still asking for help with the original post though?
Actually I did not include this part of the stdout log file which might be at the root of the problem:
Created MBeanServer with ID:...
INFO: Initializing Coyote HTTP/1.1 on http-8080
Feb 9, 2005 10:01:30 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3115 ms
Feb...
...</servlet>
.................
<servlet-mapping>
<servlet-name>invoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>
...........................................
The Struts and Tapestry applications on the other hand (developed with Eclipse 3.0)...
I installed Tomcat 5.5 and used to be able to run my servlets/JSP pages with no problem, until I created a web application using Tapestry 3.0.1, located in the Tapestry directory. The only thing I did was copy the jar files within the C:\Tapestry\lib\ext directory to...
Hi, I am new to Eclipse and J2EE in general and I have tried to import a project in Eclipse 3.0.1. However, I am getting several compile errors having to do with the following imports:
import org.apache.avalon.framework.activity.Initializable;
import...
Hello again - does anyone understand what a debug assertion failure is? I am running my exe from DOS, and i get this dialog box with this message 20% of the time:
Debug Assertion Failed!
Program: C:\Program Files\MPRCrypto\mprcrypto.exe
File: dbgheap.c
Line: 1017
Expression...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.