Re: trouble running ,,\bin\tomcat.bat

2001-04-21 Thread Martin Dengler
Marian, This is a common problem on Win98; check out the below email and link for further info: http://mikal.org/interests/java/tomcat/archive/nph/search?search=environment+space > From: Jim Richards > Subject: Re: Problems with the most Basic Hello servlet and jsp. > Date: Fri, 10 Nov

Testing my installation

2001-04-21 Thread Tan Khim Siang
Hi all,  I have done the following:   Installed the glue for Apache and Tomcat (mod_jk) Installed Tomcat 3.2.1   I am about to test and see whether the installation is right at all.  I tried this:   http://myservername/jakarta-tomcat-3.2.1/webapps/examples/jsp/   Those appls don't seem to be

Re: Testing my installation

2001-04-21 Thread skolski
Hi! put that tomcat/webapps aprt away http://localhost/examples will be the way it works (or should work if your installation failed) Sascha

Spaces in URLs?

2001-04-21 Thread Michael Carmack
Can Tomcat 3.2 not handle spaces in URLs? I've tried with both literal spaces and the escaped %20 syntax, but neither seem to be recognized. There is a bug report mentioned from a while back in the archives, but there didn't seem to be any resolution at the time. If this is an uresolved/unresol

Exception: I don't understand

2001-04-21 Thread Sunil Chandurkar
Hello All: I am getting following exception on calling servlet from applet. 2001-04-21 03:11:13 - Ctx( ): IOException in: R( +/MyFolder/Mytest.class+ null) Connection reset by peer: socket write error. When first time i visit local site at that time its not giving an exception but when i

Re: Spaces in URLs?

2001-04-21 Thread Michael Carmack
On Sat, Apr 21, 2001 at 05:07:22AM -0400, Michael Carmack wrote: > > Can Tomcat 3.2 not handle spaces in URLs? I've tried with both > literal spaces and the escaped %20 syntax, but neither seem > to be recognized. There is a bug report mentioned from a while > back in the archives, but there di

Re: Testing my installation

2001-04-21 Thread Tan Khim Siang
Hi Sascha, thanks for the info, this don't seem to work. Do I need to alter some settings in the server.xml and web.xml file? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 3:36 PM Subject: Re: Testing my installation > Hi! > > put

Re: JSP IDE

2001-04-21 Thread Marco Baringer
NetBeans http://www.netbeans.org > Hi ALL, > > > I have a very important question for you! Please, could someone tell me > where I can find a JSP IDE for Linux, something like Macromedia > DreamWeaver UltraDev 4, because I got an eval version and it's amazing, > but it's only for Windows! > >

an installation error with mySQL

2001-04-21 Thread Park, Sung-Gu
I made my authority database on mySQL for tomcat 4.0-b4 dev. And the user and user_pass field in the users table and user_roles in the user_roles table are made. There is no @localhost user though, I got an error probably related to catalina.policy or the problem with database like the below? Wh

Re: an installation error with mySQL

2001-04-21 Thread Park, Sung-Gu
I think I solved this problem to replace the Realm part of server.xml like this. connectionURL="jdbc:mysql://localhost/authority" connectionName="test" connectionPassword="test" Not using this style like... connectionURL="jdbc:mysql://localhost/authority?user=test;p

RE: How to read property files?

2001-04-21 Thread Wouter Boers
Sorry to tell you that it does work. I've tried used this on various platforms with various software deployed on various platforms, like Jserv, Tomcat, WebLogic, Jrun on Win2000, Linux, Solaris, HP-UX. So it's fair to say that this contruct does work ;) Wouter -Original Message- From:

A latest nigtly build error with MySQL

2001-04-21 Thread Park, Sung-Gu
The error message is like : Starting service Tomcat-Standalone Apache Tomcat/4.0-b4-dev Catalina.start: LifecycleException: Exception opening database connection: jav a.sql.SQLException: Cannot disable AUTO_COMMIT LifecycleException: Exception opening database connection: java.sql.SQLExcepti o

Re: freeBSD

2001-04-21 Thread AC
I'm using tomcat on freeBSD with jdk 1.8 native with TYA jit, another one with jdk 1.2 native, still another one with linux-jdk 1.2 and I've tested linux jdk1.3 (classic mode only) in my test machine. No problem till now on all the server. Even the jakarta.apache.org site is running freeBSD!!

Tc 3.2.1 recompiles JSPs on every request, what is wrong?

2001-04-21 Thread Rinta-Korkeamäki Jari
Hi there, I have the most strangest problem. I installed Tomcat 3.2.1 on fresh NT4 server (sp5), and Tomcat seemed to be quite slow from the beginning. Then I noticed it was recompiling my JSPs every time they were requested. The work directory gets stuffed up with java files, which are generated

AutoRefreshing of apps

2001-04-21 Thread Jeremy C
Greetings! I have installed the Turbine Development Kit, which of course includes Catalina for it's web/servlet server. Under the /conf/server.xml file I have added: which I was hoping would cause my java .class files to re-load as I updated them with no code, however it does not. I have to

RE: Exception: I don't understand

2001-04-21 Thread William Kaufman
(Oy, this one seems to come up every week. Maybe there should be a daily FAQ with this item? Plus info on how to unsubscribe?) This is an IE problem: it requests a file, then drops the connection when it sees from the headers that it's got an up-to-date copy in its cache. It's not fatal, it's

please remove me from this mailing list

2001-04-21 Thread Hussam Alsawadi
undefinedDo You Yahoo!? Yahoo! Auctions - buy the things you want at great prices

Re: trouble running ,,\bin\tomcat.bat

2001-04-21 Thread Marian Ganuci
Martin, Thanks a bunch I just did so and it's working fine - Original Message - From: Martin Dengler <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 22, 2001 12:39 AM Subject: Re: trouble running ,,\bin\tomcat.bat > Marian, > > This is a common problem on Win98; check