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

2002-12-13 Thread Denise Mangano
all 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 'perl' -print & Hope that helps. Jan-Michael At 12:39 PM 12/13/2002 -0500, Denise Mangano wrote: >Ok. So its ti

RE: Tomcat 'out of environment space' message

2002-09-11 Thread Andreas Probst
n ? I reason I ask is because I see I have 2 autoexec.bat > files 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

RE: Réf. : Http Session

2002-09-12 Thread Vikramjit Singh
erialized to a file called SESSIONS.ser in the work directory for each webapp. NOTE - only session attributes that are Serializable get the benifit of this. Yes, they survive a full restart as long as you don't delete the SESSIONS.ser file. To remove them: cd $CATALINA_HOME/work/{servicename}

Simple Bean not working but Servlet/JSP Working

2002-09-22 Thread Manoj 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: #cd /kithany #jar -cvfM kithany.war . I then put the

Re: Using daemontools to supervise Tomcat

2002-10-13 Thread Will Hartung
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..." Yes, here it is, just start catalina.sh with the "run" option

Re: Tomcat vs BEA Weblogic?

2004-09-19 Thread Big Chiz
uld like some advice on why I should/shouldn't continue > with Weblogic? :) > > Regards, > > BTJ > -- > > --- > Bjørn T Johansen > [EMAIL PROTECTED] > > -----

Re: Tomcat vs BEA Weblogic?

2004-09-21 Thread calandraca
--- > Bjørn T Johansen > [EMAIL PROTECTED] > > ------- > Someone wrote: > "I understand that if you play a Windows CD backwards you hear strange Sa

Re: Connecting Tomcat and Apache

2004-06-17 Thread Chong Yu Meng
t;[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 direct

Re: Tomcat does not compiles my .jsp!

2004-06-24 Thread David Smith
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 root, no password required) cd /usr/local/jakarta-tomcat-5.0.25/work vi testfile.txt type some junk and try to write the

RE: Tomcat does not compiles my .jsp!

2004-06-24 Thread Januski, Ken
g some trouble writing to >>the work directory when it writes your jsp as a java class. Quick test: >> >>su tomcat (if done from root, no password required) >>cd /usr/local/jakarta-tomcat-5.0.25/work >>vi testfile.txt >>type some junk and try to write the file.

Re: Tomcat does not compiles my .jsp!

2004-06-24 Thread Niklas Lindholm
; To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Thursday, June 24, 2004 9:18 AM > 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 wr

RE: TC 5.0.27 startup problem

2004-07-23 Thread Shapira, Yoav
>---- >--- >set CATALINA_HOME=C:\dev\jakarta-tomcat-5.0.27 >rem Guess CATALINA_HOME if not defined >set CURRENT_DIR=%cd%" > >When running this file from the command prompt I get: > >"23/07/2004 16:

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

2005-01-04 Thread Thomas Tinnes
3.4.3-10). There's Apache 2.0.46-44 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&qu

Re: CGI : environment variables

2005-01-11 Thread Pierrick Brihaye
5.5.4 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

R: R: R: R: R: Startup/shutdown script

2003-02-17 Thread Simone Chiaretta
will add the > > > > > symbolic links > > > > > > > > > /sbin/chkconfig --list tomcatd #this will tell you how > > > > > > > > it starts up > > > > > > > > > /sbin/chkconfig --del tomcatd #this will

RE: R: R: R: R: Startup/shutdown script

2003-02-17 Thread Turner, John
t; > > > > > > > > > On Mon, 17 Feb 2003, Simone Chiaretta wrote: > > > > > > > > > > > > > > > > > Thanx > > > > > > > > > I've tried eve

Apache 1.3 not loading Mod_Jk.so

2004-07-15 Thread bralston
be started This is my build method (I have pasted output to be helpful): 1) gunzip jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz 2) tar -xvf jakarta-tomcat-connectors-jk-1.2.5-src.tar 3) cd /usr/local/tomcat/jakarta-tomcat-connectors-jk-1.2.5-src/jk/native 4) ./buildconf.sh

RE: Apache 1.3 not loading Mod_Jk.so

2004-07-16 Thread bralston
method (I have pasted output to be helpful): 1) gunzip jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz 2) tar -xvf jakarta-tomcat-connectors-jk-1.2.5-src.tar 3) cd /usr/local/tomcat/jakarta-tomcat-connectors-jk-1.2.5-src/jk/native 4) ./buildconf.sh libtoolize --force --automake --copy

RE: Apache 1.3 not loading Mod_Jk.so

2004-07-16 Thread bralston
ip jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz 2) tar -xvf jakarta-tomcat-connectors-jk-1.2.5-src.tar 3) cd /usr/local/tomcat/jakarta-tomcat-connectors-jk-1.2.5-src/jk/native 4) ./buildconf.sh libtoolize --force --automake --copy aclocal automake -a --foreign

RE: Thanks to John and Geralyn

2003-06-02 Thread Joe
download this package : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/src/ jakarta-tomcat-connectors-4.1.24-src.tar.gz untar then, cd jk/native2 chmod u+x buildconf.sh ./buildconf.sh ./configure --with-java-home=/u/java --with-apxs2=/u/httpd/bin/apxs --with-tomcat41=/u/tomcat

Vedr.: RE: Vedr.: RE: Vedr.: service installer for TC5

2003-12-12 Thread Thomas Nybro Bolding
o use a JRE in a specific location! In this case I have the JRE placed in the tomcat directory! I have made following .bat file in the tomcat directory: set RUNTIME_MODULE=%CD%\jre set ServerPath=%CD% bin\tomcat.exe //IS//Serv --Description "Slide Server" --ImageP

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Robert Williams
10 : > : apr.NativeSo=${jkHome}/lib/jkjni.so : > : timeout=2 : > : channelUnix.file=${jkHome}/work/jk2.socket : > : tcpNoDelay=true : > : : > : : > : Build Apache : > : ./configure --with-mpm=worker --enable-so --enable-layout=Apache : > : --enable-module=most --enabl

Re: JK2 unixsocket: Can't create apr

2002-11-14 Thread Brzezinski, Paul J
; : channel=channel.un:unixsocket >>: > : >>: > : # Uri mapping >>: > : [uri:/examples/*] >>: > : worker=ajp13:unixsocket >>: > : >>: > : jk2.properties >>: > : # list of needed handlers. >>: > : handler.list=apr,channelUnix,request

Re: RE: hide source of a page --> Ref #[1M5bh1ZAo41sUre]

2004-11-08 Thread referrals
rer is incorrect. Can I change it? If so, how? 4. I referred my friend to Juno Free Internet service. Am I eligible for referral bonus? 5. What are rules of the Juno Tell-A-Friend Program? --- Answers 1. I want to refer my friend to Juno. Please send a Juno disk to his address. To have the

Re: Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-23 Thread Ryan McConigley
mpress the archive gzip -dc jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz | tar -xvf - Compile cd to /usr/local/src/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 ./configure --with-apxs2=/usr/local/httpd/bin/apxs --with-apr-lib=/usr/lib --with-to

Re: AW: deleting JSP Files?

2003-07-01 Thread Tim Funk
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-files. I precompiled all JSP files to class files and then deleted the JSP files. Unfortunately, this does not seem to work. Tomcat generates a file not found error. Second,

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

2003-01-28 Thread Turner, John
ppLoader[/admin]: Deploy JAR > /WEB-INF/lib/struts.jar > > to > > > /opt/jakarta/tomcat/webapps/../server/webapps/admin/WEB-INF/li > b/struts.jar > > > > Sowhat's up with that directory path? Anything? > Permissions, etc.? > > Anyone else kno

RE: Installing tomcat 4.4.1.18 on RH8.0

2003-02-03 Thread Filip Hanik
t 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. "./catalina.sh" > > badabim badabom, y

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

2003-02-04 Thread Turner, John
gt; 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 in httpd.conf. >Virtual Host section now looks l

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

2003-02-06 Thread Bill Barker
gt; Sent: Tuesday, February 04, 2003 2:19 PM > > To: Tomcat Users List > > Subject: Re: tomcat-apache.conf not created during Tomcat startup > > > > > > I think I can answer my own question: > > The tomcat-apache.conf is not created when using the > > warp

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

2003-02-19 Thread Felipe Schnack
s. > > > > I 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

Re: tomcat5.0 build problem

2003-02-21 Thread Steve Guo
x27; 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 < 1.5. You need to use at least 1.5 to build TC 5. "Filip Hanik" wrote in message news

RE: RE: Java and tomcat issues

2003-08-06 Thread Bradberry, Rick
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 [EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 2:06

RE: RE: Java and tomcat issues - never mind got the path set

2003-08-10 Thread batristain
ssues 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

RE: Tomat and ssl

2003-08-14 Thread batristain
oot /usr/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

Re: Java and tomcat issues

2003-08-14 Thread John Turner
write 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 - the only command that works is the exit command Any idea

Re: jk2 osx 10.3

2004-04-22 Thread Mark Lowe
TED]:/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 cp ../build/build/jk2/apache2/mod_jk2.so /usr/libexec/apache2 #end compiling j

Réf. : RE: jk2 and mapping uri

2004-05-19 Thread meissa . Sakho
TECTED] Sent: 19 May 2004 12:52 To: [EMAIL PROTECTED] Subject: jk2 and mapping uri I'm running tomcat and apache under linux and making them both communicate with jk2 I have differents mappings which are all working fine instead of this one. #tridion [uri:/cd-upload/*] worker=ajp13:localhost

TOMCAT and JNI problem...

2004-01-26 Thread J.Pablo M
-- #!/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 export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/home/myuser/lib

RE: Tomcat doesn't start under Windows XP

2003-10-24 Thread Hardee, Brenda G NAVSAFECEN
g tomcat and trying to >run it? That's very strange. > I simply downloaded the zip file, unzipped it into my directory and tryed to execute the startup.bat (following the instructions into the running.txt). > Can you start tomcat from the Programs Menu rather than the command line? >

RE: Obtaining JK2 binaries for Linux

2003-11-05 Thread patrick . refondini
this, but I did manage to compile them from source. > > Unfortunately my notes don't seem to be that good, but here they are: > build mod_jk2: > > download connector src: > jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz > > gunzip and untar > cd jakarta-tomcat-co

Re: Login & Password for Tomcat Web Server Administration Screen

2003-11-10 Thread Ben Souther
Did you restart tomcat 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

Jk2 not forwarding to Tomcat 4.1 from Apache 2

2002-11-11 Thread Robert Williams
--enable-layout=Apache --enable-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-apxs2=/usr/local

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Peng Tuck Kwok
to run Tomcat. Instead, open up a command prompt, cd to the directory where the .bat files are and type the name of the .bat file you want to run. Now you will see the error output. Jake At 11:01 PM 12/1/2002 -0600, you wrote: Kwok, the so-called "crash" is like it just flat dis

Can't compile some JSPs

2002-12-05 Thread Will Hartung
ciated. Tomcat Binary 4.1.12 W2K Cygwin I have our WAR that runs peachy in 3.2, and I'm trying to get it to work in 4.1. I downloaded the binary. Extracted it. Copy our WAR into $CATALINA_HOME/webapps cd $CATALINA_HOME/bin ./catalina.sh run Tomcat extracts the WAR and starts up. I go to

RE: jar_cache files

2002-07-10 Thread Mark Prins
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 outdated cache files. a batchfile with something like: cd \temp del /F /Q jar_cache*.tmp this will generate error messages for

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

2002-07-17 Thread Will Hartung
simply unjar them in "reverse classpath order", so that whatever you want search first is unjarred last. For example: $ mkdir newjar $ cd newjar $ jar xf /path/to/3rdPartyLibOriginal.jar $ jar xf /path/to/3rdPartyLibServicePack1.jar $ jar xf /path/to/3rdPartyLibServicePack2.jar $ jar cf /pat

Apache 2.0.35 and Mod_jk 4.0.2-01 on sparc solaris 7 (2.7) linkproblems

2002-05-03 Thread Gary.L.Johnstone
efined symbol errors mainly in the mod_jk.o file. apr_date_parse_http mod_jk.o ap_os_escape_path mod_jk.o etc I have found some of these symbols by doing a nm command on files in $APACHE_HOME/lib cd $APACHE_HOME/lib for file in `ls` do echo "Current file $file" nm $

RE: building mod_jk on solaris

2002-05-10 Thread Martin van den Bemt
This is some info of how I built it on solaris sparc boxes. It was using tomcat 33 though, and you have to change the directories accordingly.. Let me remind you that some of the things can actually already been fixed or working differently.. cd to /usr/local/tomcat/native/mod_jk/apache1.3 If

Re: old tag

2002-05-31 Thread Phillip Morelock
omcat Users List >> Subject: RE: old tag >> >> >> >> ok that's help me.. >> i have another problem. Tomcat crash probably because i have >> a problem with the servlet which is loaded on startup. The >> problem is that i can see the trace of

RE: Thread error....WHY?

2001-04-25 Thread Owen Taylor
argument: D:\XALAN\SAMPLES\fred>cd.. D:\XALAN\SAMPLES>java fred.Example ( also note the fully-qualified package name and classname is what is passed to the java command ) HTH Owen. -Original Message- From: Galon, Mary-Jay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001

Re: Compiling mod_webapp.so ...

2002-03-04 Thread brian ally
ome/cvspublic checkout >jakarta-tomcat-connectors/webapp >cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout >apr > >cd $SNAPSHOT/webapp > >./support/buildconf.sh >./configure --with-apxs=/usr/bin/apxs --with-apr=./apr/ >make > >and I get my mod_

Make, won't create mod_webapp.so

2002-04-03 Thread David Parham
.libs/libwebapp.* .libs/libwebapp.* >ar cru .libs/libwebapp.a wa_main.o wa_config.o wa_request.o pr_info.o >pr_warp.o pr_warp_packet.o > pr_warp_network.o pr_warp_config.o >ranlib .libs/libwebapp.a >creating libwebapp.la >(cd .libs && rm -f libwebapp.la && ln

Re: TC hidding console

2002-04-12 Thread yilmaz
> From: RAYMOND Romain [mailto:[EMAIL PROTECTED]] > > > Sent: 12 April 2002 12:50 > > > To: Tomcat Users List > > > Subject: Re: TC hidding console > > > > > > > > > > > > Because it is to give a demo embended on a CD and I would not like > > > to ma

RE: Question about "Tomcat-Apache HOWTO"

2002-04-16 Thread Animesh Chaturvedi - US
seems fine except > that I do not see file "tomcat-apache.conf". I assume that TOMCAT_HOME is > the same as CATALINA_HOME, right? I don't even see a subdir call jserv. Is > this normal? > > BYW, my machine is ultra-sparc 1 running Solaris 8. I can visit > http://loc

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Pascal Forget
karta-tomcat-connectors-4.0.2-01-src/jk/native > >>From there, cd to apache-1.3, edit the build-unix.sh file to change >JAVA_HOME, APACHE_HOME and uncomment the line instructed to if find fails, >and change linux on that line to freebsd. This allows me to build and >install a mod_j

Re: Must servlets be inside WEB-INF/classes pr /lib?

2001-10-05 Thread Dmitri Colebatch
t; best advice would be to > > put your servlets in web-inf/classes (or lib). > > > > alternatively, you'd need to have a good explanation > > from someone who > > fully understands the class loading mechanism of > > catalina... I could take > >

Re: Prob loading mod_webapp on Solaris 8.

2001-11-29 Thread Scott Haas
webapp binary didn't work for me either .. on a Sparc / Solaris 8 / Apache ... I down loaded the webapp 101 src and compiled it, it works ok. Really not that hard of a thing to do .. If you don't have .. gcc and autoconf, automake, cvs are all on your Solaris 8 Companion CD.

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

2001-12-07 Thread Martin van den Bemt
Advise is to use mod_jk though. To build on solaris here is a little hint (also don't forget to read 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 fi

Re: Version

2001-08-16 Thread Noel L Yap
-- From: "Rob S." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 3:02 PM Subject: Re: Version > Oh. My. God. I should start a Yahoo! Shop answering questions for $10k =) > > You obviously have access to the server... cd to $TOMCAT_

Re: Version

2001-08-16 Thread Matt Barre
Subject: Re: Version > Oh. My. God. I should start a Yahoo! Shop answering questions for $10k =) > > You obviously have access to the server... cd to $TOMCAT_HOME and read the README file. > > - r > > On Thu, 16 Aug 2001 14:38:21 -0500 [EMAIL PROTECTED] wrote: > &g

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
hy and How Tomcat before Apache? > > > > > > > > > > I cannot answer your "why" question, because, I am not one of the > > > developers > > > > of apache or tomcat. But here is the answer to your "how" question: > > >

Building mod_webapp on Solaris 7

2002-01-18 Thread Thad Humphries
. Also, 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

RE: Help needed to run Tomcat 4.1.12

2002-12-18 Thread Turner, John
and prompt in Windows XP automatically 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 > > Any help would be

Re: Help needed to run Tomcat 4.1.12

2002-12-18 Thread Paul Yunusov
.. Set the variable 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

RE: WAR Problem

2003-01-20 Thread Madhava Reddy
s 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 then move apress.war to

RE: Simple Bean not working but Servlet/JSP Working

2002-09-23 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: Is it possible to use a parameter other than JSESSIONID to maintain session?

2005-03-01 Thread Subir Sengupta
the source 2) issue the command cd {tomcat src base} find . -name '*.java' | xargs grep -i jsessionid This will tell you all the placed jsessionid is used. -Tim Garth Patil wrote: > Changing the name in Globals.java seems to partially work. Now, in > order to have Tomcat jus

RE: Multiple tomcat instances

2005-04-15 Thread Kelly, Steve
ed 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_HOME%\bin startup -- sni

Support Information Regarding - C0000005

2005-02-08 Thread support
/support/chipsets/). The next step if the patch does not work is to play the game in 2D mode if you are currently running in 3D. You can change this setting by re-running the Video Test. To run this test, click on Start, then Programs, then Diablo II and then Video Test. Also, try turning off

Re: R: R: R: R: R: Startup/shutdown script

2003-02-17 Thread Oscar Carrillo
; > > > symbolic links for > > > > > > > > > > shutdown/startup. > > > > > > > > > > > > > > > > > > > > /sbin/chkconfig --add tomcatd #this will add the > > > > >

Re: Startup/shutdown script

2003-02-17 Thread Oscar Carrillo
to add all the appropriate > > > > symbolic links for > > > > > > > > > > shutdown/startup. > > > > > > > > > > > > > > > > > > > > /sbin/chkconfig --add tomcatd #this will add the > > >

R: Startup/shutdown script

2003-02-18 Thread Simone Chiaretta
he top of > > > > > > > > > > the script such > > > > > > > > > > > as: > > > > > > > > > > > #chkconfig: 345 84 14 > > > > > > > > > > > #description: Tomcat jakarta JSP

Re: Startup/shutdown script

2003-02-18 Thread QA Tester
> > > > > > the script such > > > > > > > > > > > as: > > > > > > > > > > > #chkconfig: 345 84 14 > > > > > > > > > > > #description: Tomcat jakarta JSP server >

RE: problems compiling and using mod_jk

2003-02-26 Thread Mike Jackson
had to do Step #7, the file > > > that I get > > > resulting from "make" is called mod_jk.so. > > > > > > John > > > > > > > -Original Message- > > > > From: Mike Jackson [mailto:[EMAIL PROTECTED] > > > > Sent: Wednesd

RE: Apache 1.3 not loading Mod_Jk.so

2004-07-16 Thread Hofmann, Benjamin
sr/local/apache/bin/apachectl restart: httpd could not be started This is my build method (I have pasted output to be helpful): 1) gunzip jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz 2) tar -xvf jakarta-tomcat-connectors-jk-1.2.5-src.tar 3) cd /usr/local/tomcat/jakarta-tomcat-connectors-

RE: Apache 1.3 not loading Mod_Jk.so

2004-07-16 Thread Anup Ray, Unix Systems Administrator
rta-tomcat-connectors-jk-1.2.5-src.tar 3) cd /usr/local/tomcat/jakarta-tomcat-connectors-jk-1.2.5-src/jk/native 4) ./buildconf.sh libtoolize --force --automake --copy aclocal automake -a --foreign -i --copy autoconf 5) ./configure --with-apxs=/usr/local/apach

RE: Apache 1.3 not loading Mod_Jk.so

2004-07-16 Thread bralston
connectors-jk-1.2.5-src.tar 3) cd /usr/local/tomcat/jakarta-tomcat-connectors-jk-1.2.5-src/jk/native 4) ./buildconf.sh libtoolize --force --automake --copy aclocal automake -a --foreign -i --copy autoconf 5) ./configure --with-apxs=/usr/local/apach

RE: Apache 1.3 not loading Mod_Jk.so

2004-07-16 Thread Mike Jackson
; > This is my build method (I have pasted output to be helpful): > > > > 1) gunzip jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz > > 2) tar -xvf jakarta-tomcat-connectors-jk-1.2.5-src.tar > > 3) cd > /usr/local/tomcat/jakarta-tomcat-connectors-jk-1.2.5-src/jk/n

RE: Apache 1.3 not loading Mod_Jk.so

2004-07-16 Thread bralston
ld method (I have pasted output to be helpful): > > > > 1) gunzip jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz > > 2) tar -xvf jakarta-tomcat-connectors-jk-1.2.5-src.tar > > 3) cd > /usr/local/tomcat/jakarta-tomcat-connectors-jk-1.2.5-src/jk/native > > 4) ./

RE: Apache 1.3 not loading Mod_Jk.so

2004-07-17 Thread shiv juluru
tomcat-connectors-jk-1.2.5-src.tar.gz 2) tar -xvf jakarta-tomcat-connectors-jk-1.2.5-src.tar 3) cd /usr/local/tomcat/jakarta-tomcat-connectors-jk-1.2.5-src/jk/native 4) ./buildconf.sh libtoolize --force --automake --copy aclocal automake -a --foreign -i --copy autoconf 5) ./configure --with-ap

Re: ¿how to use tomcat.sh for starting Tomcat automatically at boot time?

2004-05-04 Thread Parsons Technical Services
.sh For this How To we are using TC5. I renamed my file to tomcat to match the other files in init.d #cp $CATALINA_HOME/bin/jsvc-src/native/Tomcat5.sh /etc/init.d/tomcat #cd /etc/init.d #vi tomcat OR your editor of choice Now edit the file to contain the proper environment setting for your

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-04 Thread Parsons Technical Services
exception Sorry - wrong wget lines - I meant to provide this statement: wget http://jdbc.postgresql.org/download/pg74.215.jdbc2.jar I then untarred it in the common lib directory. I tried both the type 2 and type 3 driver. Thanks, - Ole --- Ole Ersoy <[EMAIL PROTECTED]> wrote: David, I down

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

2003-06-02 Thread John Turner
ng the connector jk2-2.0.2 and I get an error message when I am making the mod_jk2.so file. The error message is: # make list=' server/apache2'; \ for i in $list; do \ echo "Making $target in $i"; \ if test "$i" != "."; then \ (cd $i && make) || ex

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-23 Thread achana
Well yes, I did that and configure ran "normally" after a "make distclean" (I think I maight have left some junk there from last time)... Then I tried doing this : # cd $APACHE_HOME # make # make certificate # make install "make" didn't work and complained &q

Re: Context problem, urgent!

2003-01-30 Thread Bill Barker
Since 13040 is still marked "NEW", I'm afraid so. 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 sourc

RE: Tomcat server crash

2003-02-13 Thread Justin L. Spies
Gert-Jan, You may have already checked this, however I'll post it just in case. You can easily check the open files situation on the server by doing the following: cd /proc/sys/fs cat file-nr On my system, I get: [root@venus fs]# cat file-nr 1495703 36038 The first number i

Re: tomcat5.0 build problem

2003-02-22 Thread Jacob Kjome
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 -Original Message- From: Steve Guo [mailto:[

RE: RE: Java and tomcat issues

2003-08-08 Thread Atreya Basu
#x27;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 - the > only command that works is

mod_jk2 2.0.4 compiler error on RHEL 3.0, Apache 2.0.46

2004-04-06 Thread Chris Egolf
echo "Making $target in $i"; \ if test "$i" != "."; then \ (cd $i && make) || exit 1; \ fi; \ done; Making in server/apache2 make[1]: Entering directory `/usr/local/jakarta/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/server/apache2

Re: jk connector build / configure failure

2004-04-15 Thread Eric Noel
tomake 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 ./configure --with-apxs=/usr/bin/apxs make make all cp ../build/jk2/apache13/mod_jk2.so /usr

RE: jk2 and mapping uri

2004-05-19 Thread Dale, Matt
x and making them both communicate with jk2 I have differents mappings which are all working fine instead of this one. #tridion [uri:/cd-upload/*] worker=ajp13:localhost:8009 when I try to access the url below http://myserver/cd_upload/httpupload I get The requested URL /cd_upload/httpupload wa

Re: How to get mod_jk 2.0 for redhat

2003-11-12 Thread inaminute
Patrick, > > I found this, but I did manage to compile them from source. > > Unfortunately my notes don't seem to be that good, but here they are: > build mod_jk2: > > download connector src: > jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz > > gunzip and unt

RE: SSL handshake failure URGENT

2001-06-15 Thread GOMEZ Henri
:90:84:D3:B0:CD:0C:18:6E:81:9F:7E X509v3 Authority Key Identifier: keyid:85:64:41:58:57:5F:91:5E:E1:A7:85:6B:CB:B7:F4:03:C4:F9:A8:31 DirName:/C=FR/ST=France/L=Genvilliers/O=THE_ORG/OU=UNIT/CN=ca serial:00 Signature Algorithm: md5WithRSAEncryption 05:0a

Re: Compile mod_jk fails: tomcat 3.2.1 + apache 1.3.9

2001-06-15 Thread John P. Dodge
'm trying to compile mod_jk on Solaris 2.7. Here's what I did: > > (1) cd to .../jakarta-tomcat-3.2.1-src/src/native/apache1.3 > (2) make sure apxs aliased to the correct file, in this case is > .../apache/bin/apxs > (3) since the apxs script uses cc, I checked the cc vers

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

2001-06-27 Thread Peter Davison
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 -s libpthread.so.0 libpthread.so Then run: /sbin/ldconfig This fixed the problem with regards to running 1.3.1 on RedHat Linux 7.1. Hop

RE: Startup Problem - Win2K - How To Get Stacktrace?

2002-11-21 Thread srinath narasimhan
02 09:46 To: 'Tomcat Users List' Subject: RE: Startup Problem - Win2K - How To Get Stacktrace? Tomcat doesn't require Ant unless you are building it. Have you looked at the log files in CATALINA_HOME\logs for any ideas. The other option is to open a command window, cd to CATALIN

RE: Startup Problem - Win2K - How To Get Stacktrace?

2002-11-21 Thread Douglas Reames
e you looked at the log files in CATALINA_HOME\logs for any ideas. The other option is to open a command window, cd to CATALINA_HOME\bin and run startup. regards, Lance Smith -Original Message- From: Douglas Reames [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 8:26 AM To: [

Re: building mod_jk on solaris

2002-05-10 Thread Tulan W. Hu
t: Friday, May 10, 2002 10:56 AM Subject: RE: building mod_jk on solaris > This is some info of how I built it on solaris sparc boxes. It was using > tomcat 33 though, and you have to change the directories accordingly.. Let > me remind you that some of the things can actually already been fixe

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