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: neltan
  • Content: Threads
  • Order by date
  1. neltan

    Tomcat does not release database connection

    Dear all, I am using tomcat 5.0.27, postgresql 7.3.4, crystalreport report application server 9 My jsp webapp open 20-40 connection to postgresql for calculation. The calculation last for 30sec to 120sec. After finishing the report, the db connection does not release when I monitor from...
  2. neltan

    Tomcat Postgresql Connection Performance Problem

    Dear all, I am using tomcat 5.0.27, postgresql 7.3.4, crystalreport report application server 9 My jsp webapp open 20-40 connection to postgresql for calculation. The calculation last for 30sec to 120sec. After finishing the report, the db connection does not release when I monitor from...
  3. neltan

    Math: Move dot

    Dear all, It there a simple way to do this? ---------------------- double d = 12345; double e = func(d); e = 12.345; Thank you very much!
  4. neltan

    JSTL useful?

    Dear all, It JSTL a useful tools in your web applcation development? Or it is just fancy. fmt, sql, c:foreach seems help a little. It is good for migrating to JSF/JSP2.0. My question is simple. Why use? and Why not use? Thank you for your opinion. Best regards, neltan
  5. neltan

    Any "standard" PHP framework?

    Dear all, It there any PHP framework (e.g.MVC, sth like Struts in JSP) , which is widely adopted by PHP developer? Best regards, neltan
  6. neltan

    Learn Javascript?

    Dear all, I learn javascript for quite a few year. But now I find that Javascript change much. And I'm not understand it structure... Something confuse me when I use ActiveWidget (javascript datagrid) e.g. var obj = new Active.Controls.Grid; e.g. Active.Formats.Number.create =...
  7. neltan

    Asian: How to get a job in US?

    Dear all, I lived in Hong Kong. How can I get a job in US? What do I need? Any examination, certification, or some reference letter I needed? What channal and resource can I refer to on the Internet?
  8. neltan

    Howto: Entry form default not save record

    Hi all, MSAccess default: A form will save record once your type something. How to disable it? so the form will save until clicking on save button? best regards
  9. neltan

    Howto: Entry form default not save record

    Hi all, MSAccess default: A form will save record once your type something. How to disable it? so the form will save until clicking on save button? best regards
  10. neltan

    How to build up my career on programming?

    I am working as a system developer in a SME. I have more interest and experience in building web application using JSP/Servlet. And I have the experience on : - ASP, PHP - Java, VB, Access - Linux, Apache, Tomcat. - Postgresql, Mysql, MSSQL. I graduated from CS degree in Hong...
  11. neltan

    Experience on MSAccess of a JSP Programmer

    2nd Hand Clothes is my 1st Access Application. I gain much solid experience on VB like application. Pros: + rich GUI + simple, strict forward, easy, quick + quick development with all-in-one helping tools. e.g. query, wizard, UI designer, report designer + quick deployment help to gather...
  12. neltan

    JSP Developer: Experience gain on MSAccess Program

    2nd Hand Clothes is my 1st Access Application. I gain much solid experience on VB like application. Pros: + rich GUI + simple, strict forward, easy, quick + quick development with all-in-one helping tools. e.g. query, wizard, UI designer, report designer + quick deployment help to gather...
  13. neltan

    java -jar a.jar para1 in linux

    Hi All, I can run the jar in window. But it fail in linux... Is there anybody can help me ?? [root@hr bin]# java -jar Roster.jar init.conf Warning: -jar not understood. Ignoring. Exception in thread "main" java.lang.NoClassDefFoundError: Roster.jar at 0x40268e17...
  14. neltan

    Java as a batch job

    Hi java user, Q1. I would like to synchronize data from mssql to postgresql in a schedule job. I did this by VB use Windows scheduler. Can java do this also? OS may be Linux or Window. Q2. Can jsp ask OS to run this scheduler immediately? Is there any API for jsp to request OS performing the...
  15. neltan

    JSP webapp with RAS fail in linux ??

    Hi all, I can run the crystal report with jsp webapp in windows. However, when I move the webapp to linux server. It fail. As I know the following line does not point to local linux server but point at RAS in W2K: clientDoc.open("rassdk://" + path + reportName...
  16. neltan

    prompt reminder when cross the window

    Hi all, I would like to remind user of webapp to logout, rather than just cross the window. I would like to prompt reminder when they click on the "x" of the window. How to do that? Best Regards, Eric Tan
  17. neltan

    How can new window set the old window?

    Hi all, This is my script: var accept_win = window.open("new.htm", "accept_win", "menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no"); How can "accept_win" know the original window? e.g. disable the submit button of the original window. e.g...
  18. neltan

    How can jsp recognize Chinese character which is made by myself ?

    as question. I enter some Chinese character. JSP display is as "?k". Is that only HK Java programmer like me face this problem ?! After creating some new character, the bitmap and code are store in 3 files in path like "C:\Windows", they are: - HKSCSCJ.TBL -...
  19. neltan

    Download instead of Printing

    My JSP generate a PDF and print in client's machine directly. It success when I develop in my local machine. But when I move webapp to server. Browser download instead of printing. How can I fix this? Is that server can't find a printer cause this bugs?
  20. neltan

    After Max Inactive..

    Don't know why. After max inactive time, the valid_user.jsp can't redirect. I'm sure that it is cause by response.sendredirect(), what's wrong with that? ============================================================ These are the error...

Part and Inventory Search

Back
Top