followsoftlinks

2001-10-01 Thread Bob Kersten
Hi, I've installed Tomcat on FreeBSD using Apache to serve the static HTML files and it seems to work all fine. I've replaced the directory ROOT in the /webapps/ directory with a softlink to the Apache's root dir and that also seems to work. I have to create a contect for each directory in this r

tomcat and servlet directories

2001-10-31 Thread Bob Kersten
Hi, I've installed TomCat 3.2 and it's serving .JSP files as it supposed to. But now I have a new project which I have to work my way into, and it's not working as it should. Look at the following tree: /webxt /webxt/data /webxt/servlet When I run a make (which works fine) my /servlet d

Re: tomcat and servlet directories

2001-10-31 Thread Bob Kersten
Hi, I've installed TomCat 3.2 and it's serving .JSP files as it supposed to. But now I have a new project which I have to work my way into, and it's not working as it should. Look at the following tree: /webxt /webxt/data /webxt/servlet When I run a make (which works fine) my /servlet d

error: 500

2001-01-25 Thread Bob Kersten
Hello, I've installed Tomcat 3.2.1 (stand-alone) and the JDK1.3, and started Tomcat using justGo and it all works well. When I connect to http://localhost:8080/ it displays the default tomcat homepage. Then I tried to use some of the examples, and it appears that only the servlet examples wor

weird error

2001-01-29 Thread Bob Kersten
Hello, The server window shows the following error: 2001-01-29 02:13:33 - Ctx( /test/pictures ): IOException in: R( /test/pictures + /priem-source.gif + null) Connection reset by peer: socket write error But regardless of the rror, everythings loads fine in my client browser (even the p

messages on the server window

2001-02-01 Thread Bob Kersten
Hello, I'd like to show certain (event) messages on the window where Tomcat is running (thus: not send to the browser) I've seen this in one of the JSP examples, but I don't know exactly how this is done. -- Ajuus, Bop.

installing TomCat on FreeBsd

2001-02-08 Thread Bob Kersten
Hi, Is there a somewhat easier walk-through for installing TomCat ona FreeBSD unix environment? The documentation that comes with TomCat is just worthless, nothing works, everything is missing and I haven't been able to complete the first few steps of the manual. What do I need, where ca

updating JSP pages

2001-02-23 Thread Bob Kersten
Hi, When I first started using Tomcat (stand-alone on my Win98 machine) to compile my JSP pages, it would compile the JSP pages everytime I updated them. After that, I installed Tomcat 3.2.1 on a NT machine (as a service), along with IIS4.0, and I update the JSP files from another computer. N

using beans

2001-03-08 Thread Bob Kersten
Hi, So... i've installed Borland JBuilder 3.5 and I created a JavaBean. Looking at the project directory, it created a .class file. How do I use this file, and where do I place it? I've got in-line JSP (servlet?) working with Tomcat, but I've never used a bean or what-so-ever, so I don't exac

need a lot of help

2001-03-13 Thread Bob Kersten
Hi, After reading several doc's, faq's and other things, I still can't figure it out. I've created a package with JBuilder 3.5 which includes several classes. After compiling this package, I have a directory with the name of my package, which holds files with an .class extension. Where do I put t

Re: need a lot of help

2001-03-13 Thread Bob Kersten
Hi, CA> Have you looked at [..] Yes, I've read those, but that doesn't work. Tomcat still gives me an Class "dbapi.dbHandler not found" error. I've created a JBuilder project in h:\local\browser\WEB-INF and after compilation the 'classes' and 'src' directories are present in this directory.

what do I need?

2001-01-24 Thread Bob Kersten
Hello, Can someone please tell me which distributions I need in order to run TomCat on both a Unix (server) and a Win98 (for testing locally) machine. I've heard about a JDK that I need, and maybe there's even more. I just like to know which files I need in order to run TomCat on the above co