mod_webapp returns improper HTTP header (Apache 2 + Tomcat 4)

2002-07-04 Thread Ten-Hung Chu
ode) Here is how I build mod_webapp Using jakarta-tomcat-connectors-4.0.4-src cd in webapp source directory ./support/buildconf.sh CC=/usr/local/bin/gcc ./configure --with-apxs=/usr/local/apache2/bin/apxs /usr/local/bin/make Additional packages used for building mod_webapp gnu make-3.79.1 , m4-1.4

RE: Tomcat installation

2001-03-30 Thread Dennis Meerveld
ve:\ (d:\jdk1.3) TOMCAT_HOME=drive:\ (d:\tomcat) ok.. maybe you have to restart now.. (never a bad practice.. :) ) then.. open a dos-box.. go to the bin directory of your tomcat. e.g. cd d:\tomcat\bin now type : startup another dos-box should open and the stuff should be running.. (ah.. be sure ap

RE: Core Dump - Again

2001-04-02 Thread Patil, Anand
ore Dump - Again > > > > > > I think that you are giving me the corect answer. > > > I just don't know how to follow up. > > > > > > What is the name of the tomcat module? > > > > > > How can I load the correct one? > > > > &g

Re: mod_webapp build problem

2002-04-09 Thread Jean-Luc BEAUDET
ell : $0", just to know where i am. I tried then to have my mod_webapp compiled and had the error yu mentionned. I investigated: When yu launch the webapp/support/buildconf.sh if [ -f "./apr/buildconf" ] then echo "--- Running the \"buildconf\" script for APR&

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Anthony W. Marino
reeBSD 4.5 box. Mod_jk builds fine for Apache 1.3.20 > > > >I have unpacked the tomcat connectors source, and then cd'd to > >/usr/local/src/jakarta-tomcat-connectors-4.0.2-01-src/jk/native > > > >>From there, cd to apache-1.3, edit the build-unix.sh file to change &

Re: ideas invited

2002-05-02 Thread David Cassidy
at ( have a look in inittab ) and then cd to /etc/rc.d/rc.d ln -s /etc/rc.d/init.d/tomcat . if you don't have the /etc/rc.d directory you can miss that bit out ... this will run Tomcat as the user tomcat - so you might want to add that user or change it ... Let us know David Cassidy

Re: Why and How Tomcat before Apache?

2001-08-17 Thread David Cassidy
annes" <[EMAIL PROTECTED]> > > > > To: <[EMAIL PROTECTED]> > > > > Sent: Friday, August 17, 2001 3:39 PM > > > > Subject: Re: Why and How Tomcat before Apache? > > > > > > > > > > > > > I ca

RE: http vs https And Windows

2001-08-20 Thread Greg Trasuk
meplace/like/here/" > > OR > "c:\someplace\like\here" > or > "c:\someplace\like\here\.keystore" > or > "c:/someplace/like/here" > or > "c:/someplace/like/here/.keystore" > > The How-2 says "/path/to/.keystore" whi

Re: Integratin apache with tomcat 4.0-b7 works!!

2001-08-23 Thread Bekkali Hatim - Soamaï
make > make install > 4. Dowload jakarta 4.0-b7 > 5. Install jakarta > 6. Download webapp-module-1.0-tc40b7.src.tar.gz > 7. cd webapp > 8. rm -rf apr > 9. in the same directory docvs -d > > :pserver:[EMAIL PROTEC

Re: Tomcat Spontaneously Restarting System

2001-09-20 Thread Matt Hudson
in an attempt > > to gain unauthorized > > access. I have never seen TOMCAT "spontansouly" do > > anything that couldn't > > be tracked back to humna error. > > > > my-2-cents > > cd > > > > -Original Message- &g

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Mark
d. None of the above care about the quality of Tomcat's documentation. The only entity not pleased is the appserver vendor whose license we're not renewing. Our company has a very young, inexperienced appserver administrator who had Tomcat up an running in a matter of minutes

RE: Any body built mod_jk.so for apache2.0 on Solaris

2002-09-17 Thread Turner, John
would think the steps would be: - download source - unpack source - make sure you have gcc (and libtool and autoconf and m4 from GNU) - cd to jk directory - run buildconf.sh, this should leave you with a ./configure - run ./configure --with-apxs=/path/to/apache2/bin/apxs --with-java=${JAVA_HOME}

RE: Simple Bean not working but Servlet/JSP Working

2002-09-26 Thread Manoj Kithany
/FormBean.java (package mybean) /kithany/WEB-INF/classes/mybean/FormBean.class (package mybean) /kithany/META-INF/application.xml Then, I create the kithany.war file as shown below: #cd /kithany #jar -cvfM kithany.war . I then put the "kithany.war" file in /jboss/server/defa

RE: Simple Bean not working but Servlet/JSP Working

2002-09-26 Thread Manoj Kithany
/FormBean.java (package mybean) /kithany/WEB-INF/classes/mybean/FormBean.class (package mybean) /kithany/META-INF/application.xml Then, I create the kithany.war file as shown below: #cd /kithany #jar -cvfM kithany.war . I then put the "kithany.war" file in /jboss/server/defa

Re: Using daemontools to supervise Tomcat

2002-10-16 Thread Ben Ricker
eground. > > It seems to me that a few simple tweaks to tomcat.sh, linked to 'run' in the > "proper spot", and it should Just Work. > > Lemme look. > > "This man has a bad heart. Angina Pectoris, but we have the cure...Yes. Here > they are...&quo

RE: Tomcat vs BEA Weblogic?

2004-09-19 Thread John Najarian
> > --- > Bjørn T Johansen > [EMAIL PROTECTED] > > ---- > --- > Someone wrote: > "I understand that

RE: Tomcat vs BEA Weblogic?

2004-09-20 Thread Shapira, Yoav
>BTJ >-- >--- > >Bjørn T Johansen >[EMAIL PROTECTED] > >--- > >Someone wrote: >&quo

Re: RE: Tomcat does not compiles my .jsp!

2004-06-24 Thread deepak shripat mane
Tomcat does not compiles my .jsp! > > > > > > > > > >>I'm fairly sure the problem is tomcat is having some trouble writing to > >>the work directory when it writes your jsp as a java class. Quick test: > >> > >>su tomcat (if done from

RE: Minimal server

2005-05-24 Thread Steve Kirk
7;d have to be careful about where it put its working files > and how it > unpacked WARs if you were distributing packed webapps. There > have been > a couple of threads about getting the whole thing to run off a CD > without touching the host machine's filestore at all; I think &

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
2003 11:46 AM > > > To: Tomcat Users List > > > Subject: RE: problems compiling and using mod_jk > > > > > > > > > How should I proceed? > > > > > > --mikej > > > -=- > > > mike jackson > > > [EMAIL P

RE: Loadbuild Problem

2003-03-14 Thread p niemandt
> 2. > in jakarta-servletapi-5/jsr152 build.xml I changed the property to > value="../jsr154/servlet-api-2.4/lib/servlet-api.jar"/> > > 3. > I built jsr154 > cd \jakarta-servletapi-5\jsr154 > ant > > 4. > I copied one library > \jakarta-servletapi

RE: Loadbuild Problem

2003-03-24 Thread kevin carey
> base.path=c:/development/tomcat-base > this can be set to anything, as long as it is a > absolute directory, > > 2. > in jakarta-servletapi-5/jsr152 build.xml I changed > the property to > value="../jsr154/servlet-api-2.4/lib/servlet-api.jar"/> > > 3. >

RE: SMTP Logger

2003-03-25 Thread George Sexton
rm -f $TMPFILE fi else # # file doesnt exist or is empty # mv -f $TMPFILE $MARKER fi } cd $LOGDIR logcheck ".catalina.out" "catalina.out" OTHERFILES=`ls *$DT.txt 2> /dev/null` for FILE in $OTHERFILES

RE: Tomcat not working properly

2003-07-28 Thread batristain
I'm trying to do that but in the connector build when I run buildconf.sh it doesn't find the configure.ac and there fore doesn't allow me to configure the connector Here's the list of errors that I get cd native # ./buildconf.sh libtoolize --force --automake --copy libto

RE: Context problem, urgent!

2003-01-30 Thread Peng Annie / FINLAND
stribution. 2) download and un-pack the Connector source distribution 3) cd to the directory where you unpacked the Tomcat source (by default .../jakarta-tomcat-4.1.x-src), and copy the 'build.properties.sample' file to 'build.properties' 4) edit the 'build.properties

Re: Installing tomcat 4.4.1.18 on RH8.0

2003-02-03 Thread Darren Edmonds
JDK installed and that JAVA_HOME is set and your PATH is set "export JAVA_HOME=/usr/local/jdk1.4.1" "export PATH=$JAVA_HOME/bin:$PATH" 3. Unzip the zip :) "jar xvf jakarta-tomcat-4.1.18-blablabla.zip" 4. "cd jakarta-tomcat-4.1.18-blablabla/bin" 5. "./

RE: Need help building connectors for Apache 2.0.40 and Tomcat 4.0.6 on RedHat 8.0

2003-02-13 Thread Turner, John
I'm not sure what is included in the Apache RPM, but you will probably need the following: - Connector source, preferably for JK (lots more support and help available, though JK2 is in active development) Then, you can build the connectors by: cd /place/where/you/put/the/connector/sour

Re: tomcat5.0 build problem

2003-02-22 Thread Tim Funk
roperties.default" file. At a guess, the wall you are hitting first is due to using a version of Jakarta-Ant < 1.5. You need to use at least 1.5 to build TC 5. "Filip Hanik" wrote in message news:[EMAIL PROTECTED] try this, cvs checkout jakarta-tomcat-5 cd jakarta-tomcat-5 ant d

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Clive Luk
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/native2/ like: ./configure --with-apxs2=/usr/sbin/apxs2-prefork select the proper apxs2 for your mpm model. A bit of searching l

Re: Running external C routine from a servlet ? The solution...

2003-08-03 Thread Michel Jubault
D]> To: 'Tomcat Users List' <[EMAIL PROTECTED]> Sent: Saturday, August 02, 2003 4:23 PM Subject: RE: Running external C routine from a servlet ? Please help me > Michel, > > I had a similar problem creating files in a servlet. I found that in my > case, th

RE: Tomat and ssl

2003-08-14 Thread batristain
r/local/jakarta-tomcat-4.1.27/webapps >>ServerName placeanad.classifiedmarketplace.net >>ErrorLog logs/placeanadclassi.com-error_log >>CustomLog logs/placeanadclassi.com-access_log common >>SSLEnable >>SSLCertificateFile /usr/local/apache/conf/ssl.crt/serv

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Randy Paries
#x27; 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 error

Re: jk2 osx 10.3

2004-04-22 Thread Daniel Gibby
from the cvs version. #start compiling jk2 cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login password: anoncvs cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-connectors cd jakarta-tomcat-connectors/jk/native2 ./configure --with-apxs2=/usr/sbin/apxs make sudo c

RE: Jk2 installation failure

2004-03-18 Thread Mike Burkhouse
ave been the > >binary that came with apache2. I did the following: > > > >1) mv /usr/sbin/apxs /usr/sbin/apxs.old > >2) cp /usr/local/src/httpd-2.0-48/support/apxs /usr/sbin/apxs > >3) chmod 755 /usr/sbin/apxs > >4) cd /opt/jakarta/jakarta-tomcat-connectors-jk-2.0

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Oswald Campesato
Hello, Elisabeth: You can do something like this: cd jar cvf myFirstManualWarFile.war . Incidentally, out of curiosity I searched Google with "manually creating WAR files" and the first entry is a nice Sun Web page that will help you get up to speed with some of this stuff.

RE: Link Error Building JK2 on Solaris 9

2002-11-12 Thread Turner, John
- Build jk2 Conector cd ${conector.home}/jk/native2 sh ./buildconf.sh cp /usr/java/include/solaris to /usr/java/include/ CPPFLAGS=-DBSD_COMP ./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-tomcat41=/usr/local/tomcat \

RE: jar_cache files

2002-07-10 Thread Arnaud HERITIER
0 juillet 2002 15:27 > A : 'Tomcat Users List' > Objet : RE: jar_cache files > > > tomcat keeps a lock on all the current jar_cache files; if > you write a batch > file that runs once a day that removes them the directory > shouldn't clutter > with outdate

Re: explicit ordering of jars searched by classloader in web application

2002-07-17 Thread Tait E Larson
itself, as that could change by simply reloading the directory, or from platform to platform. The BEST solution would be to pull the jars apart and build a single "correct" jar that is not dependent upon the classpath load order. The easiest way to do this would be to simply unjar them

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread Will Hartung
our request, you give NO details as to "what is wrong", or how you think your installation is not correct. No details whatsoever. You don't say what things you've tried, what documents you refered to for guidance in those attempts, and how they are not working. The basic, binary

RE: Restricting Access to Web Resources

2002-06-06 Thread John Burgess
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-INF #mor

about importing the existing certificate.

2002-06-12 Thread KeigoTanaka
: 236c971e2bc60d0bf97460def108c3c3 Valid from: Thu Apr 17 09:00:00 JST 1997 until: Thu Jan 08 08:59:59 JST 2004 Certificate fingerprints: MD5: 18:87:5C:CB:F8:20:5D:24:4A:BF:19:C7:13:0E:FD:B4 SHA1: 8B:24:CD:8D:8B:58:C6:DA:7

Tomcat4.04+Oracle8i(8.1.7)+JDBC/OCI HOWTO(some hints...)

2002-07-05 Thread ahmet dalli
Hi all, Here is what i learned from two days trying to access an Oracle8i database using OCI driver. 1)In order to use OCI driver, you should have an Oracle client installed. Suppose you have installed Oracle8i(8.1.7) client from cd, and now you go to otn(otn.oracle.com) and download the

RE: I fail to get green arrow for filter status.. IIS with Tomcat

2002-07-07 Thread Anoop Kumar V
many times over, also set the Filter DLLs, but what cd hv gone wrong..i fail to see. i hv restarted IIS and also rebooted my comp several times. One thing i did not do is register the dll. none of the docs suggested that anyway.. Need help pls. -anoop -- To unsubscribe, e-mail:   <mailto:

Re: apxs - No Shared Object Support for Apache

2001-03-20 Thread Max Hugen
tes at jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html, but got message: cd /usr/local/src/jakarta-tomcat-3.2.1-src/src/native/apache1.3/usr/sbin/ apxs -o mod_jk.so -I../jk -I/usr/jdk1.3/include -I/usr/jdk1.3/include/linux -c *.c ../jk/*.c apxs:Warning: No shared object support

Re: apxs - No Shared Object Support for Apache

2001-03-20 Thread Max Hugen
tes at jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html, but got message: cd /usr/local/src/jakarta-tomcat-3.2.1-src/src/native/apache1.3/usr/sbin/ apxs -o mod_jk.so -I../jk -I/usr/jdk1.3/include -I/usr/jdk1.3/include/linux -c *.c ../jk/*.c apxs:Warning: No shared object support

Re: aaargh!

2001-04-11 Thread David Crooke
(gcc, make, emacs, perl, tcl, cvs, ..) and you can build Apache from scratch like this: tar xvzf apache-1.3.19.tar.gz ; cd apache-1.3.19 ; ./configure ; make ; make install I must say I'm slightly surprised that you can't find a pre-built gcc binary for Win98 that you can us

RE: Build Failure

2001-04-16 Thread Kairam, Raj
arser.jar /opt/jakarta-ant-1.3/lib/jaxp.jar CLASSPATH is not set explicitly yet.. This is what I have done following the instructions in the README for Tomcat Servlet Container (/opt/jakarta-tomcat-3.2.1-src/README) - As recommended there, tried to bulid the executable version for ANT first. cd $J

Re: Problem in starting up TOMCAT, please help.

2002-02-26 Thread Bill Barnhill
You can also cd to your tomcat bin directory and type catalina start That will start tomcat in the same window, so that if it bombs you will see any messages. - Original Message - From: "Chuck Amadi" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[E

RE: multiple Tomcat-instances and a confused servlet...

2002-04-25 Thread Larry Isaacs
> unregistered servlet > Poll > > start-script of this instance: > TOMCATLOG=/usr/local/jakarta-tomcat-3.2.4/logs/tomcat_start.log > TOMCATLOG2=/usr/local/jakarta-tomcat-3.2.4/logs/tomcat_err.log > export JAVA_HOME=/usr/local/jdk1.3.1_02 > export TOMCAT_HOME=/usr/local/jakarta

Re: is it possible to make tomcat as an apache module?

2001-12-07 Thread louie miranda
or solaris!!!): > > (replace /usr/local/tomcat with your TOMCAT_HOME and replace > /usr/local/apache with your APACHE_HOME.. > > cd to > /usr/local/tomcat/native/mod_jk/apache1.3 > If this file is not executable do chmod +x build-solaris.sh > vi build-solaris.sh > change the A

RE: mod_jk for solaris

2001-07-12 Thread Meyer, James
that I used to compile, please note that everything below the export commands is one line. cd $TOMCAT/src/native/apache1.3 --start script #!/usr/bin/bash export APACHE_HOME=/usr/local/apache export PATH=$PATH:/usr/ccs/bin /usr/local/apache/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java

Re: Why and How Tomcat before Apache?

2001-08-17 Thread Roberto B.
tic ( with > > > > scripts at > > > > > system start ) ?? > > > > > > > > > > - Original Message - > > > > > From: "Barnabas Yohannes" <[EMAIL PROTECTED]> > > > > > To: <[EMAIL PROTECTED]> &

Re: Tomcat Spontaneously Restarting System

2001-09-20 Thread Jonathan Eric Miller
suspect your class... They may be trying to trick > > > you into lower the > > > protection around the class computers in an attempt > > > to gain unauthorized > > > access. I have never seen TOMCAT "spontansouly" do > > > anything that c

AW: creating a war- file

2002-01-18 Thread tuebelhoer
:09 AM To: [EMAIL PROTECTED] Subject: creating a war- file Hello! I run tomcat 4.0.1 under WinNT. How can I create a war-file from an existing webapplication under webapps. After cd %tomcat-home%\webapps I tried it with jar -cvf myapp.war myapp , where myapp is the directory with my web application

Re: [ANNOUNCEMENT] Tomcat 3.3 Milestone 1 - OTHER CP PROBLEMS!!!

2001-02-18 Thread Alef Arendsen
s or Xalan I'll have to modify the tomcat.sh/bat. This is one thing I don't really like because I'm delivering a development CD with a .war file on it for deployment in any servlet environment. This one isn't just deployable, nooo you'll have to modify the .sh file... That

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

2002-12-16 Thread Turner, John
erl or something along those lines > > check the availability of your perl install > > ls -l /usr/local/bin/perl > > if it says "not found" do a find for perl and replace that > line with the > location of the found perl. > > cd / > find . -name 'p

RE: Simple Bean not working but Servlet/JSP Working

2002-09-22 Thread Reynir Hübner
/kithany/success.jsp > /kithany/retry.jsp > /kithany/process.jsp (bean) > /kithany/WEB-INF/web.xml > /kithany/WEB-INF/classes/FormBean.java > /kithany/WEB-INF/classes/FormBean.class > /kithany/META-INF/application.xml > > Then, I create the kithany.war file as shown below: &g

Re: Simple Bean not working but Servlet/JSP Working

2002-09-23 Thread David Cassidy
gister.html > /kithany/success.jsp > /kithany/retry.jsp > /kithany/process.jsp (bean) > /kithany/WEB-INF/web.xml > /kithany/WEB-INF/classes/mybean/FormBean.java (package mybean) > /kithany/WEB-INF/classes/mybean/FormBean.class (package mybean) > /kithany/META-INF/a

IndexOutOfBound Exception?

2004-10-13 Thread Bjørn T Johansen
sen [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 than that;

[FIXED] Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-05 Thread Thomas Tinnes
running with source objects in /usr/src/redhat/BUILD/httpd-2.0.46. I unzip and untar and cd to jakarta-tomcat-connectors-1.2.8-src/jk/native and do "./configure --with-apxs=/usr/sbin/apxs". The config runs without errors but when I run "make", I get an "Error 1": m

RE: Setting properties outside of the WAR

2001-01-03 Thread Kitching Simon
ntire web application. To install a distribution the first time: * create an install directory, cd to it * Unjar the jar * cp installTokensExample.cfg ../installTokens.cfg (note rename) * vi ../installTokens.cfg and set specific attributes for that install * perl install.pl To upgrade a distributi

RE: JK2 unixsocket: Can't create apr

2002-11-14 Thread Robert Williams
annel.un:unixsocket] >>: > : file=/usr/local/tomcat/work/jk2.socket >>: > : >>: > : # define the worker >>: > : [ajp13:unixsocket] >>: > : channel=channel.un:unixsocket >>: > : >>: > : # Uri mapping >>: > : [uri:/exam

Re: RE: TOMCAT Not listening on 80

2003-01-06 Thread jmong
which perl or whereis perl This should return /usr/bin/perl or /usr/local/bin/perl 3. Check the version /path/to/perl -V Note this version 4. Search for apachectl cd / ; find . -local -name 'apachectl' -print This might take a while but should list where apachectl is located

RE: RE: TOMCAT Not listening on 80

2003-01-06 Thread Turner, John
r perl > which perl or whereis perl > This should return /usr/bin/perl or /usr/local/bin/perl > > 3. Check the version > /path/to/perl -V > Note this version > > 4. Search for apachectl > cd / ; find . -local -name 'apachectl' -print > This might take a while

J-T-C 4.1.18 ThreadPoolRunnable compilation error

2003-03-14 Thread Selvaraj N
into the directory and launch it from there > > set 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 P

RE: Tomcat 4 jk2-2.0.2 with apache2 in solaris 8 configuration

2003-06-03 Thread Omar Vera
cho "Making $target in $i"; \ > if test "$i" != "."; then \ > (cd $i && make) || exit 1; \ > fi; \ > done; > Making in server/apache2 > mkdir -p ../../../build/jk2/apache2 > /usr/local/apache2/build/libtool --mode=install cp > ../../../build

FW: Could you give some help for me (about mod_jk for solaris 9)

2003-07-10 Thread James Courtney
ct it to some directory, well call it jk.build. cd ${jk.build}/jk/native execute buildconf.sh execute ./configure --with-apxs=${apache2.home}/bin/apxs execute make Locate mod_jk.so from the ${jk.build}/jk/native/apache-2.0 directory and copy it to your ${apache.home}/modules directory. Just ad

RE: Classpath Conundrum (2nd try)

2003-07-17 Thread Dmitry Sklyut
You can add setenv.bat/sh to you tomcat bin direcotry. catalina.bat/sh will do the following: rem Get standard environment variables if exist "%CATALINA_HOME%\bin\setenv.bat" call "%CATALINA_HOME%\bin\setenv.bat" # Get standard environment variables PRGDIR=`dirname "

Re: Tomcat not working properly

2003-07-28 Thread John Turner
that but in the connector build when I run buildconf.sh it doesn't find the configure.ac and there fore doesn't allow me to configure the connector Here's the list of errors that I get cd native # ./buildconf.sh libtoolize --force --automake --copy libtoolize: `configure.ac' do

RE: Why won't anyone help me out??

2003-02-06 Thread Goehring, Chuck Mr., RCI - San Diego
Yeah, you're right. In my mind, I tend to lump all those licenses together because I don't have any intentions on making a commercial version of Apache or even putting it on a CD. Chuck -Original Message- From: Tim Moore [mailto:[EMAIL PROTECTED]] Sent: Thursday, F

RE: crontab problems

2003-02-25 Thread Turner, John
> # JAVA_OPTS='-client -v' > > export JAVA_HOME CATALINA_HOME CATALINA_BASE JAVA_OPTS > ./startup.sh > > > -Original Message- > > From: Ayhan Peker [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, February 25, 2003 10:30 AM > > To: [E

Re: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread John Turner
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/native2/ like: ./co

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Hamilton, Andrew
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

Re: mod_jk2 2.0.4 compiler error on RHEL 3.0, Apache 2.0.46

2004-04-06 Thread Parsons Technical Services
> [EMAIL PROTECTED] native2]$ make > list=' server/apache2'; \ > for i in $list; do \ > echo "Making $target in $i"; \ > if test "$i" != "."; then \ > (cd $i && make) || exit 1; \ > fi; \ > done; >

JSP work dir problem running Tomcat 5 through jsvc

2004-04-21 Thread Ingo Kampe
E} CATALINA_TMPDIR=${TOMCAT_HOME}/temp CATALINA_PID=/var/run/tomcat.pid TOMCAT_LOG=${TBONE_LOG_DIR}/tomcat CONFIGSERVER_LOG=${TBONE_LOG_DIR}/configserver CLASSPATH=\ ${SHARED_LIB_DIR}/tools.jar:\ ${CATALINA_HOME}/bin/commons-daemon.jar:\ ${CATALINA_HOME}/bin/bootstrap.jar ## SETUP finished ## case &q

Re: running tomcat5 in-process

2004-01-23 Thread Alvaro Seixas
Allan Bruce post this one and I'm using it and so far it's ok. I've made only some adjustments to work with win 2k. --workers2.properties $ cd /etc/httpd2/conf Open the file workers2.properties in a text editor and modify the file tolook like this: [logger] level=DEBUG [config:] f

RE: TOMCAT and JNI problem...

2004-01-26 Thread "Götz, Bernd"
up: > - > #!/bin/sh > export JAVA_HOME=/opt/java > export CATALINA_HOME=/usr/local/jakarta-tomcat > export PATH=${JAVA_HOME}/bin:${PATH} > export JAVA_PATH=${JAVA_HOME} > # path to load the libhtd.so shared library &g

RE: Question about webapp deployment or re-deployment

2004-02-04 Thread Shapira, Yoav
I've been removing it and >re-deploying it but that results in the web.xml changes being lost. > >I can't guarantee ant will be installed on the target server, so I'm trying >to develop an installation and upgrade process that doesn't involve ant. >When we install o

RE: Does tomcat has an embeddable version like Jetty webserver?

2004-03-22 Thread Shapira, Yoav
e JavaDoc for the Embedded class. That page says "IMPLEMENTATION NOTE: The main() method of this class is a simple example that exercizes the features of dynamically starting and stopping various components. You can execute this by executing the following steps (on a Unix platform): cd

mod_jk.so not building :(

2003-10-16 Thread James Snelling
HT PLACE ** % cp dlcompat-20010123/{dlfcn.h,dlopen.c} $MOD_JK_DIR ** CHANGE TO THE CORRECT DIRECTORY ** % cd $MOD_JK_DIR ** COMPILE THE MODULE ** % apxs -o mod_jk.so -I. -I$JAVA_HOME/Headers -I../jk -DFREEBSD -c *.c ../jk/*.c cc -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DSHARED_MODUL

RE: SSL handshake failure URGENT

2001-06-15 Thread Jean-Etienne G.
ints: > CA:FALSE > Netscape Comment: > OpenSSL Generated Certificate > X509v3 Subject Key Identifier: > 44:3C:48:E2:82:B6:77:02:B1:90:84:D3:B0:CD:0C:18:6E:81:9F:7E > X509v3 Authority Key Identifier: > &

RE: SSL handshake failure URGENT

2001-06-15 Thread GOMEZ Henri
:1b:bf:41:28:b0:5e:c8:03:8c:cb:22:ce:80:38: >> 3b:c3:9f:ac:e3:5e:77:cb:7b >> Exponent: 65537 (0x10001) >> X509v3 extensions: >> X509v3 Basic Constraints: >> CA:FALSE >> Netscape Comment: >

AW: Compile mod_jk fails: tomcat 3.2.1 + apache 1.3.9

2001-06-15 Thread Thomas Bezdicek
eeware.com. > > > On Thu, 14 Jun 2001, William Ho wrote: > > > Hi there, > > > > My configuration is as follows: > > Tomcat 3.2.1 > > Apache 1.3.9 > > Solaris 7 > > J2SE 1.3.0_02 (not used in this compilation) > > > > I'm tr

Re: Tomcat won't start with j2sdk 1.3.1 & Linux

2001-06-27 Thread pete
gt; I think I experienced the same seg fault issue that is referred to below. > > If this is the problem it can be fixed by doing the following as root: > > cd /lib/i686 > > The required link is "libpthread.so". If it isn't there then create it: > > ln

Re: potentially thousands of servlet context entries

2000-11-29 Thread Craig R. McClanahan
David Bussenschutt wrote: > Q1, > Thanks andreas, this fixed it: > cd /path/to/tomcat/webapps/ > find . -type d -print | xargs -n1 chmod o+x > find . -type f -print | xargs -n1 chmod o+r > Is that going to be a security problem giving 'nobody' read access to all >

Re: Jk2 not forwarding to Tomcat 4.1 from Apache 2

2002-11-11 Thread Robert L Sowders
able-module=most --enable-mods-shared=most Build jk2 Conector cd ${conector.home}/jk/native2 sh ./buildconf.sh cp /usr/java/include/solaris to /usr/java/include/ CPPFLAGS=-DBSD_COMP ./configure \ --with-apx

JSPC Precompiling Issues and a handy utility

2002-07-31 Thread Rick Fincher
#x27;m using Unix so I use jspc.sh instead of jspc.bat. The commands I use to call jspc: I set the CATALINA_HOME environment variables and the JAVA_HOME environment variable. I can call java, javac and the other Java utilities. cd CATALINA_HOME bin/jspc.sh -webapp webapps/myApp Jasper campiles

RE: I fail to get green arrow for filter status.. IIS with Tomca t

2002-07-08 Thread Andrew Conrad
status window. I just cannot think abt where i had made a mistake. I hv rechecked my registry setting many times over, also set the Filter DLLs, but what cd hv gone wrong..i fail to see. i hv restarted IIS and also rebooted my comp several times. One thing i did not do is register the dll. none o

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Michael Delamere
; >Hi all, > > > >I'm trying to compile mod_jk for Apache 2.0.35 with no success. I am > >building this on a FreeBSD 4.5 box. Mod_jk builds fine for Apache 1.3.20 > > > >I have unpacked the tomcat connectors source, and then cd'd to > >/usr/local/s

how to configure apache 2.0.35 with "--enable-mods-shared=most" switch on

2002-04-26 Thread Cheng Yan
As root, I did the following: root@tbird 70 %> ./configure --enable-mods-shared=most --prefix=/usr/tomcat/apache_source_wit hMod root@tbird 71 %> make root@tbird 72 %> make install root@tbird 73 %> cd /usr/tomcat/apache_source_withMod/modules root@tbird 74 %> ls -l total 5762 -rw-

Re: Why and How Tomcat before Apache?

2001-08-17 Thread David Cassidy
down right aftwards. > > > > > > > > > > On 17 Aug 2001 16:43:41 +0200, Roberto B. wrote: > > > > > > Ok ! but.. do you know the way to make this in automatic ( > with > > > > > scripts at > > > > > > system start ) ?? >

Re: Help: Tomcat 3.2.3 and Apache on FreeBSD **Java newbie**

2001-09-13 Thread nbd95
Thank you Plamen! I can now run the core files. I am still having some problems with failures on the majority of the examples *.jsp from the core cd though. I'm looking into it, I'll post again if I can't find an answer. Two questions and an observation. First, as installed by d

AW: mod_jserv for HTTP Server on AIX

2001-01-15 Thread Christoph Leser
' in /path/to/tomcat/src/native/apache/jserv containing the lines: #! /path/to/apache/libexec/mod_jserv.so jserv_module This is the exports file the linker needs. 5. cd to /path/to/tomcat/src/native/apache/jserv and run /path/to/apache/apxs -c -o mod_jserv.so *.c. You should end up with a comp

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

2002-12-18 Thread Ronin Quigley
cally defaults to C:\Documents > and > > Settings\Go For It Web Design>, how do I get a C:\ prompt? And once I get > a > > C:\ prompt can I start it by the following? > > > > C:\ > > cd tomcat\jakarta-tomcat 4.1.12\bin > > startup.bat > > > >

RE: Help needed to run Tomcat 4.1.12

2002-12-18 Thread Turner, John
ariable CATALINA_HOME= C:\TOMCAT\JAKARTA-TOMCAT 4.1.12 > > e.. Tested the above by doing the ECHO test and they were fine. > > The command prompt in Windows XP automatically defaults to C:\Documents > > and > > > Settings\Go For It Web Design>, how do I g

Re: Basic questions

2003-01-12 Thread jmong
myuser -c "${TOMCAT_HOME}/bin/startup.sh" a typical crontab entry 0 0 * * * cd /path/to/script ; ./restart_tomcat.sh > /var/log/myout.dat which says run at midnight every day. A couple of things, make sure that the myuser has the proper CLASSPATH settings and that it can find webserver.jar

RE: Simple Bean not working but Servlet/JSP Working

2002-09-23 Thread Reynir Hübner
/kithany/success.jsp > /kithany/retry.jsp > /kithany/process.jsp (bean) > /kithany/WEB-INF/web.xml > /kithany/WEB-INF/classes/FormBean.java > /kithany/WEB-INF/classes/FormBean.class > /kithany/META-INF/application.xml > > Then, I create the kithany.war file as shown below: &g

Re: Simple Bean not working but Servlet/JSP Working

2002-09-26 Thread David Cassidy
gister.html > /kithany/success.jsp > /kithany/retry.jsp > /kithany/process.jsp (bean) > /kithany/WEB-INF/web.xml > /kithany/WEB-INF/classes/mybean/FormBean.java (package mybean) > /kithany/WEB-INF/classes/mybean/FormBean.class (package mybean) > /kithany/META-INF/a

Re: Simple Bean not working but Servlet/JSP Working

2002-09-26 Thread David Cassidy
gister.html > /kithany/success.jsp > /kithany/retry.jsp > /kithany/process.jsp (bean) > /kithany/WEB-INF/web.xml > /kithany/WEB-INF/classes/mybean/FormBean.java (package mybean) > /kithany/WEB-INF/classes/mybean/FormBean.class (package mybean) > /kithany/META-INF/a

Re: Tomcat vs BEA Weblogic?

2004-09-20 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: &qu

<    7   8   9   10   11   12   13   14   15   16   >