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 strongm 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: *

  1. chunbo

    how to keep browser alive for hours?

    I use servlet to generate a big report which takes hours to finish. How to config tomcat so that the client side browser (IE) will keep alive even after 5 hours? I tried to set the session timeout to 10 hours in web.xml, but the browser still die after about 2 hours. Should I configure IIS as...
  2. chunbo

    Can non-servlet class access web.xml

    Can non-servlet class (helper class) access web.xml recource? In my project, a servlet invoke another helper class, which needs to extract information from web.xml's context-param. The helper class extends a class which provides all the db connection information. To make deployment easier, I...
  3. chunbo

    weblogic: how to use include action

    There are two jsp files in a WAR file (home.jsp and navigator.jsp) . After deployed to Weblogic server, I can invoke them individually. I then adjust the home.jsp by adding <jsp:include page=&quot;navigator.jsp&quot; flush=&quot;true&quot; /> After redeploy the application, when I invoke...
  4. chunbo

    laptop small keyboard switch back

    In fact, IBM laptop doesn't have right-hand side small keyboard. Instead, part of its normal keyboard has lower values to simulate a small keyboard. When I put my laptop on the bas-station, everything works well. But If I use the laptop without the bas-station, the problem comes. The I hav...
  5. chunbo

    laptop small keyboard switch back

    Some keys of my IBM laptop don't function well. They give the lower small keyboard numbers instead of normal letters. How to switch these keys back to their normal values?
  6. chunbo

    Should we delete log files?

    There are over 1000 logs files in active log directory, and only the last 5 are active. I use archival logging, and the server will run out of disk space. Should I delete old log files? In archival logging, how to determine primary log files? Should we keep primary log files? Thanks
  7. chunbo

    kernel: __alloc_pages: 0-order

    Yes, it has 2.3G memory. Linux 7.1 cannot handle memory over 2G?
  8. chunbo

    kernel: __alloc_pages: 0-order

    I have a redhat linux v7.1, and I find the following message at /var/log/messages Apr 16 03:05:11 wvd1 kernel: failed. Apr 16 03:05:11 wvd1 kernel: __alloc_pages: 0-order allocation failed. Apr 16 03:05:15 wvd1 last message repeated 741 times Apr 16 03:05:15 wvd1 kernel: failed. Apr 16 03:05:15...
  9. chunbo

    Palm OS Database Program

    Pencel Kinectivity is a choice. I built a system with over 40 tables and complex relationships, index, and cursors among them.
  10. chunbo

    get rid of ASP_DEBUG_INFO

    I have a script generate a CSV file from a table. When I use http://localhost/exportToFile.asp as address, the CSV file will begin with <!--METADATA TYPE=&quot;ASP_DEBUG_INFO&quot;--> If I use the real address http://128.172.1.3/exportToFile.asp, the CSV file won't gebin with <!--METADATA...
  11. chunbo

    I have a local asp website on my PC

    Perfect answer. Thanks a lot.
  12. chunbo

    I have a ASP script query databas

    All the testing PCs have MS Excel installed. I guess it's IE's configuration problem, but I don't know how to configure it.
  13. chunbo

    I have a local asp website on my PC

    I have a local asp website on my PC. How could I invoke a VB application from within ASP page? For example, in VB we can use shell(app_name, parameter), can we do similar thing in ASP? I tried to build a static link <A href=&quot;C:\abc.exe&quot;>invokeApp</A> in my asp page. When running this...
  14. chunbo

    I have a ASP script query databas

    I have a ASP script query database and generate a table. If I use Response.ContentType = &quot;application/vnd.ms-excel&quot; the asp response will generate all the output into Excel. It works for some client computers well, but failed on some other computers. Why it works only for some client...
  15. chunbo

    How to debug ActiveX Exe

    I am woundering how to debug (step into) ActiveX Exe source from within the testing project's source code? To build a project Group will help me debug into ActiveX Control, but I can not build ActiveX Exe into the same project group as the testing project. Anyone could help me?
  16. chunbo

    How to make ActiveX Dll or Exe persistent

    I have several VB applications share the same ActiveX Exe which is responsible for RDBMS access. When the first VB application invoke the ActiveX Exe, the database is accessed and result is stored in the ActiveX Exe. I want the ActiveX Exe keep running forever and waiting for the 2nd and 3rd...

Part and Inventory Search

Back
Top