Replacing ALL Whitespace in string

2000-12-19 Thread Mark Franz
I am trying to replace ALL the Whitespace in a string. If I do this; String newcat = newcat1.replace(' ',''); I get this error; 100. String newcat = newcat1.replace(' ',''); *** Lexical Error: Empty character constant My newcat string

RE: tools for Stress Testing

2000-12-04 Thread Mark Franz
Take a look at JTop. Mark G. Franz -Original Message- From: Chris Chen [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 12:06 PM To: '[EMAIL PROTECTED]' Subject: tools for Stress Testing Hi all, I am just wondering if there is a way to do a stress testing on my

RE: IIS help

2000-12-04 Thread Mark Franz
Is this on a NT Server with IIS? Or a workstation, 95/98 machine with PWS? I ahve found that with the later you have to put in the 8080. Mark G. Franz -Original Message- From: Karim Amin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 2:28 PM To: [EMAIL PROTECTED]

RE: File not found

2000-12-01 Thread Mark Franz
Yeah... For some reason while on a workstation or 95/98 box, you need to include the port 8080 in the URL string, this is a bitch with PWS and I can't find a solution, I tried mapping ports and protocols, etc... but to no avail. If you use a default frameset page you won't see the URL. On a

RE: Testing tool

2000-11-22 Thread Mark Franz
http://www.anthonyeden.com/projects/jtop/ I am sure there are plenty of $$$ tools that do this better, but a free tool to monitor CPU status on multiple heterogeneous OS machines... Except Win32. Mark G. Franz -Original Message- From: Wang, Jianming [mailto:[EMAIL PROTECTED]] Sent:

Off Topic: Dev. Engineers Needed!

2000-11-22 Thread Mark Franz
Are you an energetic, motivated, talented developer in need of new surroundings? How about a sunny, warm climate like San Diego, California? How about a company that is one of the top 10 companies in San Diego to work for? Yes? Then we need you! We are in need of talented Java developers

RE: Returned mail: User unknown

2000-11-20 Thread Mark Franz
Yeah... the goofball slempine used the wrong email address when he/she registered... So, unless we create a filter they will keep showing up. Mark G. Franz -Original Message- From: Miles Daffin [mailto:[EMAIL PROTECTED]] Sent: Monday, November 20, 2000 4:03 PM To: [EMAIL PROTECTED]

RE: Installing tomcat filter in IIS

2000-11-15 Thread Mark Franz
I have never had to change the port for Tomcat in the server.xml, did you follow the instructions at apache.org exactly? Make sure the paths and the virtual dirs are exact, and the registry entries are spelled right! Mark G. Franz -Original Message- From: Erik Vande Velde

RE: Installation with PWS on NT 4.0 with sp4,5

2000-11-14 Thread Mark Franz
You can put the .dll in any directory you want, as long as the registry reflects the path correctly and the virtual directory is set correctly also. If you use a trailing \ in either the TOMCAT_HOME or the JAVA_HOME it will be recognized in the variable as a \\, look at the environment slash in

RE: Why do I have to use 8080 in URL?

2000-11-13 Thread Mark Franz
to use 8080 in URL? Mark Franz wrote: on my dev machine running Workstation 4.0 and the option pack PWS I have to use http://machinename:8080/dir/file.jsp I have gone through all the properties I can think of but nothing works to alieviate this requirement to use 8080 in the URL. Your PWS

RE: jk_nt_service

2000-11-13 Thread Mark Franz
I run it with 3.1 Mark G. Franz -Original Message- From: Hernandez, Rey [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 2:48 PM To: '[EMAIL PROTECTED]' Subject: jk_nt_service Is jk_nt_service only available for the Tomcat beta builds?