Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LanyA
  • Content: Threads
  • Order by date
  1. LanyA

    Connection Timed Out - Please Help (newbie)

    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...
  2. LanyA

    Popup calendar not working in Mozilla???

    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...
  3. LanyA

    Help with Tapestry

    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"...
  4. LanyA

    Help with deployment

    Hi, I'm a newbie and I've been trying for a while now to deploy my servlets and Struts/Tapestry applications using Tomcat 5.5 and JDK1.4.2_06. The only pages that ever display are the Tomcat welcome page and servlets that I place in the [TOMCAT_INSTALL]\shared\classes folder. These same servlets...
  5. LanyA

    Tomcat-&quot;Skipped installing application listeners due to previous error

    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...
  6. LanyA

    import org.apache.avalon cannot be resolved

    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...
  7. LanyA

    Debug assertion failure???

    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...
  8. LanyA

    How do you disable pushbuttons?????(urgent)

    Hi - I'm new to MFC, so hopefully this is an easy one...I'm trying to write code that will disable a pushbutton once the user clicks it, and it should remain disabled until the task it triggered is completed. Everything works except for the disabling. I used EnableWindow() to gray out the...

Part and Inventory Search

Back
Top