problem compiling jakarta-tomcat-connectors-jk2-2.0.4 native Module

2004-06-14 Thread Evan Read
at will end my struggle? Thanks. -- ranlib ../../../build/jk2/apache2/.libs/libmod_jk2.a creating ../../../build/jk2/apache2/mod_jk2.la (cd ../../../build/jk2/apache2/.libs && rm -f mod_jk2.la && ln -s ../mod_jk2.la mod_jk2.la) /usr/local/qut/b

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

2004-06-24 Thread Casas, Claudia
> >Subject: Re: 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: > >> > >>s

Re: jk2, apache2, tomcat5, on redhat 9 issue

2004-07-25 Thread Mark Eggers
an search there as well. If I recall correctly, you'll need to do the following when you run configure for mod_jk2.so. 1) cd to jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 2) run configure with: ./configure --with-apxs2=$APACHE_HOME/bin/apxs \ --with-tomcat41=$CATALIN

Installing Tomcat4.0.1 on Mandrake 8.0

2001-11-14 Thread Nick Woolley
eed to insert whatever is appropriate on your system - I'll sustitute labels enclosed in andle brackets for these, . For example: > cd -- 1) Download an RPM package for the Java 2 platform standard edition (newest currently v

Re: War files don't work

2003-07-23 Thread Rick Roberts
works fine. another question: did I correctly create 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 T

RE: Context problem, urgent!

2003-01-30 Thread Barney Hamish
; It's really not as scary as it sounds. The steps are (assuming that > jakarta-ant-1.5.x is already installed, and in your PATH): > 1) download and un-pack the Tomcat source distribution. > 2) download and un-pack the Connector source distribution > 3) cd to the directory where yo

RE: Installing tomcat 4.4.1.18 on RH8.0

2003-02-03 Thread Turner, John
t;>Subject: RE: Installing tomcat 4.4.1.18 on RH8.0 > >> > >> > >>the easiest thing for you to do is to > >> > >>1. download jakarta-tomcat-4.1.18-blablabla.zip > >>2. Make sure you have JDK installed and that JAVA_HOME is set > >>and y

Re: tomcat5.0 build problem

2003-02-22 Thread Tim Funk
st 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" <[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

Re: tomcat5.0 build problem

2003-02-24 Thread Steve Guo
> 'proxy.host', > 'proxy.port', and 'proxy.use' in your "build.properties" file. They are > commented out in the "build.properties.default" file. > > At a guess, the wall you are hitting first is due to using a version of > Jakarta-Ant

Re: Tomat and ssl

2003-08-14 Thread John Turner
pache/conf/ssl.crt/server1.key JkMount /* ajp13 JkMount /*.jsp ajp13 JkMount /servelet/* ajp13 -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 or

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

2004-04-06 Thread Chris Egolf
re --with-apxs2=/usr/sbin/apxs [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; Making in ser

Re: mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Mark Eggers
ile from: JK_LDFLAGS=-L${APACHE2_LIBDIR} -lcrypt -lapr-0 -lpcre -lpcreposix to: JK_LDFLAGS=-L${APACHE2_LIBDIR} -lcrypt -lapr-0 -lpcre -lpcreposix -laprutil-0 7. Went back up to the directory in step 5, and performed a make. 8. Changed to cd ../build/jk2/apache2 9. Copied the .so files (mod_jk2.so a

Redhat9 / apxs / mod_jk2 build problem.

2004-01-12 Thread James Snelling
nable-mime-magic --with-ssl=/usr/local/ssl I obtained jakarta-tomcat-connectors-jk2-src-current.tar.gz and did the following: # gunzip jakarta-tomcat-connectors-jk2-src-current.tar.gz # tar -xvf jakarta-tomcat-connectors-jk2-src-current.tar # cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/na

RE: How to deploy a web application under Tomcat 5

2004-03-24 Thread Bachler, Elisabeth (Elisabeth)
der Tomcat 5 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 s

mod_jk does not compile (3.2b7)

2000-11-13 Thread carnell
cd /opt/tomcat/jakarta-tomcat/src/native/apache1.3 /opt/apache/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -lposix4 -c *.c ../jk/*.c gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -fPIC -DSHARED_MODULE -I/ opt/apache_1.3.12/include -I../jk -I/usr

RE: jar_cache files

2002-07-11 Thread Arnaud HERITIER
a batch > > file that runs once a day that removes them the directory > > shouldn't clutter > > with outdated cache files. > > > > a batchfile with something like: > > > > cd \temp > > del /F /Q jar_cache*.tmp > > > > this will genera

RE: ideas invited

2002-05-02 Thread Abraham Fathman
l you are running 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 u

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

2002-07-05 Thread Les Hughes
; 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.or

Re: tomcat_4.0.4 + apache_2.0.39 + mod_jk2 (linux): a failed attempt

2002-07-07 Thread Lalit Pant
4.0.4-src.tar.gz - extract into ${conn_dir} - Set up build.properties -- cd ${conn_dir}/jk -- cp build.properties.sample build.properties -- vi build.properties -- set tomcat40.home -- comment out tomcat41.home and tomcat33.home -- comment out everything except apache2.home in the webservers loc

Re: Mac OS X, Tomcat 4.0.4, MySql "configuration denies access"

2002-07-09 Thread Martin Jacobson
ated a login account for mysql, and installed mysql as per instructions. I created a mysql user 'tomcat' which can only perform selects on one database. Also, tomcat can only connect from 'localhost' or 'macx'. I created another account which can do anything on the

doubt regarding apache tomcat 4.0.3

2002-04-02 Thread naval jajoo
entation then also this error is giving.and one more thing there is no exception on the server. So please guide me how to rectify this to avoid error. === After configuring Apache Tomcat 4.0 from command prompt I write c:\cd Program Files\Apache Tomcat 4.0\bin

Re: Why and How Tomcat before Apache?

2001-08-17 Thread David Smith
00, Roberto B. wrote: > > > > > > Ok ! but.. do you know the way to make this in automatic ( with > > > > > > > > > > scripts at > > > > > > > > > > > system start ) ?? > > > > > > > > > >

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

2002-12-10 Thread grenoml
strator > > > 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 as a nonprivileged user and/or > > chrooted? > > > >

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Denise Mangano
s using the standard ./configure method. So, basically, if you want to build the connector from source, all you have to do is (assuming a GNU-ready build environment): NOTE: the ./configure method assumes you have a sane build environment: libtool, GNU make, autoconf, m4 a) cd to CONNECTOR_HOME/j

RE: Simple Bean not working but Servlet/JSP Working

2002-09-22 Thread Manoj Kithany
> > /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 fi

RE: Simple Bean not working but Servlet/JSP Working

2002-09-23 Thread Manoj Kithany
> > /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 fi

Resend: [Fwd: problem compiling jakarta-tomcat-connectors-jk2-2.0.4 native Module]

2004-06-14 Thread Evan Read
s=&threadid=171478 to no avail. What will end my struggle? Thanks. -- ranlib ../../../build/jk2/apache2/.libs/libmod_jk2.a creating ../../../build/jk2/apache2/mod_jk2.la (cd ../../../build/jk2/apache2/.libs && rm -f

Re: Resend: [Fwd: problem compiling jakarta-tomcat-connectors-jk2-2.0.4 native Module]

2004-06-14 Thread David Smith
uestions/showthread.php?s=&threadid=171478 to no avail. What will end my struggle? Thanks. -- ranlib ../../../build/jk2/apache2/.libs/libmod_jk2.a creating ../../../build/jk2/apache2/mod_jk2.la (cd ../../../build/jk2/apa

CGI-BIN - TOMCAT 4.1.29

2004-08-24 Thread Marek Gimza
/webapps/ROOT/WEB-INF/cgi/test.sh) 2004-08-23 13:02:45 cgi: runCGI (stderr):Can't open perl script ""/usr/www/tomcat/webapps/ROOT/WEB-INF/cgi/test.sh"": No such file or directory 2004-08-23 13:02:45 cgi: runCGI: 1 lines received on stderr I am sure that I have ommitted somet

Re: Cannot modify Tomcat Contexts installed at setup

2005-04-05 Thread helena rato
Thanks Sven, I did how you suggested: First I erased the caches: [EMAIL PROTECTED] num]# cd /usr/local/jakarta-tomcat-5.0.12/work/Catalina/localhost [EMAIL PROTECTED] localhost]# rm -rf ./* [EMAIL PROTECTED] localhost]# ll total 0 At this point, I renamed with mv $CATALINA_HOME/webapps/ROOT

RE: Multiple tomcat instances

2005-04-15 Thread Fritz Schneider
the JAVA_OPTS for increased stack and heap sizes, too; this line is optional. C:\cattery is where I store the data for the four instances. -- snip -- set CATALINA_HOME=C:\Program Files\Apache Group\Tomcat 4.1 set CATALINA_BASE=c:\cattery\instance1 set JAVA_OPTS=-Xms64m -Xmx256m cd %CATALINA_H

RE: Setting properties outside of the WAR

2001-01-04 Thread Alistair Hopkins
the install.pl, install.cfg and installTokensExample.cfg files, and then a subdirectory containing the entire 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

Re: JK2 unixsocket: Can't create apr

2002-11-14 Thread Brzezinski, Paul J
l/tomcat/work/jk2.socket >>: > : >>: > : # define the worker >>: > : [ajp13:unixsocket] >>: > : channel=channel.un:unixsocket >>: > : >>: > : # Uri mapping >>: > : [uri:/examples/*] >>: > : worker=ajp13:unixsocket >>: > : &g

RE: Loadbuild Problem

2003-03-14 Thread Filip Hanik
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. > > I built jsr154 > > cd \jakarta-servletapi-

Re: JK2, which is the best way to build it?

2003-06-10 Thread John Turner
When I build the connectors, I get the source from here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ I'm not sure if that is the best place, but it has worked for me. To build the connectors, in general: - cd to CONNECTORSRC_HOME/jk/native2 (CONNECTORSRC_HOME = wherever yo

Re: AJP13 Error (Apache/Tomcat/JBoss)...?

2003-02-14 Thread jmong
Not sure if this will help... but check the following... cd /server/default/deploy (if you're using the default instance) check tomcat41-service.xml and check where its pointing to the catalina directory if it says ../tomcat4.1x or something along those lines ... try specifying the full

RE: Excel sheets

2003-02-24 Thread Mike Johnson
Well, I figure if you go to all the trouble of setting headers or funky request strings, the server has done it's job and you can wash your hands from there. If IE sucks that badly, just tell your users you've got a CD from mozilla.org that'll fix it. :-) On Sun, 2003-02-23

Re: crontab problems

2003-02-25 Thread Hannes Schmidt
_HOME > > # JAVA_OPTS='-client -v' > > > > export JAVA_HOME CATALINA_HOME CATALINA_BASE JAVA_OPTS > > ./startup.sh > > > > > -Original Message- > > > From: Ayhan Peker [mailto:[E

RE: [OT?] Apache Portable Runtime & JK2

2004-04-01 Thread Dale, Matt
#x27;s my simple notes: build mod_jk2: download connector src: jakarta-tomcat-connectors-jk2-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.

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Randy Paries
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: Building jk2-2.0.4 on rh9 having some problems

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

Re: jk2 osx 10.3

2004-04-22 Thread Mark Lowe
e from jk to jk2 and experincing some problems. I've successfully compiled jk2 and installed it 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-conn

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Chong Yu Meng
ure: ./configure --with-apxs2=/usr/sbin/apxs --with-tomcat41=/usr/local/tomcat-4.1.30 --with-jni Also here is the output for ldd: [EMAIL PROTECTED] root]# cd /etc/httpd/modules/ [EMAIL PROTECTED] modules]# ldd libjkjni.so libcrypt.so.1 => /lib/libcrypt.so.1 (0xb759f000)

RE: Remote Start / Stop of tomcat

2004-06-01 Thread Schalk
g the password you will not see the prompt move. This is ok; type the password and press enter. Then from my experience I basically go: cd /usr/local/tomcat/bin/ startup.sh or shutdown.sh Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Bra

mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Faine, Mark
ile from: JK_LDFLAGS=-L${APACHE2_LIBDIR} -lcrypt -lapr-0 -lpcre -lpcreposix to: JK_LDFLAGS=-L${APACHE2_LIBDIR} -lcrypt -lapr-0 -lpcre -lpcreposix -laprutil-0 7. Went back up to the directory in step 5, and performed a make. 8. Changed to cd ../build/jk2/apache2 9. Copied the .so files (mod_jk2.so a

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

2004-03-22 Thread Ikonne, Ike
xecute this by executing the following steps (on a Unix platform): cd $CATALINA_HOME ./bin/catalina.sh embedded" So you can follow whatever mechanism you like to get the source of the embedded class (download a tomcat source distro, use the public Apache CVS server, whatever), and look at the

RE: SSL handshake failure URGENT

2001-06-15 Thread Jean-Etienne G.
e9: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: > >>

RE: Tomcat 4.1.12 mod_jk2 Apache 2.0.43 build and config issues on So laris 8

2002-10-21 Thread Turner, John
and some other port (AJP13/JK typically uses 8009 but it doesn't really matter as long as the Apache side is configured with the same port). - building the Apache side of connectors, using ant is not required. You can use the standard ./configure method. For example (JK2, Apache2): o unpack the

RE: Jk2 not forwarding to Tomcat 4.1 from Apache 2

2002-11-12 Thread Robert Williams
ting on apache I can no longer connect to Tomcat. The virtual hosting setup also worked fine under mod_webapp. Any Ideas? Thanks, Robert --- Apache is built with ./configure --enable-layout=Apache --enable-module=most --enable-mods-shared=most Build jk2

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

2002-07-08 Thread Anoop Kumar V
barr/TomcatOnIIS/default.htm> ).. but try as many times as i could. i fail to get a green arrow in my filter 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

RE: aaargh!

2001-04-12 Thread Sandy McPherson
.) 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 use wit

mod_jk for Apache 2 and tomcat 4 on Linux finally compiled!

2002-04-24 Thread Keng Wong
.4-b2-src 3. Ensure JAVA_HOME is properly configured 4. cd /tmp/jakarta-tomcat-connectors...src/jk/native/apache-2.0 5. Edit build-unix.sh and change the contents according to the diff.txt attached. For those who fear looking at diff reports, you may use the updated build-unix.sh attached as well. 6. ./b

Tomcat 4.01 classloader problem? (Craig)

2001-11-26 Thread Chris Malley
TH is set in the provided Makefile. I do not have CLASSPATH set in my shell environment, and I have not changed any of the Tomcat config files. Build the SOAP service. (5) tar xzvf echomsg.tar.gz (6) cd echomsg (7) make Deploy the SOAP serv

RE: tomcat configuration error

2001-12-07 Thread Larry Isaacs
trying the following: 1) Unzip the Tomcat binary to drive C: 2) Rename the "jakarta-tomcat-???" directory to something like "Tc33" or "Tc324". 3) Open a DOS window and "cd" to the directory in step 2. 4) Execute "SET JAVA_HOME=c:\jdk1.3.1_01&

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

2001-12-07 Thread Martin van den Bemt
ad the > > README for 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

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
16:43:41 +0200, Roberto B. wrote: > > > > > Ok ! but.. do you know the way to make this in automatic ( with > > > > scripts at > > > > > system start ) ?? > > > > > > > > > > - Original Message - > > > > > From: &qu

tomcat 3.2.3: Testing the Build

2001-08-23 Thread Tsu-Hua Wang
Greetings, I try to install tomcat on RedHat Linux 7.1 and am stuck at the state "Testing the Build". I installed jdk1.3.1, jaxp-1.1, jsse1.0.2, jakarta-ant-1.3 and tomcat 3.2.3. I did cd $JAKARTA_HOME/build/tomcat <-- Unix ./bin/tomcat.sh ant -buildfile conf/te

Re: Tomcat Spontaneously Restarting System

2001-09-20 Thread Gustavo Saramago
> I'm pretty sure the problem lies in a conflict with > > > some software on the lab machines. It could be > > > anything... > > > > > > Craig > > > > > > --- Curtis Dougherty > > > <[EMAIL PROTECTED]> wrot

RE: Building mod_webapp on Solaris 7

2002-01-18 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
I loaded this SPARC box with the latest Gnu tools (gawk, m4, libtools, etc.) from http://www.sunfreeware.com/. I start with a fresh build of Apache 1.3.22 using ./configure --shadow=/home/thad/apache_1.3.22.basic \ --enable-module=most \ --enable-shared=max I then cd to my webapp-mo

RE: tomcat und IIS

2001-02-08 Thread Randy Layman
The only Win2K that I have tried on is Advanced Server. Installed from MSDN CD and applied SP1. Then installed Java, WinZip, Tomcat, isapi_redirect.dll, and jk_nt_service. In that order. It didn't take anything different from Win NT. One slightly unclear part is that on II

jdk1.3 on FreeBSD4.2

2001-02-18 Thread Michael Dewhirst
ing: cannot uninstall alt signal stack Any ideas why? Do you know how I could uninstall and the re-install using make? I'm quite new to unix and all I know about make is cd-ing to a directory, typing "make", then "make install"... I've been looking at the FreeBSD sec

Re: Question about configuration

2001-02-27 Thread Web master
to tomcat bin directory in my example it would be c:\jakarta-tomcat-3.2.1\bin\ and execute startup.bat ie c:\>cd c:\jakarta-tomcat-3.2.1\bin\ c:\jakarta-tomcat-3.2.1\bin>startup Now this should bring in another ms dos prompt. that will be java console. You need not worry about it at thi

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Denise Mangano
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" in CONNECTOR_HOME/jk/native. d) run configure: ./configure -

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Turner, John
t I learned that I > didn't need to go > through all that, all I needed to do was follow connector > build option #2, > which is using the standard ./configure method. > > So, basically, if you want to build the connector from > source, all you have > to do

Cannot setup tomcat

2002-09-22 Thread Marc Vila Pérez
next sentence: bash-2.05$sh -x catalina.sh stop > shutdown.txt I obtain: + cygwin=false ++ uname + PRG=catalina.sh + '[' -h catalina.sh ']' ++ dirname catalina.sh + PRGDIR=. ++ cd ./.. ++ pwd + CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.10 + '[' -r /usr/local/jak

RE: MOD_JK2 installation question

2002-10-11 Thread Georg Puchta
... and you need to compile mod_jk on Solaris with cd ./jk ${ANT_HOME}/bin/ant native -Georg -Original Message- From: Georg Puchta [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 9:20 AM To: 'Tomcat Users List' Subject: RE: MOD_JK2 installation question I did n

segmentation faults with jk2 w/ apache 2.0.50 and jakarta-tomcat-5.0.18/24

2004-09-10 Thread Alex
the following: --with-jni --with-apxs2=/opt/apache-2.0.50/bin/apxs --with-apache2=/usr/local/src/httpd-2.0.50 --with-java-home=/usr/local/jdk cd ../build/jk2/apache2/ /opt/apache-2.0.50/bin/apxs -n jk2 -i mod_jk2.so Which gives the output: /opt/apache-2.0.50/build/instdso.sh SH_LIBTOOL='/o

Re: IndexOutOfBound Exception?

2004-10-14 Thread Edouard Dalla-Costa
ava:577) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) > at java.lang.Thread.run(Thread.java:534) > > And I can't figure out why this works ok in JBuilder but not elsewhere..? > Are there some setting I am missing for the Tomcat server? Something else I am > missing? > Anyone ha

Re: IndexOutOfBound Exception?

2004-10-14 Thread Bjørn T Johansen
ne have any ideas? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: "I understand that if you play a Windows C

RE: CGI-BIN - TOMCAT 4.1.29

2004-08-24 Thread Mark Thomas
-INF/cgi/test.sh) > 2004-08-23 13:02:45 cgi: runCGI (stderr):Can't open perl script > ""/usr/www/tomcat/webapps/ROOT/WEB-INF/cgi/test.sh"": No such file or > directory > 2004-08-23 13:02:45 cgi: runCGI: 1 lines received on stderr > > > I am sure

Re: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
s I grabbed were a binary distribution - already compiled and built. I'll bet the difference is, you built yours from source. Here are the files I have. I set this up on a Linux FC3 host: [EMAIL PROTECTED] bin]# cd $CATALINA_HOME/bin [EMAIL PROTECTED] bin]# ls -la total 1072 drwxr-xr-x 3

400 No Host matches server name BLAH

2005-08-15 Thread Darryl L. Miles
*/* Connection: Keep-Alive Pragma: no-cache HTTP/1.1 400 No Host matches server name test.foobar.com Server: Apache-Coyote/1.1 Date: Tue, 16 Aug 2005 03:45:20 GMT Connection: close Connection closed by foreign host. # cat /opt/jakarta-tomcat-5.5.9/conf/Catalina/test.foobar.com/MyROOT

[OT] RE: Creating a signed SSL certificate with my own CA

2002-12-12 Thread Donie Kelly
er [ KeyIdentifier [ : FC 88 B1 F0 C6 7F 17 E0 FC CD B2 14 99 B1 2A AA ..*. 0010: 8D 67 53 51.gSQ ] ] [3]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ : D8 18 22 CF F1 9D DE E6 0E 83 D3 04 E7 96 09 2C

FW: [OT] RE: Creating a signed SSL certificate with my own CA

2002-12-12 Thread Donie Kelly
er [ KeyIdentifier [ : FC 88 B1 F0 C6 7F 17 E0 FC CD B2 14 99 B1 2A AA ..*. 0010: 8D 67 53 51.gSQ ] ] [3]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ : D8 18 22 CF F1 9D DE E6 0E 83 D3 04 E7 96 09 2C

RE: Loadbuild Problem

2003-03-24 Thread Jacob Kjome
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-5\jsr154\servlet-api-2

RE: Loadbuild Problem

2003-03-24 Thread kevin carey
-5 > > > build.properties.default > > > I set the property > > > base.path=c:/development/tomcat-base > > > this can be set to anything, as long as it is a > > > absolute directory, > > > > > > 2. > > > in jakarta-

RE: Loadbuild Problem

2003-03-24 Thread Filip Hanik
> > CC: <[EMAIL PROTECTED]> > > > > > > > > ok, I think I got it working > > > > > > > > I did four things: > > > > > > > > 1. > > > > and then in jakarta-tomcat-5 > > > > build.properties.default

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Duma Rolando
I'm still having trouble with my setup. These are my keystore entries: Tipo keystore: jks Provider keystore: SUN Il keystore contiene 3 entry scai, 10-giu-2003, keyEntry, Impronta digitale certificato (MD5): D5:FC:34:5E:12:03:CD:29:84:18:C9:4C:33:07:6C:5D _dgripbmo, 10-giu

RE: Classpath Conundrum (2nd try)

2003-07-17 Thread Norris Shelton
;%CATALINA_HOME%\bin\setenv.bat" > > # Get standard environment variables > PRGDIR=`dirname "$PRG"` > CATALINA_HOME=`cd "$PRGDIR/.." ; pwd` > if [ -r "$CATALINA_HOME"/bin/setenv.sh ]; then > . "$CATALINA_HOME"/bin/setenv.sh > fi > &

RE: crontab problems

2003-02-25 Thread Turner, John
; > > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > > > Sent: Tuesday, February 25, 2003 10:43 AM > > > Subject: RE: crontab problems > > > > > > > > > You have to make shure that your script retstart_tomcat > > > sets

RE: sessionids through url rewriting

2003-07-29 Thread Hans Wichman
both the client and server version (one goes out on cd, the other is distributed on the web), and the difference between the client and server version is about 3 files in a few hundred. Up till now this was pretty cool, but since the underlying application that generates the result has no kn

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

2003-08-14 Thread Jørgen Nørgaard
othing, and I tried 'find / -name mod_jk2.so' and that found nothing either. On a Linux system I build the connector like: cd jk/native2/ ./configure --with-apxs2=/usr/sbin/apxs2-prefork make jk2-build-apxs that placed the .so file in the .libs directory. The actual apxs depends on y

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Randy Paries
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 When I do this I ge the following error apxs

Re: JSP work dir problem running Tomcat 5 through jsvc

2004-04-21 Thread Parsons Technical Services
nv > TOMCAT_OPTS=-Xmx128m > #JAVA_OPTS=-Xmx128m -server > CATALINA_HOME=${TOMCAT_HOME} > CATALINA_TMPDIR=${TOMCAT_HOME}/temp > CATALINA_PID=/var/run/tomcat.pid > TOMCAT_LOG=${TBONE_LOG_DIR}/tomcat > CONFIGSERVER_LOG=${TBONE_LOG_DIR}/configserver > > CLASSPATH=\ >

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Andrew Clute
Sounds like we are on to something I used the following for my configure: ./configure --with-apxs2=/usr/sbin/apxs --with-tomcat41=/usr/local/tomcat-4.1.30 --with-jni Also here is the output for ldd: [EMAIL PROTECTED] root]# cd /etc/httpd/modules/ [EMAIL PROTECTED] modules]# ldd libjkjni.so

RE: Question about webapp deployment or re-deployment

2004-02-23 Thread Tom . Williams
vely) the running webapp. 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.

RE: Login & Password for Tomcat Web Server Administration Screen

2003-11-10 Thread VISHAL SAXENA
after making the symlink? Does the user that tomcat is running under have permissions to access that directory? Did you test your symlink? On Monday 10 November 2003 01:37 pm, VISHAL SAXENA wrote: > Cool ! > > Now I am facing another problem: > > bash-2.05$ cd /home/vsaxena/jakarta-to

RE: SSL handshake failure URGENT

2001-06-15 Thread GOMEZ Henri
c:95: >> >> 6c:a6:ad:8c:f4:ef:30:11:41:6e:cf:3b:ca:a6:6a: >> >> e9: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

RE: SSL handshake failure URGENT

2001-06-18 Thread Jean-Etienne G.
t;> 12:24:3a:57:13:e0:3a:97:25:ee:29:f5:16:f2:da: > >> >> a7:fc:84:89:f6:50:53:2c:09:2a:a9:f5:91:b8:33: > >> >> a5:ec:2f:16:07:b8:bf:60:01:06:aa:cc:be:fd:a9: > >> >> 85:04:22:25:2

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

2002-07-08 Thread Andrew Conrad
nk 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 of the docs suggested that anyway..

connection refused with jakarta-tomcat-4.0.3-LE-jdk14 on linux

2002-03-12 Thread Ray Tayek
na.sh + PRGDIR=/home/src/tools/tomcat/jakarta-tomcat-4.0.3-LE-jdk14/bin ++ cd /home/src/tools/tomcat/jakarta-tomcat-4.0.3-LE-jdk14/bin/.. ++ pwd + CATALINA_HOME=/home/src/tools/tomcat/jakarta-tomcat-4.0.3-LE-jdk14 + '[' -r /home/src/tools/tomcat/jakarta-tomcat-4.0.3-LE-jdk14/bin/setenv.sh &

[REPOST: mod_webapp problem]

2002-04-04 Thread Julien OIX
--- Begin Message --- hi everyone, I'm using Tomcat4 and Apache (mod_webapp connector) on a Linux RedHat 7.1; to build my connector, I do a snapshot from CVS repository: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-connectors/webapp cd jakarta-tomcat-conne

mod_webapp problem

2002-04-04 Thread Julien OIX
hi everyone, I'm using Tomcat4 and Apache (mod_webapp connector) on a Linux RedHat 7.1; to build my connector, I do a snapshot from CVS repository: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-connectors/webapp cd jakarta-tomcat-connectors/webapp/ cvs -d :ps

mod_webapp problem

2002-04-04 Thread Julien OIX
hi everyone, I'm using Tomcat4 and Apache (mod_webapp connector) on a Linux RedHat 7.1; to build my connector, I do a snapshot from CVS repository: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-connectors/webapp cd jakarta-tomcat-connectors/webapp/ cvs -d :ps

RE: How to pre-compile JSP's ?

2002-04-10 Thread Jay Gardner
n the fly in production. I am using TC4.0.3. Here is how I try to do this from an ANT build script: *NOTE** This has the same net result as doing this: cd %CATALINA_HOME%\bin jspc.bat -uri d:/jboss/tomcat/webapps/smartjobs -d d:/jboss/tomcat/we

Re: Apache 2.0.35, tomcat 4.0.3 and mod_webapp

2002-04-20 Thread Simon Stewart
but it really matters not (at least for my > apache install -- 2.0.35, compiled from source, DSO-style, etc.). Did > it actually matter for you (i.e. you got errors when it was in modules > as opposed to lib)? Afraid so: mite:/usr/local/apache-2# cd /usr/local/apache-2/ mite:/usr/local

Re: Why and How Tomcat before Apache?

2001-08-17 Thread David Cassidy
> 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: jdk1.3 on FreeBSD4.2

2001-02-18 Thread mikhail malamud
dard Edition (build 1.3.0) Java HotSpot(TM) Client VM (build 1.3.0, mixed mode) Java HotSpot(TM) Client VM warning: cannot uninstall alt signal stack Any ideas why? Do you know how I could uninstall and the re-install using make? I'm quite new to unix and all I know about make is cd-ing to a

Re: Error 403 using an Alias with Apache + Tomcat4

2002-12-13 Thread Marco Bucciarelli
Yes, that was the problem (it was a really stupid problem). I still have the problem with the symlinks: in the webapps/mytest directory I have a subdirectory that is a symlink: cd /var/tomcat4/webapps/mytest ln -s /tmp/mydir mydir the directory /tmp/mydir has the right permissions and also the

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

2002-12-16 Thread Denise Mangano
able check the first line of apxs > > head -1 /usr/sbin/apxs > > It should say something like > > #!/usr/local/bin/perl or something along those lines > > check the availability of your perl install > > ls -l /usr/local/bin/perl > > if it says "not foun

<    8   9   10   11   12   13   14   15   16   >