Tomcat 'out of environment space' message

2002-09-11 Thread Hoy, Samantha SSA-CORAR11
and the other under c:\tomcat\autoexec.bat ... presumably one should only have one autoexec.bat file! I think I have 2 separate versions because I installed a different version of Tomcat on my machine and the autoexec.bat file was on that cd when I copied it across . I viewed the c:\tomcat

RE: Tomcat 'out of environment space' message

2002-09-11 Thread Hoy, Samantha SSA-CORAR11
and the other under c:\tomcat\autoexec.bat ... presumably one should only have one autoexec.bat file! I think I have 2 separate versions because I installed a different version of Tomcat on my machine and the autoexec.bat file was on that cd when I copied it across . I viewed the c:\tomcat

RE: Tomcat 'out of environment space' message

2002-09-11 Thread Andreas Probst
on my machine.. one on c:\autoexec.bat and the other under c:\tomcat\autoexec.bat ... presumably one should only have one autoexec.bat file! I think I have 2 separate versions because I installed a different version of Tomcat on my machine and the autoexec.bat file was on that cd when I copied

Re: JBoss-2.4.8_Tomcat-4.0.4 not working by default

2002-09-24 Thread Manoj Kithany
) /kithany/*.jsp (any jsp files) /kithany/WEB-INF/web.xml /kithany/WEB-INF/classes/*.java (any JAVA files) /kithany/WEB-INF/classes/*.class (any CLASS files) /kithany/META-INF/application.xml The you creat WAR file as: #cd /kithany #jar -cvfM kithany.war . (notice the DOT here!!!) Then put

jk2 and unix sockets

2002-09-26 Thread Ivan Mikushin
read anywhere that it's required for the UNIX sockets channel to work. I've built mod_jk2 this way: cd /home/ivan/temp/install/jakarta-tomcat-connectors-4.1.12-src/jk/native2 ./buildconf.sh ./configure --with-apxs=/usr/sbin/apxs make Are the other handlers (apr, request) required in jk2.properties

Re: Using daemontools to supervise Tomcat

2002-10-13 Thread Will Hartung
, and it should Just Work. Lemme look. This man has a bad heart. Angina Pectoris, but we have the cure...Yes. Here they are... Yes, here it is, just start catalina.sh with the run option, and it doesn't fork into the background. #!/bin/sh # daemontools run script for Tomcat cd /usr/local/java/jakarta-tomcat

Re: Installation cook-book or HOW-TO

2002-10-14 Thread Mark Eggers
to a 'tomcat' user 3. set CATALINA_HOME to where it's installed 4. cd to $CATALINA_HOME/bin and execute: catalina start You should then be able to open up a browser and look at http://localhost:8080/ or http://machine-name:8080/ where machine-name is the host name

Re: xml parser in 4.0.6 and 4.1.12

2002-10-14 Thread Frank Liu
here are some more info: cd jakarta-tomcat-4.1.12/common/endorsed rm *.jar restart tomcat, now everything works. so it is definitely the incompatibility. any side effects for my workaround? Frank On Mon, 14 Oct 2002, Frank Liu wrote: Yes, I tried to remove those but got other errors. eg

Re: I don´t understand the objective of thisopen list !

2002-12-10 Thread ContestAdmin
Dave Sill wrote: Mark [EMAIL PROTECTED] writes: Our company has a very young, inexperienced appserver administrator who had Tomcat up an running in a matter of minutes (literally) without a CD library of professionally drafted set of documentation. With an Apache connector? Running

RE: Apache-Tomcat HOWTO

2002-12-12 Thread Turner, John
, m4 a) cd to CONNECTOR_HOME/jk/native. b) check README and README.configure. c) run buildconf.sh: ./buildconf.sh. This will create a file called configure in CONNECTOR_HOME/jk/native. d) run configure: ./configure --with-apxs=/some/path/to/apache/bin/apxs --with-java-home=${JAVA_HOME} e

Re: Mod_jk Try #2 - error can't find apache

2002-12-13 Thread Jan-Michael Ong
that line with the location of the found perl. cd / find . -name 'perl' -print Hope that helps. Jan-Michael At 12:39 PM 12/13/2002 -0500, Denise Mangano wrote: Ok. So its time to give this another try. For try #2 I decided to try to build mod_jk according to the HOW-TO. I'm running

Re: Apache-Tomcat HOWTO

2002-12-16 Thread Rasputin
* Turner, John [EMAIL PROTECTED] [1214 14:14]: NOTE: the ./configure method assumes you have a sane build environment: libtool, GNU make, autoconf, m4 a) cd to CONNECTOR_HOME/jk/native. b) check README and README.configure. c) run buildconf.sh: ./buildconf.sh. This will create

RE: Apache-Tomcat HOWTO

2002-12-16 Thread Turner, John
] [1214 14:14]: NOTE: the ./configure method assumes you have a sane build environment: libtool, GNU make, autoconf, m4 a) cd to CONNECTOR_HOME/jk/native. b) check README and README.configure. c) run buildconf.sh: ./buildconf.sh. This will create a file called configure

Re: Help needed to run Tomcat 4.1.12

2002-12-18 Thread Paul Yunusov
:\ prompt can I start it by the following? C:\ cd tomcat\jakarta-tomcat 4.1.12\bin startup.bat Any help would be much appreciated. Rocket To change the working directory to C: type C:\ and press enter in the command prompt (if my memory doesn't betray me - my Windows days are long gone). Your

[ANNOUNCE] Struts Training in NYC and DC in January

2003-01-04 Thread John Menke
the best hands on training class by JDJ for their Fast Track to Struts class. Get your training from the #1 trainer with a money back guarantee You will pay $50 to register and be billed the balance. Upon registration, you will be shipped a CD that contains the tools needed for the class

Re: Basic questions

2003-01-13 Thread Rasputin
sorts out permissions. a typical crontab entry 0 0 * * * cd /path/to/script ; ./restart_tomcat.sh /var/log/myout.dat which says run at midnight every day. Only snags with that are: a) it tries to start tomcat each time it runs, without checking if it's already up. Probably a non-issue. b

RE: Building Mod_jk on Redhat 7.2

2003-01-16 Thread Turner, John
My advice: don't even deal with ant. CONNECTOR_HOME = place where you put connector source - cd CONNECTOR_HOME/jk/native. Be sure to READ the file named BUILDING. - run the buildconf script: ./buildconf.sh - you may see some error messages about aclocal and autom4te...these can be ignored

Re: WAR Problem

2003-01-19 Thread Jacob Kjome
solution but I can't find it. I'm following the instructions in a book on deploying a war file yet it won't automatically expand when I restart Tomcat. Here's the steps I took and some config stuff: I cd to the working directory of the application, in this case /usr/local/tomcat/webapps/apress

Re: WAR Problem

2003-01-19 Thread eric
following the instructions in a book on deploying a war file yet it won't automatically expand when I restart Tomcat. Here's the steps I took and some config stuff: I cd to the working directory of the application, in this case /usr/local/tomcat/webapps/apress jar cvf apress.war . I

Re: WAR Problem

2003-01-19 Thread Mark Eggers
Tomcat. Here's the steps I took and some config stuff: I cd to the working directory of the application, in this case /usr/local/tomcat/webapps/apress jar cvf apress.war . I then move apress.war to /usr/local/tomcat/webapps and delete the apress directory. Yet when I restart Tomcat

Re: WAR Problem

2003-01-19 Thread Manavendra Gupta
. Again, most likely an easy solution but I can't find it. I'm following the instructions in a book on deploying a war file yet it won't automatically expand when I restart Tomcat. Here's the steps I took and some config stuff: I cd to the working directory of the application, in this case

Re: WAR Problem

2003-01-19 Thread eric
automatically expand when I restart Tomcat. Here's the steps I took and some config stuff: I cd to the working directory of the application, in this case /usr/local/tomcat/webapps/apress jar cvf apress.war . I then move apress.war to /usr/local/tomcat/webapps and delete the apress

RE: tomcat/manager works - tomcat/admin = 404.

2003-01-28 Thread klavs klavsen
/webapps/../server/webapps/admin/WEB-INF/lib/struts.jar Sowhat's up with that directory path? Anything? Permissions, etc.? Anyone else know exactly what's going on? the path is correct. as Root I can cd into it (and tomcat is still running as root). and struts.jar has 544 permissions

RE: Installing tomcat 4.4.1.18 on RH8.0

2003-02-03 Thread Filip Hanik
-blablabla.zip 4. cd jakarta-tomcat-4.1.18-blablabla/bin 5. ./catalina.sh badabim badabom, you should be good to go Filip -Original Message- From: Darren Edmonds [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 8:57 AM To: [EMAIL PROTECTED] Subject: Installing tomcat 4.4.1.18 on RH8.0

Re: tomcat-apache.conf not created during Tomcat startup

2003-02-04 Thread Bert Catsburg
I think I can answer my own question: The tomcat-apache.conf is not created when using the warp connector... Is this correct? So, I dit a couple of things: - Extract the struts-documentation.war cd wepapps\struts-documentation jar -xvf ..\struts-documentation.war - Deployed the application

deploying simple servlet

2003-02-08 Thread colin diggensworth
I can access all example servlet without a problem so I am confident my references to JDK etc. which Tomcat must have are all okay. Many Thanks CD - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: deploying simple servlet

2003-02-09 Thread Bill Barker
). (3) Is there anything else I have to do to make sure the webbrowser can see the servlet? Remember I can access all example servlet without a problem so I am confident my references to JDK etc. which Tomcat must have are all okay. Many Thanks CD The 'examples' webapp enables the Invoker servlet. Use that

RE: R: Startup/shutdown script

2003-02-17 Thread Turner, John
Where do you have it? What run level? What is the entry for it? Is it a K entry or a S entry? What happens if you remove the cd $CATALINA_HOME/bin entries, and instead call the scripts directly, like this: $CATALINA_HOME/bin/shutdown.sh John -Original Message- From: Simone

R: R: Startup/shutdown script

2003-02-17 Thread Simone Chiaretta
2003 23.20 A: 'Tomcat Users List' Oggetto: RE: R: Startup/shutdown script Where do you have it? What run level? What is the entry for it? Is it a K entry or a S entry? What happens if you remove the cd $CATALINA_HOME/bin entries, and instead call the scripts directly, like

RE: R: Startup/shutdown script

2003-02-17 Thread Turner, John
febbraio 2003 23.20 A: 'Tomcat Users List' Oggetto: RE: R: Startup/shutdown script Where do you have it? What run level? What is the entry for it? Is it a K entry or a S entry? What happens if you remove the cd $CATALINA_HOME/bin entries, and instead call the scripts directly

R: R: Startup/shutdown script

2003-02-17 Thread Simone Chiaretta
Users List' Oggetto: RE: R: Startup/shutdown script Where do you have it? What run level? What is the entry for it? Is it a K entry or a S entry? What happens if you remove the cd $CATALINA_HOME/bin entries, and instead call the scripts directly, like

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Felipe Schnack
. (Because native java sounds good, and i do not have the money nor the time to learn oracle (a friend of mine told me an adventure about installing oracle on a windows system 'use that installer, swap cd's, because the default cd won't do the job, ' took him a month)). If Hypersonic does

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Kemp Randy-W18971
will give Hypersonic a try. (Because native java sounds good, and i do not have the money nor the time to learn oracle (a friend of mine told me an adventure about installing oracle on a windows system 'use that installer, swap cd's, because the default cd won't do the job, ' took him a month

Re: tomcat5.0 build problem

2003-02-21 Thread Bill Barker
to use at least 1.5 to build TC 5. Filip Hanik [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] try this, cvs checkout jakarta-tomcat-5 cd jakarta-tomcat-5 ant download ant checkout ant dist Filip -Original Message- From: Steve Guo [mailto:[EMAIL PROTECTED] Sent: Friday

Re: crontab problems

2003-02-25 Thread Hannes Schmidt
is #!/bin/sh cd /usr/local/tomcat/bin ./startup.sh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e

RE: building just one connector module?

2003-02-26 Thread Turner, John
CONNECTOR_HOME = /usr/local/src/jakarta-tomcat-connectors-jk-1.2.0-src cd CONNECTOR_HOME/jk/native ./buildconf.sh ./configure --with-apxs=/some/path/to/apache/bin/apxs make The mod_jk.so file will be in CONNECTOR_HOME/jk/native/apache-1.3. Copy it to your Apache modules directory. John

RE: JDBC connectivityfor ORACLE !!!

2003-03-01 Thread Swapneel Dange
and sysoper Setup environment variables for ORACLE_HOME, and ORACLE_SID Change the PATH to include $ORACLE_HOME/bin Get the CDROMS Mount the CDROMS cd /where the cdrom is mounted As the oracle user ./runInstaller.sh For the most part follow the instructions, but do not, and I repeat

Re: index.html

2003-06-27 Thread Oki DZ
On Thu, 2003-06-26 at 18:53, Tim Funk wrote: Are you sure you installed the right tomcat? Ouch, silly me; no it was 4.0-b4. OK, cd to the right directory. But, [EMAIL PROTECTED]:/usr/local/jakarta-tomcat-5.0.3/bin$ ./catalina.sh run Using CATALINA_BASE: /usr/local/jakarta-tomcat-5.0.3

AW: deleting JSP Files?

2003-07-01 Thread Thomas Weller
? JSPC should provide a mechanism to give you a snippet of XML to place in web.xml. That needs to be there for precompiling to work. -Tim Thomas Weller wrote: Hello, I have a JSP Project I want to deliver on CD. Of course I don't want to provide all sources, so I decided only to include class

Re: problem compile mod_jk2

2003-07-08 Thread Eric J. Pinnell
this steps: jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0 .2/src/ 2. Uncompress it and extract the tar file. 3. cd to jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 4. chmod u+x configure 5

AW: problem compile mod_jk2

2003-07-08 Thread Gianni Martiradonna
://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0 .2/src/ 2. Uncompress it and extract the tar file. 3. cd to jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 4. chmod u+x configure 5. Run configure with: ./configure --with-apxs2=apache-root-directory/bin/apxs

Re: JK2

2003-07-12 Thread Simon Pabst
Change Apache User and Group in httpd.conf to same as Tomcat User. Make a script in /etc/init.d for tomcat which starts up tomcat with cd /path/to/tomcat su - tomcatuser -c bin/startup.sh (su needs root privileges to run without password) set the following in workers2.properties to avoid log

Re: which mod_jk.so to use with Apache 1.3

2003-07-17 Thread Simon Pabst
/jakarta-tomcat-connectors-jk-1.2.4-src.tar.gz Build it: (see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html#Building%20mod_jk%20on%20Unix ) tar -zxf jakarta-tomcat-connectors-jk-1.2.4-src.tar.gz cd jakarta-tomcat-connectors-jk-1.2.4-src/jk/native sh buildconf.sh #optional - set

RE: War files don't work

2003-07-25 Thread EPugh
?: 1. cd to the webapps/nsfs/ directory 2. jar -cvf nsfs.war * 3. cp nsfs.war ../. (the webapps dir) 4. rm -rf nsfs/ 5. restart tomcat 6. use browser and navigate to http://localhost/nsfs Thanks, Rick

Re: War files don't work

2003-07-25 Thread John Turner
the nsfs.war file and test it by doing the following?: 1. cd to the webapps/nsfs/ directory 2. jar -cvf nsfs.war * 3. cp nsfs.war ../. (the webapps dir) 4. rm -rf nsfs/ 5. restart tomcat 6. use browser and navigate to http://localhost/nsfs Thanks, Rick

Re: Installation problem

2003-07-29 Thread John Turner
am wondering if anyone come across this and give me some pointers. # ant Buildfile: build.xml check.source: get.source: build: BUILD FAILED file:/tmp/TOMCAT/jakarta-tomcat-4.1.24/build.xml:51: Target `download' does not exist in this project. Total time: 3 seconds # cd ../jakarta-tomcat-5 # ant

Re: Installation problem

2003-07-29 Thread Koinonia98
file:/tmp/TOMCAT/jakarta-tomcat-4.1.24/build.xml:51: Target `download' does not exist in this project. Total time: 3 seconds # cd ../jakarta-tomcat-5 # ant Buildfile: build.xml check.source: get.source: build: BUILD FAILED file:/tmp/TOMCAT/jakarta-tomcat-5/build.xml:51: Target

Re: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Jørgen Nørgaard
Hello, Building the connectors are a bit of a struggle, the documentation is inconsistent and (very) sparse. Which is a pitty because apache/tomcat are great (and tomcat 3 was so easy to build connectors for). That said, I managed to build a mod_jk2 connector using configure in cd jk

[ERR] Re: Installation problem

2003-08-01 Thread postmaster
:51: Target `download' does not exist in this project. Total time: 3 seconds # cd ../jakarta-tomcat-5 # ant Buildfile: build.xml check.source: get.source: build: BUILD FAILED file:/tmp/TOMCAT/jakarta-tomcat-5/build.xml:51: Target `download' does not exist in this project. Total time: 3 seconds

RE: Running external C routine from a servlet ? Please help me !!!!

2003-08-02 Thread Bradberry, Rick
Michel, I had a similar problem creating files in a servlet. I found that in my case, the relative path start in the directory where tomcat is started. I changed the startup script to do a cd to $tomcat_home then called bin/startup.sh. Hope this helps Rick Bradberry NCR WCS Managed Services

Re: RE: Java and tomcat issues

2003-08-05 Thread bbonkosk
Sure, APPEND the PATH variable with JAVA_HOME, don't overwrite it! Path=$PATH;JAVA_HOME/bin - Original Message - From: [EMAIL PROTECTED] Date: Tuesday, August 5, 2003 2:07 pm Subject: RE: Java and tomcat issues Okay everytime I do it my commands don't work on the box like ls, cd, ll

Re: Tomat and ssl

2003-08-11 Thread John Turner
/usr/local/apache/conf/ssl.crt/server1.crt SSLCertificateKeyFile /usr/local/apache/conf/ssl.crt/server1.key JkMount /* ajp13 JkMount /*.jsp ajp13 JkMount /servelet/* ajp13 /VirtualHost -bash-2.05b# cd ../bin205C written -bash-2.05b# ./apachectl configtest Syntax error on line 1002

Re: Tomat and ssl

2003-08-12 Thread John Turner
/usr/local/apache/conf/ssl.crt/server1.key JkMount /* ajp13 JkMount /*.jsp ajp13 JkMount /servelet/* ajp13 /VirtualHost -bash-2.05b# cd ../bin205C written -bash-2.05b# ./apachectl configtest Syntax error on line 1002 of /usr/local/apache/conf/httpd.conf: Invalid command 'JkMount', perhaps

RE: Tomat and ssl

2003-08-14 Thread Johnson, David
/ssl.crt/server1.key JkMount /* ajp13 JkMount /*.jsp ajp13 JkMount /servelet/* ajp13 /VirtualHost -bash-2.05b# cd ../bin205C written -bash-2.05b# ./apachectl configtest Syntax error on line 1002 of /usr/local/apache/conf/httpd.conf: Invalid command 'JkMount', perhaps mis-spelled

RE: Java and tomcat issues

2003-08-14 Thread batristain
Okay everytime I do it my commands don't work on the box like ls, cd, ll - the only command that works is the exit command Any ideas? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 2:06 PM To: Tomcat Users List Subject: RE: Java

Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Richard Park
: : : --- : /build/jk2/apache2/.libs/mod_jk2.* : --- : : so from within your native2 directory you should: : : --- : cd ../build/jk2/apache2/.libs : --- : : and it should

RE: Java and tomcat issues

2003-08-14 Thread Ahmad, Kashif
, August 05, 2003 2:08 PM To: [EMAIL PROTECTED] Subject: RE: Java and tomcat issues Okay everytime I do it my commands don't work on the box like ls, cd, ll - the only command that works is the exit command Any ideas? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent

RE: Java_Home

2003-03-13 Thread Chris Dodunski
JAVA_HOME=C:\j2sdkee1.3.1 set PATH=%JAVA_HOME%\bin;%PATH% cd %CATALINA_HOME%\bin startup.bat Filip -Original Message- From: Hunter, Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:01 PM To: '[EMAIL PROTECTED]' Subject: Java_Home I am relatively new to Tomcat, having used

AW: -Djava.endorsed.dirs=

2003-04-02 Thread Ines Robbers
. Saludos! Ines Robbers wrote: 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

Re: System cannot find the path specified !

2003-05-27 Thread Ben Souther
Try setting the env variable without spaces: set CATALINA_HOME=C:\jakarta-tomcat-5-bin-20030526 Then test it: echo %CATALINA_HOME% It will print the value to the command window. Then test it for accuracy: cd %CATALINA_HOME% That should put you in the catalina directory. On Tuesday 27 May 2003

Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
is the same : system cannot find the path specified Your assistance is appreciated Stan Then test it: echo %CATALINA_HOME% It will print the value to the command window. Then test it for accuracy: cd %CATALINA_HOME% That should put you in the catalina directory. On Tuesday 27 May 2003 12:31 pm

Re: System cannot find the path specified !

2003-05-27 Thread DominskiS
with 61 Meg. What to do? Thank you for your assistance Stan 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]

RE: Oracle Type 4 Driver

2003-05-29 Thread Schwartz, David (CHR)
with this application code sample [EMAIL PROTECTED] contentType=text/html% html headtitleCD Catalog List/title/head % @ taglib prefix=c uri=http://java.sun.com/jstl/core; % %@ taglib prefix=sql uri=http://java.sun.com/jstl/sql; % body h1 CD Catalog List /h1 sql:setDataSource var=productDS url

Re: mod_jk

2004-03-08 Thread John Sidney-Woollett
/apache_1.3.29) ./configure --prefix=/usr/local/apache --enable-module=so make 2) build the mod_jk cd /usr/local/src/jakarta-tomcat-connectors-jk-1.2.5-src/jk/native ./buildconf.sh ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-EAPI [Make sure apache built with --enable-module=so

RE: Tomcat5 service on Windows

2004-03-18 Thread Antoni Unkovich
console flash thing you described, open a console, cd to the bin folder and issue catalina run Any errors, like a stack trace will print to the console. Daryl Stultz _ 6 Degrees Software and Consulting, Inc. http://www.6degrees.com mailto:[EMAIL PROTECTED

Re: Compile jk2 2.0.4 connector on Tru64

2004-03-30 Thread Nikola Milutinovic
Eulogio Robles wrote: I'm trying to compile a JK2 connector on Tru64 : Hello, blood brother :-) I compiled it on Tru64 UNIX 4.0D I cd to /usr/local/src/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 ./configure --with-apxs2=/usr/local/apache2/bin/apxs make I get this : /bin/ksh /usr/local

RE: [OT?] Apache Portable Runtime JK2

2004-04-01 Thread Andy Eastham
-2.0.2-src.tar.gz gunzip and untar the distribution, then cd jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz/jk/native2 ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-java-home=/usr/java/j2sdk1.4.2 make Built libraries are: jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz/jk/build/jk2/apache2

Error compiling mod_jk on Red Hat 9

2004-04-02 Thread Ivan Venuti
Hi, I'm trying to compile the AJP connectors from source in order to communicate with Apache 2.0.40 installed in my Red Hat 9a. I've installed tomcat 4.1.29 and I've done: $ unzip jakarta-tomcat-connectors-jk-1.2-src-current.zip $ cd jakarta-tomcat-connectors-jk-1.2.5-src/jk/native

Re: Problem with starting up Tomcat 5.0.1.9 using launcher - a classpath issue?

2004-04-03 Thread Bill Barker
The 'startup-using-launcher.bat' is pretty much unmaintained at the moment (and has nothing to do with the Start Menu shortcut :). To reproduce what the shortcut should be doing, cd to the Tomcat bin directory and run: tomcatw //GT//Tomcat5 To review your startup settings run: tomcatw //ES

RE: Problem with starting up Tomcat 5.0.1.9 using launcher - a classpath issue?

2004-04-03 Thread Yair Fine
using launcher - a classpath issue? The 'startup-using-launcher.bat' is pretty much unmaintained at the moment (and has nothing to do with the Start Menu shortcut :). To reproduce what the shortcut should be doing, cd to the Tomcat bin directory and run: tomcatw //GT//Tomcat5 To review your

Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Randy Paries
Hello I am building jk2-2.0.4 on rh9 and apache 2 I first configure ./configure --with-apxs2=/usr/sbin/apxs --with-java-home=${JAVA_HOME} --with-java-platform=2 --enable-jni Make (no errors) cd ../build/jk2/apache2

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Hamilton, Andrew
Users List' Subject: Building jk2-2.0.4 on rh9 having some problems Hello I am building jk2-2.0.4 on rh9 and apache 2 I first configure ./configure --with-apxs2=/usr/sbin/apxs --with-java-home=${JAVA_HOME} --with-java-platform=2 --enable-jni Make (no errors) cd ../build/jk2/apache2

Re: jk connector build / configure failure

2004-04-16 Thread Christoph P. Kukulies
, the requirements would be apt-get install apache apt-get install apache-dev (requires libdb2-dev) apt-get install libtool apt-get install automake For the connector tar -xzvf jakarta-tomcat-connectors-jk2-src-current.tar.gz cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 sh buildconf.sh

RE: unable to compile class for JSP

2004-05-12 Thread Mike Curwen
[EMAIL PROTECTED]:~$ cd /usr/local/applications/tomcat-4.1.30 [EMAIL PROTECTED]:/usr/local/applications/tomcat-4.1.30$ grep -rn 'num.NumberGuessBean' * Binary file webapps/examples/WEB-INF/classes/num/NumberGuessBean.class matches webapps/examples/jsp/num/numguess.jsp:10:%@ page import

RE: unable to compile class for JSP

2004-05-12 Thread Chris Purcell
scope=session/ webapps/examples/jsp/num/numguess.txt:10:%@ page import = num.NumberGuessBean % webapps/examples/jsp/num/numguess.txt:12:jsp:useBean id=numguess class=num.NumberGuessBean scope=session/ Chris [EMAIL PROTECTED]:~$ cd /usr/local/applications/tomcat-4.1.30 [EMAIL PROTECTED]:/usr/local

Auto-Confirmation

2003-08-22 Thread Quest Software
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

RE: [ROOKIE] WebApp

2003-08-28 Thread Tom Lyle
: 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.cgi?mid=1496d=28-8 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Problem building mod_jk2 on Freebsd 4.8-RELEASE

2003-09-01 Thread Dean Searle
-connectors source directory: # gunzip jakarta-tomcat-connectors-4.1.24-src.tar.gz # tar xvf jakarta-tomcat-connectors-4.1.24-src.tar # cd jakarta-tomcat-connectors-4.1.24-src 3. Make sure that your PATH environment variable points to the bin/ directory of the latest release of Apache Ant. Download

Re: Problem while installing

2003-09-02 Thread Filip Hanik
cd jakarta-tomcat-5 ant update ant download ant dist should work for you Filip - Original Message - From: Damien [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:50 AM Subject: Problem while installing Hi, I have a problem while

Debugging outbound SSL communications?

2003-09-05 Thread Ert
: The Equifax Key is not in Java by default. You need to add it. Example: 1) cd $JAVA_HOME/jre/lib/security/cacerts 2) copy the GeoTrust root from here:     http://www.geotrust.com/resources/roots/ Equifax_Secure_Certificate_Authority.cer to the file geotrustroot.cer in this directory 3

RE: error during make JK2

2003-09-16 Thread Dean Searle
list=' server/apache2'; \ for i in $list; do \ echo Making $target in $i; \ if test $i !=.; then \ (cd $i make) || exit 1; \ fi; \ done; Making in server/apache2 make: Fatal error in eader: Makefile, lin19

Re: a beginner pb

2003-09-21 Thread Peter Harrison
On Mon, 22 Sep 2003 00:51, itsme reda wrote: but i ve a pb to run some servlets that i ve put in a test folder under webapps . every thing is correct because i got those servlet from a cd of a book. the pb that i get when i call this servlet from the browser- knowing that the url introduced

Errors installing tomcat 4.1.x on windows xp

2003-10-06 Thread Mercieca David
and 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.24cd bin C:\jakarta-tomcat-4.1.24\bincatalina run Using CATALINA_BASE: c:\jakarta-tomcat-4.1.24\ Using CATALINA_HOME: c:\jakarta

Re: Errors installing tomcat 4.1.x on windows xp

2003-10-06 Thread Jon Wingfield
. Anyone had similar issues? C:\cd %CATALINA_HOME% C:\jakarta-tomcat-4.1.24cd bin C:\jakarta-tomcat-4.1.24\bincatalina run Using CATALINA_BASE: c:\jakarta-tomcat-4.1.24\ Using CATALINA_HOME: c:\jakarta-tomcat-4.1.24\ Using CATALINA_TMPDIR: c:\jakarta-tomcat-4.1.24\\temp Using JAVA_HOME: c

Re: mod_jk 1.2 binary for Linux?

2003-10-25 Thread Manolo Ramirez T.
Hi, I sugest that you compile the src, it's not to dificult if you now the steps, download it from here: http://apache.towardex.com/jakarta/tomcat-connectors/jk/jakarta-tomcat-connectors-jk-1.2-src-current.tar.gz to compile (in Redhat 9): $ tar xzf XXX $ cd XXX/jk/native/ $ sh buildconf.sh

Re: mod_jk 1.2 binary for Linux?

2003-10-25 Thread Oscar Carrillo
not to dificult if you now the steps, download it from here: http://apache.towardex.com/jakarta/tomcat-connectors/jk/jakarta-tomcat-connectors-jk-1.2-src-current.tar.gz to compile (in Redhat 9): $ tar xzf XXX $ cd XXX/jk/native/ $ sh buildconf.sh $ ./configure --with-apxs=/usr/sbin/apxs

[OT] Error compiling mod_jk (linux)

2003-10-29 Thread Ivan Venuti
Hello, I'd like to use a Apache+Tomcat for using SSL Certificates. I need to build the mod_jk module for Apache. I have downloaded jakarta-tomcat-connectors-jk-1.2-src-current.zip from Jakarta Web Site. I have unzipped it and: 1) cd (DIR)/jk/native 2) ./configure --with-apxs=(APACHE DIR)/bin

Nt Service and Sax Parser

2003-12-01 Thread Altug B. Altintas
CATALINA_HOME=C:\tomcat set CATALINA_BASE=C:\tomcat set CLASSPATH=C:\tomcat;. cd %RTDIR% call %TOMCAT_HOME%\bin\shutdown.bat call %TOMCAT_HOME%\bin\startup.bat Tomcat starts and my application works well. In my application i used SAX parser APIs so i put

Re: How can I compile Mod_jdk2 ?

2003-12-19 Thread Christopher Schultz
-connectors-jk2-2.0.2-src.tar.gz $ cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 $ ./configure --with-apxs2=/usr/local/apache2/bin/apxs [completed successfully] $ make [completed successfully] $ ls ../build/jk2/apache2/*.so ../build/jk2/apache2/jkjni.so ../build/jk2/apache2/mod_jk2.so

RE: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Mike Curwen
that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's even worse than that; play it forwards and it installs Windows

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Bjørn T Johansen
] -- - 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 than that; play it forwards and it installs Windows

Taglib attributes in Tomcat 4.0.6

2004-12-19 Thread Jan Behrens
Hi list, I am working in a TC 4.0.6 environment and would like to be able to hand dynamic parameters over to my taglib (as I have done before in newer versions of TC and other projects). I am bound to TC 4.0.6 as I am working on a prototype system that is supposed to start from CD when finished

Re: CGI : environment variables

2005-01-11 Thread Pierrick Brihaye
runs OK on Windows 98 with the JDK 1.4. My comments were about : 1) the need for the compat package 2) *.bat files that use a NT specific syntax (especially %CD%) 3) the apparent necessity to have 8.3 conformant paths. In other terms, on Windows 98, Tomcat is not as easy to install and run as it used

Still using Self-signed Cert... How to stop it...

2004-06-11 Thread Ross Rankin
: Keystore type: jks Keystore provider: SUN Your keystore contains 3 entries root, Jun 3, 2004, trustedCertEntry, Certificate fingerprint (MD5): C4:D7:F0:B2:A3:C5:7D:61:67:F0:04:CD:43:D3:BA:58 tomcat, Jun 2, 2004, keyEntry, Certificate fingerprint (MD5): DE:93:10:3A:D1:1E:05:83:E4:EC:E0:18:D7:98

Problems building mod_jk2 with ant

2004-06-12 Thread Lars Nielsen Lind
/jk/build.properties Now I am running ant this way: [EMAIL PROTECTED] root]# cd.. ../jakarta-tomcat-connectors-jk2-2.0.4-src/jk [EMAIL PROTECTED] root]# ant and the result is: BUILD FAILED file:/root/linux-downloadz/www.apache.org/jakarta/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/build.xml:142

Re: Problems building mod_jk2 with ant

2004-06-12 Thread Mark Lowe
I am running ant this way: [EMAIL PROTECTED] root]# cd.. ../jakarta-tomcat-connectors-jk2-2.0.4-src/jk [EMAIL PROTECTED] root]# ant and the result is: BUILD FAILED file:/root/linux-downloadz/www.apache.org/jakarta/jakarta-tomcat- connectors-jk2-2.0.4-src/jk/build.xml:142: Warning: Could not find

Re: Problems building mod_jk2 with ant

2004-06-12 Thread Mark Lowe
-5.0.25 and saved it as ../jakarta-tomcat-connectors-jk2-2.0.4-src/jk/build.properties Now I am running ant this way: [EMAIL PROTECTED] root]# cd.. ../jakarta-tomcat-connectors-jk2-2.0.4-src/jk [EMAIL PROTECTED] root]# ant and the result is: BUILD FAILED file:/root/linux-downloadz/www.apache.org/jakarta

Re: mod_jk2 for RedHat

2004-06-14 Thread Software
will begin the build process, # *cd /jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2* Now, we begin the build process, # *sh ./buildconf.sh* # *./configure --with-apxs2=/usr/sbin/apxs2 \* *--with-tomcat41=/opt/tomcat \* *--with-java-home=/opt/IBMJava2-131 \* *--with-jni* # *make

Can you dynamically add a new Host element to server.xml without restarting?

2004-06-17 Thread Ivan Jouikov
Subj. says it all... If not, is there a workaround? -Original Message- From: David Goldschmidt [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 1:27 PM To: Tomcat Users List Subject: Re: Connecting Tomcat and Apache Maybe you need to cd to the $CONN_SRC_HOME/jk/native directory

Re: Connecting Tomcat and Apache

2004-06-17 Thread Graeme
: David Goldschmidt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 9:26 PM Subject: Re: Connecting Tomcat and Apache Maybe you need to cd to the $CONN_SRC_HOME/jk/native directory first? Then do the ./buildconf.sh command locally within that directory

<    3   4   5   6   7   8   9   10   11   12   >