Re: TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
"catalina start" closes the DOS window too! - Original Message - From: "Ben Souther" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 19, 2004 2:10 PM Subject: Re: TC5 won't start on Xeon > Instead

Re: [tomcat-user] Re: $TOMCAT_HOME/conf/web.xml isn't readed inTomcat 3.2b6???

2000-11-07 Thread Craig R. McClanahan
aches (example assumes you installed in a directory called "tc4"): (1) No CATALINA_HOME environment variable set: cd /tc4 ./bin/catalina.sh start (2) CATALINA_HOME set to "/tc4" $CATALINA_HOME/bin/catalina.sh start Craig McClanahan

license question

2000-12-06 Thread Christoph Kukulies
Sorry if this may be a FAQ but I went to the jakarta.apache.org homepage and didn't find a word on this nor in the FAQ: I have written an intranet web application for a custom purpose and want to ship it to my customer. Can I include apache and tomcat on the CD? Or can I tell the customer

Help needed urgent

2002-06-05 Thread vmjhamb
have response from ur side. thanks Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in

RE: How to force Tomcat to compile?

2002-02-05 Thread Guido Medina
just do it with the following two command lines: cd .../WEB-INF/classes javac *.java Guido. -Original Message- From: Anja Falkner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 2:24 PM To: Tomcat Users List Subject: How to force Tomcat to compile? Hi, is there a method

Re: [OT} reg downloading

2004-12-26 Thread QM
On Mon, Dec 27, 2004 at 09:59:35AM +0530, [EMAIL PROTECTED] wrote: : I want to download websites like "java.sun.com" (whole site) and I want : to write it on a CD. 1/ please mark threads "off-topic" ("OT") if your message has nothing to do with Tomcat. 2/ the &qu

RE: Quickly get Tomcat running with Apache on Solaris?

2003-08-20 Thread Madere, Colin
Execute the shell command: %CATALINA_HOME%\bin\startup (Windows) $CATALINA_HOME/bin/startup.sh (Unix) * By modifying your current working directory: - Execute the following shell commands: cd %CATALINA_HOME%\bin (Windows) startup

Re: >> problem with new 2.04 mod_jk2

2004-04-01 Thread Valeri Martchouk
Hello Devin, it was my way to compile jk2-connector: Apache source : /usr/local/apache2/src/httpd-2.0.48 cd /usr/local/src/ tar xzf jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz cd jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 ./buildconf.sh ./configure --with-apxs2=/usr/local/apache2/bin

Errors installing tomcat 4.1.x on windows xp

2003-10-06 Thread Mercieca David
Tomcat is not happy either way. btw..ANT version 1.5.x works fine on the same machine. Anyone had similar issues? C:\>cd %CATALINA_HOME% C:\jakarta-tomcat-4.1.24>cd bin C:\jakarta-tomcat-4.1.24\bin>catalina run Using CATALINA_BASE: c:\jakarta-tomcat-4.1.24\ Using CATALINA_HOME: c

Re: apache & tomcat as services under Linux

2001-06-22 Thread Pier Paolo Bortone
give it execution permissions > with > chmod u+x apache-tomcat > > Then with control-panel you can link it to the run-level 3 > or you can make it directly with > > # Start in run level 3 > cd /etc/rc.d/rc3.d > ln -s ../init.d/apache-tomcat S99apache-tomcat > > # Sto

Re: Compiling mod_webapp.so ...

2002-03-04 Thread Charles Swarts
Yes, I had to do this too, to compile the mod_webapp module with EAPI support. You are just missing one step. After you get the fresh cvs snapshot (like you did ), go forth like this: # cd jakarta-tomcat-connectors/webapp # ./support/buildconf.sh # CFLAGS=-DEAPI # ./configure --with-apxs

RE: NIGHTMARE

2002-04-08 Thread Jolet, John
E -Original Message- From: Timlin, Bob [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 11:39 AM > Let's see. The following is a nightmare > 1. unzip tomcat > 2. cd $TOMCAT_HOME/bin (unix/linux) or cd %TOMCAT_HOME%\bin (windows) 3. > startup.sh (unix/lin

Re: Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting

2002-04-30 Thread Tom Bednarz
small batch file to install the service and one to remove the service. Here is the code for those who are interested: snip install --- @echo off d: cd \Tomcat4.0\bin tomcat.exe -install "Apache Tomcat" C:\JavaSoft\jdk1.3.1_01\jre\bin\hotspot\jvm.dll -jvm_option -Djava.cla

After a successful build of tomcat from build.xml, how do I insta ll it?

2005-06-08 Thread Clark, Benjamin
ns for 'Building Tomcat' say to do. $ cd jakarta-tomcat-5 $ ls BENCHMARKS.txtcompat NOTICE RUNNING.txt Build CVS RELEASE-NOTES tomcat.nsi BUILDING.txt deployer RELE

Re: R: Startup/shutdown script

2003-02-16 Thread jmong
$? != 0 ]; > > then > >kill -9 `/bin/cat $TOMCAT_HOME/logs/tomcat.pid` > /dev/null 2>&1 > > fi > > > > also I assume you're running this guy as root... because if > you're not > > then you might have to give the user permissions to read

Re: R: Startup/shutdown script

2003-02-16 Thread Oscar Carrillo
hutdown.. > > ./shutdown.sh > > if [ $? != 0 ]; > > then > >kill -9 `/bin/cat $TOMCAT_HOME/logs/tomcat.pid` > /dev/null 2>&1 > > fi > > > > also I assume you're running this guy as root... because if you're not > > then yo

problem apache interacting with Tomcat after restarting apache

2003-09-10 Thread Pradeep Gummi
> >Sent: Wednesday, September 10, 2003 2:41 PM > > >To: 'Tomcat-User' > > >Subject: Tomcat 4.1.27 not reloading classes even after > > applying hotfix > > > > > >Hello: > > > > > >I have a server running tomcat 4.1.

Re: the pain of choice

2004-04-20 Thread Michiel Toneman
Great, let's use JK2 My experience: tar -xvzf jakarta-tomcat-connectors-jk2-src-current.tar.gz cd jakarta-tomcat-connectors-jk2-2.0.4-src/ less README.txt -> gibberish, doesn't help me much less RELEASE-NOTES.txt --

RE: JK2 connector binary for solaris8

2004-05-25 Thread Igor Galperin
ml) In order to compile the mod_jk2 connector we need to refer to the location where Apache server, Tomcat server and JDK are installed. So, make sure they are installed before we can continue. > cd jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 > chmod u+x buildconf.sh > ./c

RE: Link Error Building JK2 on Solaris 9

2002-11-12 Thread Robert Williams
r JK2 connector make make install Build jk2 Connector cd ${conector.home}/jk/native2 sh ./buildconf.sh cp /usr/java/include/solaris/* /usr/java/include/ CPPFLAGS=-DBSD_COMP ./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ -

Re: Compiling mod_webapp.so ...

2002-03-05 Thread Charles Swarts
EMAIL PROTECTED]:/home/cvspublic login (logging in...) #CVS password: anoncvs #cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \ checkout jakrata-tomcat-connectors/webapp #cd ./jakarta-tomcat-connectors/webapp #cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \ checkout apr (this worked well f

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-23 Thread Simon Stewart
th the Sun compilers and gcc(2.95.3), > using the latest CVS checkout and/or the latest source tarball. With > Sun's dev utils and/or with gnu utils... i.e., every variation I can > think of. > > My lastest effort was to follow Simon Burr's walk-through: > &g

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-23 Thread Georg Huettenegger
ing the latest CVS checkout and/or the latest source tarball. With > Sun's dev utils and/or with gnu utils... i.e., every variation I can > think of. > > My lastest effort was to follow Simon Burr's walk-through: > > cd ${TOMCAT_CONNECTORS_SRC_HOME}/webapp &g

RE: tomcat and SSL (keyfile password)

2002-04-25 Thread Dave North
OK, here's what I did (this was using a test versign cert but the procedure is the same for a "real" production cert): STEP A - generate your private key Pre-req: JDK must be installed 1) cd to $JAVA_HOME/jre/bin 2) run ./keytool -genkey -alias tomcat -keyalg RSA -keystore

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
omcat daemon > > # > > # processname: > > # config: /usr/local/tomcat/conf/server.xml > > > > RETVAL=0 > > > > TOMCAT_HOME=/usr/local/tomcat > > export TOMCAT_HOME > > > > case "$1" in > > start) > > F=`$0 st

RE: SSL-How-2 for Tomcat 4

2001-08-20 Thread Curtis Dougherty
Take a chance kids... I'm tired... my URL is at the bottom of this thread (I want to make EXAMPLES work before I get in any deeper) attached are my server.xml files and java.policy drifting off now...zzzzz cd -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROT

AW: Please Help

2002-01-07 Thread Gisela Ulrich
in httpd.conf. Procedure ** Open a DOS prompt H:\>cd [APACHE_HOME]\bin H:\>[APACHE_DRIVE:] [APACHE_HOME]\bin>htpasswd Usage: htpasswd [-cmdps] passwordfile username htpasswd -b[cmdps] passwordfile username password htpasswd -n[mdps] username htpasswd -nb[mdps] use

Re: How do you get a C:\ prompt in Windows XP?

2002-12-18 Thread Ronin Quigley
Thanks to all who replied. cd c:\ gave me the C:\ prompt that I was looking for. - Original Message - From: "Jerry Ford" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 12:42 AM Subject: Re: How do yo

Re: servlet with Tomcat

2003-01-14 Thread Will Hartung
WIN 3. Open a DOS Command Prompt 4. Type: SET JAVA_HOME=C:\JDK1.3.1 5 Type: SET PATH=%PATH%;C:\CYGWIN\BIN;%JAVA_HOME%\BIN 6 Type: SET CATALINA_HOME=C:\jakarta-tomcat-4.1.18 7 Type: CD %CATALINA_HOME%\webapps\examples\WEB-INF\classes 8. Create a new file here: HelloSteve.java, and place the follo

Re: Cleint Side Certificates

2004-12-23 Thread Julian W H Osborne
PE} echo Extracting Private Key ... echo "Enter Private Key Password: " stty_orig=`stty -g` stty -echo read PASSWORD stty $stty_orig DN='CN='$1', OU=it-dept, O=IMS MAXIMS Plc, L=Milton Keynes, S=Buckinghamshire, C=GB' CACERT=${SSL_DIR}imscacert.pem cd ${SSL_DI

Re: Cleint Side Certificates

2004-12-23 Thread Julian W H Osborne
ad PASSWORD stty $stty_orig DN='CN='$1', OU=it-dept, O=IMS MAXIMS Plc, L=Milton Keynes, S=Buckinghamshire, C=GB' CACERT=${SSL_DIR}imscacert.pem cd ${SSL_DIR}java echo Using ${DN} ... echo Generating key ... ${KEYTOOL} -genkey -dname "${DN}" -alias tomcat -keyalg RSA

Multiple Tomcat 3.2.4 JVMs Document

2002-03-14 Thread Robert Walther
apply to both sites) 1. Make “/contexts” and create a new directory for each site within /contexts. mkdir /contexts cd /contexts mkdir site1 mkdir site2 2. Copy the contents of your original Tomcat Installation into each site directory. cp -R /$TOMCAT_HOME /contexts/site1 cp -R /$TOMCAT

Symbolic links in docroot?

2004-03-16 Thread gSOAP acct
How can I get my J2EE 1.4 Application Server( which uses Tomcat I believe) to allow users to see files in a symbolic link in the docroot directory? I did this ... cd SUNWappserver/domain/domain1/docroot ln -s /usr/home/BB/public_html BB but when I try and access http://localhost:8080/BB

Ports Number Used in Tomcat 5.0

2002-11-12 Thread Fredro Harjanto
://:8080, it fails. Any problem I haven't realized? Are there any more port #(s) that is needed to be opened? Thank you. -Fred welcome.to/fredro - Do you Yahoo!? U2 on LAUNCH - Exclusive medley & videos from Greatest Hits CD

Restricting Access to Web Resources

2002-06-06 Thread Urtzi Larrazabal
Hi friends, I am trying to protect my application with an authentification but I don't know why my security constraint is ignored. When I access to the application I'm not prompted for a user and a password. Does anyone know what am I doing wrong? #cd webapps/Myaplicaion/WEB

Tomcat performance issues

2002-06-13 Thread AMRAN121
Hi All I have designed some jsp pages which extract from a database. But the pages can take upto 5 minutes before they show the content. Is there anyway I can pinpoit where the bottle neck is. My current settings are APACHE + MOD_jk + Tomcat 4.03 (could the bottle neck be my Apache and tomcat

TOMCAT won't compile, problem somewhere between jakarta servletapi and ant, please help

2001-08-02 Thread alexus
i'm trying to build tomcat 3.2.3 from source code on FreeBSD-4.3 STABLE i'm stuck on step jakarta-servletapi su-2.05# echo $JAKARTA_HOME /usr/local/java/JAKARTA su-2.05# cd $JAKARTA_HOME/jakarta-servletapi su-2.05# pwd /usr/local/java/JAKARTA/jakarta-servletapi su-2.05# sh build.sh

WEB-INF/lib directory?

2004-09-16 Thread Bjørn T Johansen
ansen (BSc,MNIF) [EMAIL PROTECTED] --- Someone wrote: "I understand that if you play a Windows CD backwards you hear strange Satanic messages" To which someone replied: "It's even worse th

need mod_jk2

2004-06-29 Thread Samuel V . Green III
651/ and when I get to: cd jakarta-tomcat-connectors/jk/native2 I'm getting an error: i.e., -bash: ./configure: No such file or directory Any ideas? Thanks, Samuel. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: "I understand that if you play a Windows CD backwards you hear strange Satanic messages" To which someone replied: "

Re: Remote Start / Stop of tomcat

2004-06-01 Thread Parsons Technical Services
prompt. It works just like a Dos prompt or command prompt on Windows(with different commands). Use cd .. to move up in the directories and ls to list the directories and files. Case does matter, so CD is not the same as cd, same goes for file names. On some flavors of linux/unix you may have to do

RE: Tomcat & MySQL Run On Read-Only Media ..

2002-07-15 Thread Murat Buyukkal ([EMAIL PROTECTED])
: Tomcat Users List Subject: RE: Tomcat & MySQL Run On Read-Only Media .. I was just saying 2 mails ago : Who cares about customers ?? Tomcat-user list is not a marketing list.. He just wants to know how he can get that thing running on cd. he probably had a good reason to ask for this solution..

RE: crontab problems

2003-02-25 Thread Ralph Einfeldt
JAVA_HOME environment variable is not defined > message.. > / > my retstart_tomcat scrip is > #!/bin/sh > cd /usr/local/tomcat/bin > ./startup.sh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat for FreeBSD

2004-04-13 Thread Ronald Klop
If you have installed the FreeBSD ports collection (which you probably have), than do this: cd /usr/ports/www/jakarta-tomcat5 make make install make clean The 'make' command wil show some settings, which may be readable depending on how fast your computer scrolls text. Greetings, R

RE: TC5 won't start on Xeon

2004-01-19 Thread Bodycombe, Andrew
he below line with > > >>> set _EXECJAVA=start "Tomcat" %_RUNJAVA% > With > >>> set _EXECJAVA= %_RUNJAVA% > > Then cd to the bin directory and type > Catalina start > - To unsub

Re: tomcat ..(latest)

2002-05-10 Thread Phillip Morelock
http://jakarta.apache.org/tomcat On 5/10/02 11:30 AM, "puneet sachar" <[EMAIL PROTECTED]> wrote: > Guys i just lost my Cd in whicg i have tomcat > > > Can anyone tell form where i get the latest version of > tomcat and process how to install it > > Its v

space in tomcat_home directory

2002-06-21 Thread Yu Ye Zhou
My tomcat is install under windows directory as follow: c:\Program Files\apache tomcat 4.0 I have spaces in the directory. How can the wrappers.properties file recognizes the spaces in the directory? I have cygwin in my computer, when I cd to a windows directory, I use \ to escape the spaces

Re: Setting up jdbc connections

2002-03-04 Thread Joel Rees
you ever get the examples to run? Where did you get the RPM? (CD?Redhat?jakarta?) Did you let it unpack by the defaults? Etc. Joel Rees -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: [ANNOUNCEMENT] Apache Tomcat 4.0.1

2001-10-18 Thread Peter Mutsaers
at. Have RPM's become some kind of religion, that even for truely trivial setups people still demand RPM's? install: cd /usr/local; tar zxvf jakarta-tomcat*.tar.gz uninstall: rm -rf /usr/local/jakarta-tomcat-4.0 what more do you want? -- Peter Mutsaers | Dübendorf

Tomcat on CD-ROM

2004-09-05 Thread Ruth, Brice
I've gone through the archives and read about setting loggers & workDir to a writable directory, yet I'm still getting an exception thrown in tldScanJar (ContextConfig). I've checked out the code for tldScanJar and I don't see it doing anything but opening an InputStream to the JAR using JarURL

Re: Limit catalina.out size

2005-03-29 Thread Tim Funk
There shouldn't be anything going to standard output (Unless your code is writing to System.out) An overly simple way to rotate logs in unix ... cd $tomcat_log_dir cp -f catalina.out catalina.out.`date "+%Y.%m.%d"` cat /dev/null > catalina.out -Tim Jimmy Ray wrote: Running o

Which version to use?

2005-04-04 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: "I understand that if you play a Windows CD backwards you hear strange Satanic messages" To which someo

mod_jk2 build error

2004-04-01 Thread Thomas D. Zeimet
Hi, I am trying to build the latest release of the JK2 connector: jakarta-tomcat-connectors-jk2-2.0.4-src. I'm running Red Hat Linux 9.0, Apache httpd-2.0.49 and Tomcat jakarta-tomcat-5.0.19. I follow the directions in jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/BUILD.txt cd ja

RE: building the mod_jk2 in one linux SuSE 8.1

2002-11-16 Thread Robert Williams
r/local/bin/tar xvf jakarta-tomcat-connectors-4.1.12-src.tar cd jakarta-tomcat-connectors-4.1.12-src ant - build the native code cd jakarta-tomcat-connectors-4.1.12-src/jk/native2 sh ./buildconf.sh # you wont need to do this copy either cp /usr/java/include/sola

Symlink Problem

2002-07-28 Thread SomchaiDion
roblem? > > > > Somchai > > - Original Message - > > From: "SomchaiDion" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, July 28, 2002 6:34 PM > > Subject: Symlink problem > > > > > > > D

RE: Creating mod_webapp

2002-04-18 Thread tc
piece. :-) On Thu, 18 Apr 2002, Emil Olovsson wrote: > I managed to solve the same problem by the following procedure: > cd lib > gcc -shared -o libwebapp.so *.lo > cd ../apache-2.0 > rm mod_webapp.la mod_webapp.lo mod_webapp.o mod_webapp.slo > make > gcc -sh

Solaris 7 x86 mod_webapp success

2001-11-15 Thread Kerry_Boguszewski
APR source from http://apr.apache.org cd to jakarta-tomcat-connectors/webapp ./support/buildconf.sh ./configure --with-apr=/someplace/apr \ --with-apxs=/apachedirectory/bin/apxs \ --with-tomcat=/someplace/tomcat make **First

Re: SSL-How-2 for Tomcat 4

2001-08-20 Thread Jonathan Eric Miller
- > If you see this thread... Why won't the "/examples" site won't encrypt > properly (https://localhost:8443/examples/servlets/index.html > > Thnx! > cd > > -Original Message- > From: Rob S. [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 20, 20

RE: mod_jk.so installation tar.gz...

2001-02-21 Thread GOMEZ Henri
PM >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: RE: mod_jk.so installation tar.gz... > > >Hi, > >This kind of trouble! 8o) :- > >[root@willow RPM]# rpm -ba SPECS/mod_jk-apache1.3-1mdk.spec >File /usr/src/RPM/SOURCES is smaller than 4 bytes >Executing(%prep): /bin/

[OFF-TOPIC] RE: RewriteRules and Standalone Tomcat

2003-01-09 Thread Turner, John
engine, I would say search engines are the last place people look when they want to spend money. Search engines are used, in my opinion, by people looking for information or anything else that's free, not for someplace to spend money. "CDs" at Google doesn't get me Amazon, yet

RE: JK2 unixsocket: Can't create apr

2002-11-14 Thread Robert Williams
-4.1.12 (binary) jakarta-tomcat-connectors-4.1.12-src Apache httpd-2.0.43 (source) j2sdk-1_4_1_01-solaris-sparc jakarta-ant-1.5.1 BUILD APACHE cd httpd-2.0.43/ ./configure --with-mpm=worker --enable-so --enable-layout=Apache --enable-module=most --enable-mods-shared=most Alter the config

Re: Multiple Tomcat 3.2.4 JVMs Document

2002-03-15 Thread Dan Lindy
gt;directories have been placed under a new directory called /contexts. >Although we will have a separate directory for each JVM under /contexts, >we still only have one TOMCAT_HOME. You do not need to set a TOMCAT_HOME >for each JVM. > > >Procedure: >(Two new and INDEPENDENT J

R: R: Startup/shutdown script

2003-02-17 Thread Simone Chiaretta
it when you shut it down > > > > > > ./startup.sh > /dev/null 2>&1 & > > > echo $! > $TOMCAT_HOME/logs/tomcat.pid > > > > > > shutdown.. > > > ./shutdown.sh > > > if [ $? != 0 ]; > > > then > > >kill -9

Re: the pain of choice

2004-04-20 Thread Greg Adams
at-connectors-jk2-src-current.tar.gz > cd jakarta-tomcat-connectors-jk2-2.0.4-src/ > > less README.txt -> gibberish, doesn't help me much > less RELEASE-NOTES.txt > > -- > Tomcat Connectors Version @VERS

RE: the pain of choice

2004-04-20 Thread Angus Mezick
st > Subject: Re: the pain of choice > > > Great, let's use JK2 > > My experience: > > > > tar -xvzf jakarta-tomcat-connectors-jk2-src-current.tar.gz > cd jakarta-tomcat-connectors-jk2-2.0.4-src/ > > less README.txt -> g

Please Help to compile mod_jk2 on AIX

2003-11-28 Thread Jose Perez
Please, i have tried to compile hundred of times jakarta-tomcat-connectors-4.1.29-src and jakarta-tomcat-connectors-jk2-2.0.2-src, but it's impossible. There are a lot of errors during compilation. I use: gcc.3.2.1, libtool 1.4.2,autoconf 2.53,automake 1.5, make 3.79 #cd jakarta-t

why tomcat doesn't run?

2001-06-22 Thread rino . mail
I have Linux redhat 7.1 I do this command an then I try to see il tomcat runs by browsing with netscape "127.0.0.1:8080" but don't run: why? Thankyou in advance, Rino. COMMAND: [rino@localhost rino]$ cd tomkat/ [rino@localhost tomkat]$ cd jakarta-tomcat-3.2.1 [rino@localhost

RE: There is no disk in the drive!

2001-07-11 Thread Jay Burgess
r and fix the problem as well. Jay CAUSE This problem occurs when the PATH statement in the AUTOEXEC.BAT file, Windows NT System Environment Variables, or User Environment Variables for references a floppy disk drive or CD-ROM drive. If you reference a floppy disk or CD-ROM drive in the AUT

Re: Link Error Building JK2 on Solaris 9

2002-11-13 Thread Bill Barker
-layout=Apache > --enable-module=most --enable-mods-shared=most > ## the --enable-so is important for JK2 connector > make > make install > > > Build jk2 Connector > cd ${conector.home}/jk/native2 > sh ./buildconf.sh > > cp /usr/java/include/solaris/* /usr/java/include/

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-23 Thread glen
the latest source tarball. With > > Sun's dev utils and/or with gnu utils... i.e., every variation I can > > think of. > > > > My lastest effort was to follow Simon Burr's walk-through: > > > > cd ${TOMCAT_CONNECTORS_SRC_HOME}/webapp > > chmod +x s

Re: tomcat and SSL (keyfile password)

2002-04-25 Thread bm
wrote: > OK, here's what I did (this was using a test versign cert but the > procedure is the same for a "real" production cert): > > STEP A - generate your private key > > Pre-req: JDK must be installed > > 1) cd to $JAVA_HOME/jre/bin > > 2) run ./keytoo

Re: Why and How Tomcat before Apache?

2001-08-17 Thread David Cassidy
> > RETVAL=0 > > > > TOMCAT_HOME=/usr/local/tomcat > > export TOMCAT_HOME > > > > case "$1" in > > start) > > F=`$0 status` > > if [ "$?" = "255" ] ; then > > echo -n "

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-10 Thread Turner, John
rk, try this: > > -go to a command prompt > -type c:\ and hit enter > -type cd tomcat\jakarta-4.1.12\bin and hit enter > -type startup.bat and hit enter > > If i'm being too simple please forgive me. > > On Mon, 2002-12-09 at 23:37, Siobhan Quigley wrote: &g

-Djava.endorsed.dirs=

2003-04-01 Thread Ines Robbers
Hi, I have installed Tomcat under C:\Programme\Apache Group\Tomcat 4.1 and the JDK under C:\Programme\Java\j2re1.4.1_02 When trying to start up Tomcat with cd C:\Programme\Apache Group\Tomcat 4.1\bin\startup I get an error message: "The JAVA_HOME environment variable is not de

Re: System cannot find the path specified !

2003-05-27 Thread Jason Bainbridge
calls it)? If so cd into the bin directory and then try startup.bat, if that doesn't work do a DIR inside there and see what is listed. Regards, -- Jason Bainbridge KDE Web Team - http://kde.org [EMAIL PROTECTED] - To

Re: jakarta-tomcat-connectors-jk2-2.0.2-src cannot compile

2003-02-06 Thread Mark Eggers
build file. cd /usr find . -name apr -print Hopefully that will get you through the build problems. /mde/ just my two cents . . . . __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yaho

[ROOKIE] WebApp

2003-08-28 Thread Mario Moroni
re I should put this? What I have to configure? Thanks again Mario -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Scopri i cd di musica rilassante , zen e new age. Li trovi su www.regali.it Clicca qui: http://adv.email.it/cgi-bin/foclick

RE: TC5 won't start on Xeon

2004-01-19 Thread Sanjeev Kumar
art on Xeon No change - window closes as soon as I hit enter... > In Catalina.bat replace the below line with > > >>> set _EXECJAVA=start "Tomcat" %_RUNJAVA% > With > >>> set _EXECJAVA= %_RUNJAVA% &

Web server Governed SSL

2001-11-29 Thread k.rajeshkannan
Apache) will be always integrated. Hence we would like to extend the webserver SSL rather than writing a seperate SSL for TOMCAT. How can we go about??? RajeshKannan Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy Music, Video, CD-ROM, Audio-Books and Music

I can't get TOMCAT 4b6 and IIS5 to work over SSL

2001-08-15 Thread Curtis Dougherty
stupid browser shows is the UNCOMPILED JSP CODE Why is that? When I point my browser to http://mysite.someplace.com:8080/fooey I GET COMPILED JSP code that RUNS. What am I doing wrong - Besides running IIS5 (the suits made me do it). - cd -

I can't get TOMCAT 4b6 and IIS5 to work over SSL

2001-08-15 Thread Curtis Dougherty
stupid browser shows is the UNCOMPILED JSP CODE Why is that? When I point my browser to http://mysite.someplace.com:8080/fooey I GET COMPILED JSP code that RUNS. What am I doing wrong - Besides running IIS5 (the suits made me do it). - cd -

Re: Version

2001-08-16 Thread Rob S.
Oh. My. God. I should start a Yahoo! Shop answering questions for $10k =) You obviously have access to the server... cd to $TOMCAT_HOME and read the README file. - r On Thu, 16 Aug 2001 14:38:21 -0500 [EMAIL PROTECTED] wrote: > Folks, > How do I know what version of tomcat I have

Re: I need run jakarta-tomcat

2001-08-24 Thread Pierre Carette
If it is under Windows I believe there is a Microsoft loopback driver on the installation cd, Pierre - Original Message - From: "Jaime Gomez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 6:05 PM Subject: I need run jakarta-tomcat

Re: Tomcat on CD-ROM

2004-09-07 Thread Ruth, Brice
Any takers Ruth, Brice wrote: I've gone through the archives and read about setting loggers & workDir to a writable directory, yet I'm still getting an exception thrown in tldScanJar (ContextConfig). I've checked out the code for tldScanJar and I don't see it doing anything but opening an Input

Re: Changing file permissions from within tomcat does not work

2004-08-19 Thread Christian Riedel
On 19.08.2004 16:36, John Villar wrote: just as a gues have you sat the Sticky or the UID bit of your directory? No, I have not ... when I cd to the directory and do a "touch testfile" on the cosole the file's permissions are as expected rw-r--r-- So why should it not w

Re: Changing file permissions from within tomcat does not work

2004-08-19 Thread John Villar
directory? No, I have not ... when I cd to the directory and do a "touch testfile" on the cosole the file's permissions are as expected rw-r--r-- So why should it not work from within Tomcat? Christian - To un

Re: can not build jk or jk2

2003-07-03 Thread Eric J. Pinnell
t I don't use ant. I use the regular configure/make approach. 1.) cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/ 2.) ./configure --with-apxs2=/path/to/apache/bin/apxs 3.) make 4.) mod_jk2.so should be in: jakarta-tomcat-connectors-jk2-2.0.

Re: How to apply the hotfix of 4.1.27?

2003-08-22 Thread Tim Funk
Substitue as appropriate for windows ... 0) download http://www.apache.org/dist/jakarta/tomcat-4/binaries/4.1.27-hotfix-22096.zip 1) cd $CATALINA_HOME 2) jar xf PATH_TO/4.1.27-hotfix-22096.zip 3) Done -Tim Vernon Smith wrote: Is the only way to apply the patch by the following procedure: 1

Re: Permission denied to webapps folder

2003-09-20 Thread Bill Barker
On *nix systems, you need to have 'r-x' permission to cd to a directory. "Denise Mangano" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] This is probably something simple, but I can't seem to understand this. As suggested by a Tomcat book that I have, I

Tomcat 3.2.2

2001-07-02 Thread snpe
Hello, I try jakarta-tomcat 3.2.2 Installation procedure is ok (I have jaxp.jar,parser.jar,servlet.jar, jsse ...) When I put : cd $JAKARTA_HOME/build/tomcat bin/startup.sh I get next error : Using classpath: /u2/jakarta/build/tomcat

webapp build problems

2002-10-24 Thread Iain
Hi, I am having trouble building mod_webapp on a freebsd 4.6.2 system. I downloaded and extracted the file jakarta-tomcat-connectors-4.1.12-src.tar.gz i cd into the webapp directory and successfully run configure. But when I run make i get the following: iain@cabernet:~/src/jakarta-tomcat

RE: Java Profilers, OptimizeIt or JProbe

2002-07-29 Thread Shapira, Yoav
Hi, Same as the other guy who replied: I've tried them both, I like OptimizeIt much better. That was true for OptimizeIt v3.11 and the recent v4.12. And like the other guy, it's really nice to have versions for my Solaris and Windows machines on the same CD ;) Yoav Shapira

apr compile problems

2002-06-22 Thread moonie
-connectors/webapp cd ./jakarta-tomcat-connectors/webapp cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \ checkout apr When I try to build apr / modwebapp I get the following message: - config.status: creating include/arch/unix/apr_private.h - config.status: error: cannot find input

newbie - install problem - binary 3.2.3

2001-08-16 Thread Joel Fowler
ct as some files are executable and most directories should be world accessible. Command to untar: cd /usr/local; tar xvpzf /root/jakarta-tomcat-3.2.3.tar.gz Am I missing something or was the tarball packaged incorrectly? Please advise? Thanks, Joel Fowler P.S. I could guess and chmod selected

RE: Tomcat 4.0 - Setting Working dir ?

2001-09-19 Thread Järkeborn Joacim
tyLevel > WARNING > > > scratchdir > C:\Temp\Impact\work > > 3 > > > It's placing all generated code there BUT when starting > Tomcat it creates a > '%CATALINA_HOME%\work' directory containing some empty > directories. I can't have this since Tomcat will be on a CD later on. > > Any suggestions? > > BR > Joacim >

Re: HOW WILL YOU RUN TOMCAT not as root but as another user?

2002-01-16 Thread louie miranda
not as root but as another user? > YES, how will you run tomcat as user let's say tomcat > hmm, is it > > login: tomcat > pass: *** > > cd /tomcat/ > ./startup.sh ?? > > > > > > > > > thanks! > > louie > > >

rc.local problem starting tomcat instances

2001-01-30 Thread Phillip Rhodes
_HOME=/usr/local/jdk1.2.2 cd /usr/local/jakarta-tomcat-3.2.1 su rhodespc -cm "bin/tomcat.sh start -f rhoderunner/conf/server.xml" su noise -cm "bin/tomcat.sh start -f noise/conf/server.xml" su pdanen -cm "bin/tomcat.

RE: Tomcat 4.0.1 on Solaris 8, Sunfire 280r

2002-12-16 Thread Matthew Ritenburg
It was bundled with a vendor application and comes with tech support. The vendor is only supporting the version they shipped on the CD. I understand your arguments completely. Unfortunately, the vendor is a little slow on QA testing and validation for their product. Matt -Original

Re: Redhat and JVM Install?

2004-12-06 Thread Hassan Schroeder
Keddie, Robert wrote: Can someone help a noob out and tell me if there is any definitive guide of Somones experience installing a JRE/JVM on a Redhat Linux machine? Interestingly, I was just doing that this morning (RH ES3) :-) Since I don't care for RPMs, I downloaded the .bin version. So,

Tomcat ignoring $CATALINA_HOME on XP.

2005-07-28 Thread Bruce E. Stemplewski
I created a system environment variable called $CATALINA_HOME on XP. I have it set to D:\MyProjects\java\Eclipse. If I do a CD %$CATALINA_HOME% at the DOS prompt the directory changes correctly. I have an index.htm file in this directory but the default Tomcat page keeps coming up. I

<    1   2   3   4   5   6   7   8   9   10   >