Velocity with JSP

2002-02-12 Thread Tom Troonbeeckx
Dear Sir/Madam, I'm trying to build JSP's with the Velocity template engine. I installed Velocity successfully and even the veltag.tld. However when I do a request to an jsp I get the following Error. org.apache.velocity.exception.ResourceNotFoundException : Unable to find resource 'test.vm'.

Weird problem with Tomcat + Apache

2002-01-24 Thread Tom Troonbeeckx
Dear Sir/Madam, I have installed Tomcat and Apache successfully. I can recall the JSp-pages from projekt1 in the described manner e.g. http://localhost/projekt1 with the following configuration. WebAppConnection conn warp localhost:8008 WebAppDeploy projekt1 conn /projekt1

Integrating tomcat with apache problem for JSP

2002-01-22 Thread Tom Troonbeeckx
Dear Sir/Madam, I've integrated tomcat 4.0 with Apache ( with the mod_webapp module)/ I've configured the warp Connection in Apache as followed WebAppConnection conn warp localhost:8008 WebAppDeploy projekt1 conn /projekt1 After the configuration I run the Apachectl configtest and

Re: Tomcat

2001-11-22 Thread Tom Troonbeeckx
read the tomcat manual! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Henrik Johansson Sent: jeudi 22 novembre 2001 16:12 To: [EMAIL PROTECTED] Subject: Tomcat How do I create a new webbapp? So that I

Re: Tomcat

2001-11-22 Thread Tom Troonbeeckx
Tom Troonbeeckx Skickat: den 22 november 2001 16:35 Till: [EMAIL PROTECTED] Ämne: Re: Tomcat read the tomcat manual! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Henrik Johansson Sent: jeudi 22 novembre

Folder

2001-05-09 Thread Tom Troonbeeckx
Hi there, Do you hava any idea how i can recall the folder-path with a java-method where the application is running in? e.g. The index.jsp is open in a browser, but is stored in the server in the following path /home/sites/site33/index.jsp.How can I retrieve this path with a java-method? Thx

JSP Working with C++

2001-05-07 Thread Tom Troonbeeckx
Does anybody have an idea how the java-classes from JSP can be linked with C++ classes. === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set

Re: JSP Working with C++

2001-05-07 Thread Tom Troonbeeckx
Does anybody have an idea how the java-classes from JSP can be linked with C++ classes? Thx in advance! === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with

Re: Path Alias using tomcat

2001-05-03 Thread Tom Troonbeeckx
The problem is meanwhile fixed but thx for the tomcat-mailing list. Greetz! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Ottinger Sent: woensdag 2 mei 2001 17:18 To: [EMAIL PROTECTED]

Re: Path Alias using tomcat

2001-05-03 Thread Tom Troonbeeckx
In the tomcat-directory you can find an server.xml file. Normally there is already a tag definition for the tomcat examples. Copy-paste this tag and edit it to your needs(=alias). In the new path you have to create a directory with the name BEW-INF. In this path you have to place a

TOMCAT WAR FILE

2001-05-02 Thread Tom Troonbeeckx
Hello, I use Tomcat to test my jsp-apps. I've placed an application into a war phile in placed it into the directory webbapps. However I'v got the following message. Any ideas why Tomcat would not be able to output? thanks by regard! Internal Servlet Error: org.apache.jasper.JasperException

Re: Simple login not working...

2001-04-26 Thread Tom Troonbeeckx
I should not do that with passwords! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Luca Sansone Sent: donderdag 26 april 2001 14:28 To: [EMAIL PROTECTED] Subject: I: Re: Simple login not working... or