RE: help: html form action points to wrong file?

2004-06-08 Thread electroteque
Hey i'm still a newbie here, but arent you suppose to just run it like this ? /WelcomeServlet3 -Original Message- From: javac javac [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 8:04 AM To: [EMAIL PROTECTED] Subject: help: html form action points to wrong file? from

RE: struts validator

2004-04-13 Thread electroteque
Is there a form validator in struts, is it customizable ? If so maybe extend the class ? -Original Message- From: mike jackson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 8:17 AM To: 'Tomcat Users List' Subject: struts validator I'm using masks to validate some

RE: starting out with tomcat and struts

2004-04-12 Thread electroteque
From a clean binary distro of tomcat 5 this is all i have in there -rw--- 1 root root 673 Feb 14 21:26 admin.xml -rw--- 1 root root 321 Feb 14 21:26 balancer.xml -rw--- 1 root root 418 Feb 14 21:26 manager.xml and just to prove to you the

coreservlets

2004-04-11 Thread electroteque
I found this place pretty extensive, I may buy the books, would anyone recommend these ? www.coreservlets.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

starting out with tomcat and struts

2004-04-10 Thread electroteque
Hi there, I'm new to Java coming from a PHP background, I have installed tomcat 5 on a sun solaris box. In the webapps folder the examples seem to be missing from all the folders in tomcat 5, what happened to them ? Is there any good real world examples and howtos for tomcat and struts ? Where is

RE: starting out with tomcat and struts

2004-04-10 Thread electroteque
there are distributions of tomcat that do not come bundled with the examples. Normally there is another more complete download, or you can get them separately...take a look in the binaries on jakarta.apache.org under tomcat, I know they are there :) I searched everywhere for them

RE: starting out with tomcat and struts

2004-04-10 Thread electroteque
distrib, unzip it and copy the bundled war files into the tomcat webapps folder which should auto-unpack them. Then you access them with http://yourserver:8080/struts-example or whatever the webapp unpacked as. Cheers, ADC -Original Message- From: electroteque [mailto:[EMAIL

RE: FTP server recommendation

2003-06-20 Thread electroteque
didnt u just hijack a thread ? norty norty On 6/20/03 4:39 PM, Brian Menke [EMAIL PROTECTED] wrote: I know this isn't the most appropriate place to ask this, but I depend on the insight of this group to find out about all kinds of technical stuff that just happens to be part of an email. It's

RE: installing Tomcat without being root

2003-05-31 Thread electroteque
i suggest get sudo access thats all i can say :| -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 6:16 PM To: [EMAIL PROTECTED] Subject: installing Tomcat without being root Hello, i would like to install TomCat 4.1.24 on a Linux server,

open source code and IDE

2003-05-30 Thread electroteque
hi this is probably the wrong place to ask , but now i got the standalone server running , i'd like to know where to find open source code example scripts to play with and maybe an IDE that everyone uses , any suggestions ?, its funny i remember when i was a php newbie years ago it feels like that

tomcat install

2003-05-29 Thread electroteque
hi guys , i'm new to tomcat , so hello , i'm an experienced php developer wanting to move to java , i have attempted to install tomcat via source and found it painful compared to the trio apache/php/mysql , i'm in the default build.properties file and there is a heap of libraries i need to

RE: tomcat install

2003-05-29 Thread electroteque
) and you're ready to go. Worry about building from source only if you feel like it and/or want to customize tomcat internals. If you're just starting out, go for the binaries. Yoav Shapira Millennium ChemInformatics -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: tomcat install

2003-05-29 Thread electroteque
Millennium ChemInformatics -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 11:05 AM To: [EMAIL PROTECTED] Subject: tomcat install hi guys , i'm new to tomcat , so hello , i'm an experienced php developer wanting to move to java , i have attempted

RE: tomcat install

2003-05-29 Thread electroteque
if you feel like it and/or want to customize tomcat internals. If you're just starting out, go for the binaries. Yoav Shapira Millennium ChemInformatics -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 11:05 AM To: [EMAIL PROTECTED] Subject

RE: tomcat install

2003-05-29 Thread electroteque
ChemInformatics -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 11:25 AM To: Tomcat Users List Subject: RE: tomcat install hmm ok i cant seem to find it now bt aparantly the binary needed something else to be compiled in or something ?? well anyway i

RE: tomcat install

2003-05-29 Thread electroteque
/internet_serving/tomcat4.1x.html I am in the process of updating it with sections on mod_jk2 and error pages, and a new, more easily downloadable format. Regards, pascal chong electroteque wrote: thats the thing there are a tonne of references to ports in server.xml which one is it i already

RE: tomcat install

2003-05-29 Thread electroteque
electroteque wrote: thats the thing there are a tonne of references to ports in server.xml which one is it i already looked :\ -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 12:28 AM To: Tomcat Users List Subject: RE: tomcat

RE: tomcat install

2003-05-29 Thread electroteque
ok here is what i get in the logs StandardServer.await: create[8005]: java.net.BindException: Address already in u se java.net.BindException: Address already in use -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 9:00 AM To: Tomcat Users List

RE: tomcat install

2003-05-29 Thread electroteque
Subject: Re: tomcat install On Thu, 29 May 2003 06:59, electroteque wrote: ok i got the standalone binary working for now http://electroteque.dyndns.org:1025/ i get a blank screen though ?? Can you check your CATALINA_HOME\logs directory and have a look at the log files for anything that looks

error with tomcat examples

2003-05-29 Thread electroteque
hi there i am having problems trying to get the source code of the jsp examples doesnt seem to work http://electroteque.dyndns.org:1025/examples/jsp/index.html also when i execute them they take forever , where the servlets dont , may i ask what the difference is between jsp and servlets ?

RE: error with tomcat examples

2003-05-29 Thread electroteque
files are compiled into servlets when you first request them on windows they are compiled into the tomcat/work/localhost/webappname folder electroteque wrote: hi there i am having problems trying to get the source code of the jsp examples doesnt seem to work http://electroteque.dyndns.org:1025