ant deployTask BUG

2002-11-18 Thread Alexander ten Bruggencate
ten Bruggencate [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: catalina-ant ReloadTask fails

2002-06-06 Thread Alexander ten Bruggencate
On Thu, 2002-06-06 at 05:36, Remy Maucherat wrote: As I understand thing, the reload task just tells TomCat to reload the war file that is in the webapp directory. It is still your responsiblity to get the WAR file to the webapp directory. It's a shame it doesn't support a file

Re: catalina-ant ReloadTask fails

2002-06-06 Thread Alexander ten Bruggencate
On Thu, 2002-06-06 at 09:14, Alexander ten Bruggencate wrote: Is it just me or is DeployTask 100% the same as IntallTask? (I get the same results) right now if a web application has changed i have to do a RemoveTask and after that a IntallTask. I would rather have a ReloadTask

Re: Automatic start from /etc/rc3.d ???

2002-06-06 Thread Alexander ten Bruggencate
On Thu, 2002-06-06 at 12:05, Jean-Luc BEAUDET wrote: Hi all, Well my Tomcat engine is runnin' under a special user, let's say wildcat. I'm looking for a way to automatically start this engine at system boot, like i do with Apache. Jean-Luc :O) here's my /etc/rc.d/initd/tomcat script.

catalina-ant ReloadTask fails

2002-06-05 Thread Alexander ten Bruggencate
Hi, i'm trying to reload a WAR-file using ant. Unfortunately ant returns an error that i have been unable to find in any documentation. list / install and remove tasks work as advertised... tools: Ant-1.5Beta1 / Tomcat-4.1.2 / RH Linux 7.3 'ant reload' returns: reload: [reload] FAIL -

ReloadTask needs improvement

2002-06-05 Thread Alexander ten Bruggencate
On Wed, 2002-06-05 at 10:19, Ben Walding wrote: As I understand thing, the reload task just tells TomCat to reload the war file that is in the webapp directory. It is still your responsiblity to get the WAR file to the webapp directory. It's a shame it doesn't support a file upload as

Re: aaargh..

2000-11-16 Thread Alexander ten Bruggencate
William Brogden wrote: Alexander ten Bruggencate wrote: for the past 3 days i've been trying to get a jsp to work with an ejb of mine. the only problem is that jsp:setProperty / and jsp:getProperty / won't work. tomcat reports: org.apache.jasper.JasperException: Attempted

form data to ejb

2000-11-16 Thread Alexander ten Bruggencate
Can someone tell me what the preferred way is to get form data to an ENTERPRISE javabean? as jsp:get- setProperty .../ only work on a regular javabeans regards, -Alexander.

aaargh..

2000-11-15 Thread Alexander ten Bruggencate
for the past 3 days i've been trying to get a jsp to work with an ejb of mine. the only problem is that jsp:setProperty / and jsp:getProperty / won't work. tomcat reports: org.apache.jasper.JasperException: Attempted a bean operation on a null object. at

problem with tomcat-3.2b6

2000-11-09 Thread Alexander ten Bruggencate
i have my (small) ejb/jsp application working with jboss-2.0b4 and tomcat-3.1, when i switch to tomcat-3.2b6 (because i want to use the embedded tomcat service) i get the following error: Error: 500 Location: /stepdb/person/search/search.jsp Internal Servlet Error:

Re: what do i need to run jsp?

2000-11-09 Thread Alexander ten Bruggencate
"Peacher.Net" wrote: i have JDK1.2, JSDK2, Apache-1.3.12, ApacheJServ, ... servlets are working fine but i want to run .jsp. what do i need in order to do that? you need tomcat...then you also no longer need JServ. there a tomcat/jsp tutorial on javasoft.com -Alexander.

Re: what do i need to run jsp?

2000-11-09 Thread Alexander ten Bruggencate
"Peacher.Net" wrote: I did not write that... i replied to it and said try... http://jakarta.apache.org . oops ^_^ -Alexander.

RE: need help with new install solved

2000-10-22 Thread Alexander ten Bruggencate
Message From [EMAIL PROTECTED] = Could you check if sun's tools.jar in your classpath or not? Quoting Alexander ten Bruggencate [EMAIL PROTECTED]: Hello, i've installed tomcat 3.1 on a x86 machine running redhat linux 7.0. Unfortunately i can't get tomcat to compile/run the jsp files