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
> 
>  mozilla tells me WelcomeServlet3.class is a binary executable
> and asks if i want to save it.
>
> why isn't the .class file executing from the server, please?
>
> [EMAIL PROTECTED]
> http://www.myjavaserver.com/~javac/
> --
> ___
> Sign-up for Ads Free at Mail.com
> http://promo.mail.com/adsfreejump.htm
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 fields using the validator in
> struts.  But
> my masks are getting extremely complex trying to deal with both lower case
> and upper case possibilities.  Is there a way to specify that the mask
> should be evaluated as case insensitive?
>
> --mikej
> -=--
> mike jackson
> [EMAIL PROTECTED]
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 webapps are missing

bash-2.05# ls -l
total 0
bash-2.05# pwd
/tomcat/webapps/jsp-examples/cal

> -Original Message-
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 12, 2004 10:41 PM
> To: Tomcat Users List
> Subject: RE: starting out with tomcat and struts
> 
> 
> 
> Hi,
> 
> >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 :)
> 
> What on earth are you talking about?  I spilled my coffee reading this
> (though thankfully only on this keyboard, and I'm tired of this keyboard
> anyways, but that's a long story).
> 
> All tomcat distributions contain all the examples, always have.
> Recently they're not in the webapps directory: they're declared in
> conf/Catalina/localhost/examples.xml just like admin, manager, balancer.
> The docBase in example.xml will point to a directory under
> $CATALINA_HOME/server/webapps.
> 
> Yoav Shapira
> 
> 
> 
> This e-mail, including any attachments, is a confidential 
> business communication, and may contain information that is 
> confidential, proprietary and/or privileged.  This e-mail is 
> intended only for the individual(s) to whom it is addressed, and 
> may not be saved, copied, printed, disclosed or used by anyone 
> else.  If you are not the(an) intended recipient, please 
> immediately delete this e-mail from your computer system and 
> notify the sender.  Thank you.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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]



RE: starting out with tomcat and struts

2004-04-10 Thread electroteque
The webapps is missing from the binary distribution, i cant find it please
help :\

> -Original Message-
> From: Allistair Crossley [mailto:[EMAIL PROTECTED]
> Sent: Saturday, April 10, 2004 11:33 PM
> To: Tomcat Users List
> Subject: RE: starting out with tomcat and struts
>
>
> 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 :)
>
> As for struts the best thing to do is just download the Struts
> 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 PROTECTED]
> Sent: 10 April 2004 14:30
> To: [EMAIL PROTECTED]
> Subject: starting out with tomcat and struts
>
>
> 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 the
> best place for me to start ? Please let me know.
>
> Dan
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> 
> ---
> QAS Ltd.
> Developers of QuickAddress Software
> http://www.qas.com";>www.qas.com
> Registered in England: No 2582055
> Registered in Australia: No 082 851 474
> ---
> 
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html

> As for struts the best thing to do is just download the Struts
> 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.


Thanks i'll give that a go, does the auto-unpack happen after a restart, or
is that not needed anymore, that would be a pain in a real world.


Dan


-
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 the
best place for me to start ? Please let me know.

Dan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 where I heard first about
> things like Stuts, JSTL, etc. So here's the question.
>
> I want to set up a free FTP server on my windows 2000 server. I've done a
> google search and found one called War FTP. I was curious if anyone had
any
> experience with this, or could recommend a good one? I'm not a hard core
> FTP'er but I do need to be able to provide different people access to
> different directories.
>
> -Brian
>
> -Original Message-
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 20, 2003 1:21 PM
> To: Tomcat Users List
> Subject: RE: basic logging question
>
>
>
> Howdy,
>
>> the methods of org.apache.catalina.logger.FileLogger or log4j's Logger
>> class so that i can turn logging on and off and can use various levels
> like
>> debug,info,warn,errors etc. I tried to import
>> org.apache.catalina.logger.FileLogger in java servlet, but it says
> class
>> not found. I do have commons-logging under /common/lib
> folder.
>> Please guide me where am i going wrong? also if anyone who has log4j
> under
>
> Don't use tomcat's internal Logger facilities, as they are
> container-specific.  Instead, choose between using log4j by yourself or
> using the commons-logging that's included with tomcat.
>
> If you want to use commons-logging, in your servlet:
>
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;
>
> Declare a private static Log:
> private static Log theLog;
>
> Then in the init() method of your servlet, or in static initialization:
> theLog = LogFactory.getLog(getClass());
>
> Now you can use it.  For more details, read the commons-logging
> documentation.
>
> If you want to use log4j directly, the code is fairly similar to the
> above, except you don't need a LogFactory, you just have
> org.apache.log4j.Logger and its getLogger(...) call.
>
> You will need to configure log4j (read its docs for how to do this) or
> commons-logging (read its docs for how to do this) if you find tomcat's
> default configuration insufficient (as you likely will).
>
> Yoav Shapira
>
>
>
> This e-mail, including any attachments, is a confidential business
> communication, and may contain information that is confidential,
proprietary
> and/or privileged.  This e-mail is intended only for the individual(s) to
> whom it is addressed, and may not be saved, copied, printed, disclosed or
> used by anyone else.  If you are not the(an) intended recipient, please
> immediately delete this e-mail from your computer system and notify the
> sender.  Thank you.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, and i'm not a root
user.
Actually, the server administrator installed for me TomCat (from .rpm) as
root user,
and then gave me the password for the user "tomcat4", but that is not
usefull at all, since
i need a complete control of the config files of tomcat, and i cannot
neither start it.
Now i would like to uninstall the current TomCat, and reinstalling it in the
way i have complete control over TomCat.

Which steps must i tell to the admin to follow, for installing correctly
TomCat for me?

Greetings,
Alex



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



open source code and IDE

2003-05-29 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
all over again


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: error with tomcat examples

2003-05-29 Thread electroteque
right ok thanks heaps , so servlets are compiled jsp , would be similar to encoding 
php into precompiled scripts

-Original Message-
From: Anthony Cunningham [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 8:33 PM
To: Tomcat Users List
Subject: Re: error with tomcat examples


jsp files are compiled into servlets when you first request them
on windows they are compiled into the tomcat/work/localhost/ 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/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 ?
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 ?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat install

2003-05-29 Thread electroteque
ok thanks heaps its all working now i'll intergrate with apache @ a later
date , trying out the examples the code is very clean , i'm liking this over
php :D

-Original Message-
From: Jason Bainbridge [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 8:08 AM
To: Tomcat Users List
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 like an error. I get a server not found error
trying that address.

> also what is the difference between working with a standalone or a jk2
> module in apache ??

Standalone doesn't have builtin support for load balancing plus it uses
Coyotge to process all HTTP requests, where in a high load environment it is
better to integrate Tomcat with Apache.

If you are just using it for testing purposes I'd stick just with standalone
but if you are deploying in a high load environment you should look at
integrating with Apache using the "In process" method, if you choose to do
that John Turner has some very good tutorials you can use (Search the
archive
for the links, I haven't got time right now to dig them up).

Regards,
--
Jason Bainbridge
KDE Web Team - http://kde.org
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
Subject: RE: tomcat install


ok i got the standalone binary working for now

http://electroteque.dyndns.org:1025/

i get a blank screen though ??

also what is the difference between working with a standalone or a jk2
module in apache ??

-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 3:18 AM
To: Tomcat Users List
Subject: Re: tomcat install



Also http://www.johnturner.com/howto and http://tomcatfaq.sourceforge.net

John

On Wed, 28 May 2003 23:02:23 +0800, Chong Yu Meng <[EMAIL PROTECTED]>
wrote:

> Greetings !
>
> If you are new to Tomcat, and you're on a Linux platform, you might want
> to check out my write-up, which is a tutorial that you can follow. It is
> at : http://linux-sxs.org/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 looked :\
>>
>> -Original Message-
>> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, May 29, 2003 12:28 AM
>> To: Tomcat Users List
>> Subject: RE: tomcat install
>>
>>
>>
>> Howdy,
>> You don't need to compile anything with the binary.  You just unpack it,
>> go to the bin directory, and type startup.sh (or startup.bat on
>> windows).  That's it.
>>
>> To change the default port, edit $CATALINA_HOME/conf/server.xml.  See
>> the configuration reference documentation for details.
>>
>> Yoav Shapira
>> Millennium 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 did try to startup a binary but how do i change the
>>>
>>>
>> default
>>
>>
>>> port ?
>>>
>>>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat install

2003-05-29 Thread electroteque
ok i got the standalone binary working for now

http://electroteque.dyndns.org:1025/

i get a blank screen though ??

also what is the difference between working with a standalone or a jk2
module in apache ??

-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 3:18 AM
To: Tomcat Users List
Subject: Re: tomcat install



Also http://www.johnturner.com/howto and http://tomcatfaq.sourceforge.net

John

On Wed, 28 May 2003 23:02:23 +0800, Chong Yu Meng <[EMAIL PROTECTED]>
wrote:

> Greetings !
>
> If you are new to Tomcat, and you're on a Linux platform, you might want
> to check out my write-up, which is a tutorial that you can follow. It is
> at : http://linux-sxs.org/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 looked :\
>>
>> -Original Message-
>> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, May 29, 2003 12:28 AM
>> To: Tomcat Users List
>> Subject: RE: tomcat install
>>
>>
>>
>> Howdy,
>> You don't need to compile anything with the binary.  You just unpack it,
>> go to the bin directory, and type startup.sh (or startup.bat on
>> windows).  That's it.
>>
>> To change the default port, edit $CATALINA_HOME/conf/server.xml.  See
>> the configuration reference documentation for details.
>>
>> Yoav Shapira
>> Millennium 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 did try to startup a binary but how do i change the
>>>
>>>
>> default
>>
>>
>>> port ?
>>>
>>>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat install

2003-05-29 Thread electroteque
these are very well documented but how do i change the default port in
server.xml ?

-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 3:18 AM
To: Tomcat Users List
Subject: Re: tomcat install



Also http://www.johnturner.com/howto and http://tomcatfaq.sourceforge.net

John

On Wed, 28 May 2003 23:02:23 +0800, Chong Yu Meng <[EMAIL PROTECTED]>
wrote:

> Greetings !
>
> If you are new to Tomcat, and you're on a Linux platform, you might want
> to check out my write-up, which is a tutorial that you can follow. It is
> at : http://linux-sxs.org/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 looked :\
>>
>> -Original Message-
>> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, May 29, 2003 12:28 AM
>> To: Tomcat Users List
>> Subject: RE: tomcat install
>>
>>
>>
>> Howdy,
>> You don't need to compile anything with the binary.  You just unpack it,
>> go to the bin directory, and type startup.sh (or startup.bat on
>> windows).  That's it.
>>
>> To change the default port, edit $CATALINA_HOME/conf/server.xml.  See
>> the configuration reference documentation for details.
>>
>> Yoav Shapira
>> Millennium 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 did try to startup a binary but how do i change the
>>>
>>>
>> default
>>
>>
>>> port ?
>>>
>>>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat install

2003-05-29 Thread electroteque
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 install



Howdy,
You don't need to compile anything with the binary.  You just unpack it,
go to the bin directory, and type startup.sh (or startup.bat on
windows).  That's it.

To change the default port, edit $CATALINA_HOME/conf/server.xml.  See
the configuration reference documentation for details.

Yoav Shapira
Millennium 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 did try to startup a binary but how do i change the
default
>port ?
>
>-Original Message-
>From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
>Sent: Thursday, May 29, 2003 12:11 AM
>To: Tomcat Users List
>Subject: RE: tomcat install
>
>
>
>Howdy,
>How about starting with the binaries?  Download tomcat 4.1.24 binary
>from here:
>http://jakarta.apache.org/site/binindex.cgi
>
>Then just unpack it (make sure to use GNU tar to untar if you download
>the .tar.gz distribution) 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, 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 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
>customise
>>the paths to what are they all and which ones should i hook into let
me
>>know
>>thanks
>>
>>i am following these two howtos
>>
>>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.htm
l
>>
>>
>>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html
>>
>>doing it step by step in the building.txt file , downloaded all the
>>packages
>>i need , really confusing
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary
>and/or privileged.  This e-mail is intended only for the individual(s)
to
>whom it is addressed, and may not be saved, copied, printed, disclosed
or
>used by anyone else.  If you are not the(an) intended recipient, please
>immediately delete this e-mail from your computer system and notify the
>sender.  Thank you.
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat install

2003-05-29 Thread electroteque
ok i found the jk2

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/

but nowhere to download :\

plus the link is broken

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 12:11 AM
To: Tomcat Users List
Subject: RE: tomcat install



Howdy,
How about starting with the binaries?  Download tomcat 4.1.24 binary
from here:
http://jakarta.apache.org/site/binindex.cgi

Then just unpack it (make sure to use GNU tar to untar if you download
the .tar.gz distribution) 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, 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 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
customise
>the paths to what are they all and which ones should i hook into let me
>know
>thanks
>
>i am following these two howtos
>
>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html
>
>
>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html
>
>doing it step by step in the building.txt file , downloaded all the
>packages
>i need , really confusing
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat install

2003-05-29 Thread electroteque
"Download the jk2 shared library for you version of apache and copy it in
/usr/local/apache/modules (create the directory if necessary). If you can't
find a suitable version of jk2 ask it to the tomcat-user mailing list or
download the source and build it yourself (this is another HOWTO).

Create, if you haven't already, the /usr/local/apache/conf directory and
create a file named workers2.properties with this content in it: "

from here

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html

whats the jk2 shared library about thats why i tried the source instead

is it a module ?

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 12:11 AM
To: Tomcat Users List
Subject: RE: tomcat install



Howdy,
How about starting with the binaries?  Download tomcat 4.1.24 binary
from here:
http://jakarta.apache.org/site/binindex.cgi

Then just unpack it (make sure to use GNU tar to untar if you download
the .tar.gz distribution) 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, 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 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
customise
>the paths to what are they all and which ones should i hook into let me
>know
>thanks
>
>i am following these two howtos
>
>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html
>
>
>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html
>
>doing it step by step in the building.txt file , downloaded all the
>packages
>i need , really confusing
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat install

2003-05-29 Thread electroteque
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 did try to startup a binary but how do i change the default
port ?

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 12:11 AM
To: Tomcat Users List
Subject: RE: tomcat install



Howdy,
How about starting with the binaries?  Download tomcat 4.1.24 binary
from here:
http://jakarta.apache.org/site/binindex.cgi

Then just unpack it (make sure to use GNU tar to untar if you download
the .tar.gz distribution) 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, 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 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
customise
>the paths to what are they all and which ones should i hook into let me
>know
>thanks
>
>i am following these two howtos
>
>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html
>
>
>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html
>
>doing it step by step in the building.txt file , downloaded all the
>packages
>i need , really confusing
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 customise
the paths to what are they all and which ones should i hook into let me know
thanks

i am following these two howtos

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html


http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html

doing it step by step in the building.txt file , downloaded all the packages
i need , really confusing


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]