Re: test

2000-12-18 Thread Krishna Patel
test - Original Message - From: "Dean Sacramone" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 18, 2000 3:39 PM Subject: Re: test test too, this list has been nonexistent for the last week.?? Thanks, ~~~ Dean Sacramone [EMAIL PROTECTED] Lead

Re: When I install tomcat, there is a problem

2000-08-08 Thread Krishna Patel
Port Problem because apache alse may have default port 8080(two webserver can not runat the same port) so do one thing go to jakarta-tomcat/conf/server.xml change port 8081 where ever it is written 8080... there will be only one place to change and restart tomcat webserver and then your

Java web server 2.0 -- outof memory error

2000-08-07 Thread Krishna Patel
Hello everybody, i am throwing this question again, Using Javawebserver2.0 and getting outof memory error when i process large result sets. I have 128 mb ram and 624mb paging size I came to know that i have to increase heap size by - mx64m but where to add this command? Please reply soon.

Tomcat and Date

2000-07-31 Thread krishna Patel
i am using tomcat, sqlserver 7.0, servlets it messes up date time instead of '2000-07-02' it shows 2002-06-13 in the result set Code: DateSubmited = rs.getDate(i); It works fine if i use java web server 2.0 with the same servlet. i have tried to catch field in object etc. nothing works. any