[OT] EJB QL: using findBy with a legacy class

2004-06-20 Thread Jens Skripczynski
= (Permission) obj; return this.name.equals(perm.getName()); } return false; } } --- Java example code --- Ciao Jens Skripczynski -- E-Mail: skripi-lists(at)myrealbox(dot)com They say if you play the Windows 2000 CD backward, you can hear satanic words

Re: Tomcat does not compiles my .jsp!

2004-06-24 Thread David Smith
, 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 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

RE: startup error

2004-06-28 Thread FRANCOIS Dufour
of the directory into which you have installed Tomcat 4.0. - Execute the shell command: %CATALINA_HOME%\bin\startup (Windows) * By modifying your current working directory: - Execute the following shell commands: cd %CATALINA_HOME%\bin (Windows

Re: need mod_jk2

2004-06-29 Thread Mark Lowe
attempting to build from source. Has anybody built this module from source for Mac OS 10.3? I'm using the example from this site: http://homepage.mac.com/melowe/iblog/B141099555/C760077128/ E1326304651/ and when I get to: cd jakarta-tomcat-connectors/jk/native2 I'm getting an error: i.e., -bash

Wrong Source-Codes for jakarta-tomcat-connectors-jk-1.2-src-curr ent.tar.gz ?

2004-07-22 Thread Nagel, Andre
better until this line (it still works!): -- (cd .libs rm -f mod_jk.la ln -s ../mod_jk.la mod_jk.la) but ends again with a different error in the next output lines on screen: -- /usr/local/bin/libtool --mode=install cp `pwd`/mod_jk.so -- libtool: install: you must specify

RE: TC 5.0.27 startup problem

2004-07-23 Thread STOCKHOLM, Raymond
:25:11 yoavs Exp $ rem --- 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:14:25

RE: TC 5.0.27 startup problem

2004-07-23 Thread Paul Wallace
CATALINA_HOME if not defined set CURRENT_DIR=%cd% When running this file from the command prompt I get: 23/07/2004 16:14:25 org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8080

RE: TLS-Enabled Connector Prevents Startup

2004-09-07 Thread Shapira, Yoav
the solution and will share it here incase someone encounters a similar problem in the future. The solution is: # cd /dev # mv random random-old # ln -s urandom random however bizarre that may sound. It seems that the recent Linux kernel update wasn't up to Tomcat's liking. For whatever the reason

Re: TLS-Enabled Connector Prevents Startup

2004-09-08 Thread Endre Stølsvik
On Tue, 7 Sep 2004, Igor Zlatkovic wrote: | I have found the solution and will share it here incase someone | encounters a similar problem in the future. | | The solution is: | | # cd /dev | # mv random random-old | # ln -s urandom random | | however bizarre that may sound. It seems

RE: Tomcat vs BEA Weblogic?

2004-09-19 Thread epyonne
-- --- 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: It's even

RE: Tomcat vs BEA Weblogic?

2004-09-19 Thread John Najarian
-- --- 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: It's even

Re: Running Tomcat from jsvc

2004-10-26 Thread Kevin Offet
by root:root? When, during installation of Tomcat should I have changed the ownership or permissions of which files? I've installed Tomcat using cd /opt sudo tar xzf /tmp/jakarta-tomcat-5.0.28.tar.gz so that I got everything owned by root:root

RE: setting up CVS dev environment

2004-01-05 Thread Filip Hanik
I just do cvs co jakarta-tomcat-5 cd jakarta-tomcat-5 (edit build.properties.default if you wish) ant checkout ant download ant dist and that is it -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 10:39 AM To: Tomcat Users List Subject

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
not. On Monday 19 January 2004 07:25 am, K. Harvatis wrote: No change - window closes as soon as I hit enter... In Catalina.bat replace the below line with set _EXECJAVA=start Tomcat %_RUNJAVA% With set _EXECJAVA= %_RUNJAVA% Then cd to the bin directory and type

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
the below line with set _EXECJAVA=start Tomcat %_RUNJAVA% With set _EXECJAVA= %_RUNJAVA% Then cd to the bin directory and type Catalina start - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
January 2004 07:25 am, K. Harvatis wrote: No change - window closes as soon as I hit enter... In Catalina.bat replace the below line with set _EXECJAVA=start Tomcat %_RUNJAVA% With set _EXECJAVA= %_RUNJAVA% Then cd to the bin directory

Re: 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 cd

Problem With 3rd Party App Running Under Tomcat 4.1.29

2004-01-27 Thread Michael Duffy
I'm having a problem with a 3rd party app running under Tomcat 4.1.29 on a Windows 2000 server and Sun's JDK 1.4.1. The 3rd party app has been running just fine for months under Tomcat 4.0.6, which they included in their install CD with JRE 1.4.1. I asked them if we could move the app to run

Re: Problem With 3rd Party App Running Under Tomcat 4.1.29

2004-01-28 Thread Michael Duffy
2000 server and Sun's JDK 1.4.1. The 3rd party app has been running just fine for months under Tomcat 4.0.6, which they included in their install CD with JRE 1.4.1. I asked them if we could move the app to run under Tomcat 4.1.29, so they provided instructions on how to accomplish

Question about webapp deployment or re-deployment

2004-02-03 Thread Tom . Williams
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 our webapp in a production environment, we'll most likely have a pre-built war on a CD that we install from. I've been reading

RE: $JAVA_HOME error

2004-02-04 Thread Filip Hanik \(lists\)
do export JAVA_HOME=/usr/java/j2re1.4.2_03 export PATH=$JAVA_HOME/bin:$PATH cd jakarta-tomcat-4.1.29/bin/ chmod +x startup.sh ./startup.sh Filip -Original Message- From: Tony Sutton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 3:14 PM To: [EMAIL PROTECTED] Subject

RE: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-10 Thread Anthony Gray
you should be able to compile from the mod_jk2 source using the following method : - cd jk2source/jk/native2/ - ./configure --with-apxs2=path to apxs in the apache2 dir --with-apache=path to apache2 (ie ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apache=/usr/local/apache) - make

RE: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-11 Thread David Smith
source using the following method : - cd jk2source/jk/native2/ - ./configure --with-apxs2=path to apxs in the apache2 dir --with-apache=path to apache2 (ie ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apache=/usr/local/apache) - make - you should then find the mod_jk2.so in jk2

Re: mod_jk

2004-03-06 Thread Mark Eggers
Chris, Here's how I've compiled mod_jk on Linux (Redhat 9 and Fedora Core 1). 1. Download source 2. Uncompress it and extract the tar file. 3. cd to jakarta-tomcat-connectors-jk-1.2.n-src/jk/native 4. chmod u+x configure 5. Run configure with: ./configure \ --with-apxs

OT Ann: North East Conference on MVC Frameworks and Struts in 3 weeks:

2004-03-07 Thread Vic Cekvenich
- Vic Cekvenich Author basicPortal (J2EZ easy and simple to customize application for membership, portal, cms, community, store, etc. using bestPractices for large, profitable commercial sites. ) + more You will get a CD mailed to you once you register. April 3rd from 8AM to 7PM in NYC

Re: Is it possible to use a parameter other than JSESSIONID to maintain session?

2005-03-01 Thread Tim Funk
1) Checkout 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 just use

Strange WAR file creation error

2005-03-02 Thread Douglass Turner
/ duglaDataModel/WEB-INF/web.xml So I cd to duglaDataModel and type: jar cvf c:\downloads\duglaDataModel .war . But this fails with and exception: added manifest adding: DataController.as(in = 958) (out= 452)(deflated 52%) adding: duglaDataModel.mxml(in = 2378) (out= 637)(deflated 73%) adding

RE: Limit catalina.out size

2005-03-29 Thread Michael Cornell
PROTECTED] Sent: 29 March 2005 16:11 To: Tomcat Users List Subject: Re: Limit catalina.out size There shouldn't be anything going to standard output (Unless your code is writing to System.out) An overly simple way to rotate logs in unix ... cd $tomcat_log_dir cp -f catalina.out catalina.out.`date

Re: Container Managed Security?

2005-04-09 Thread Gurumoorthy
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; play it forwards and it installs

Re: Container Managed Security?

2005-04-09 Thread Bjørn T Johansen
understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's even worse than that; play it forwards and it installs Windows

RE: Multiple tomcat instances

2005-04-15 Thread Peter Crowther
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_HOME%\bin startup -- snip

Re: Multiple tomcat instances

2005-04-15 Thread Anto Paul
JAVA_OPTS=-Xms64m -Xmx256m cd %CATALINA_HOME%\bin startup -- snip -- Under CATALINA_BASE for each instance, you'll need conf, logs, temp, webapps, and work directories. The easiest way to create these is to copy them from CATALINA_HOME. You'll then need to modify conf/server.xml to make

RE: Multiple tomcat instances

2005-04-15 Thread Fritz Schneider
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 -- snip -- Under CATALINA_BASE for each instance, you'll need conf, logs, temp, webapps, and work

RE: SSL on multiple IP addreses?

2005-05-12 Thread Trung Nguyen
You can configure multiple IP adresses on a single NIC and add new IP/domain name to the server.xml To configure multiple IP address on a single NIC on Linux (RHEL): 1. cd /etc/sysconfig/network-scripts 2. Make a copy of ifcfg-eth0 to ifcfg-eth0:0 3. Edit ifcfg-eth0:0 and change DEVICE

Re: Setting up the Admin Tool

2005-05-14 Thread Lutz Zetzsche
you would like to keep it, i.e. /tmp/. 2. Change to the $CATALINA_HOME directory: cd $CATALINA_HOME 3. Untar the file from there, i.e. /tmp/: tar xvfz /tmp/jakarta-tomcat-5.5.7-admin.tar 4. Open $CATALINA_HOME/conf/tomcat-users.xml; add there the role admin; assign this role

Fwd: Re: How to change the SSL port

2005-09-16 Thread CommonGround Softworks/Phil McNamara
as root. Log doesn't show a failure to bind to 443. So some progress I looked over info in the link above and compiled jsvc OK. Am unable to start Tomcat as a daemon though per the script referenced cd $CATALINA_HOME ./bin/jsvc \ -user $TOMCAT_USER \ -cp ./bin/bootstrap.jar \ -outfile ./logs

Re: newbie: Sample autoexec.bat, pls?

2001-06-17 Thread Luba Powell
Not a problem. Here it is. Essential DOS Commands and Concepts Backup Files Change the Default Drive CHDIR (CD) Change Directory Command COPY Command DIR (Directory) Command ERASE Command File-Naming Conventions FORMAT Command MKDIR (MD) Make Directory Command Rebooting the computer (Ctrl-Alt

Re: Problem building mod_jk2 on Freebsd 4.8-RELEASE

2003-09-07 Thread Luke Vanderfluit
Hi Dean, I have the same Apache and Tomcat versions on Redhat 9. I'm not sure if setup is the same but what I did was a lot shorter and worked, no probs, first you need the jk2 connectors file jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz untar it somewhere, then cd to the jk/native2

Support Information Regarding - CD-Key Issues

2005-02-03 Thread support
Information Regarding - CD-Key Issues: == For information regarding your CD-Key, please check out our web site on CD-Key issues: Diablo II - (http://www.blizzard.com/support/?id=mdt000p) Warcraft II Battle.net Edition - (http://www.blizzard.com

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Brzezinski, Paul J
=Apache : : --enable-module=most --enable-mods-shared=most : : make : : make install : : : : 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

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Brzezinski, Paul J
-layout=Apache : : --enable-module=most --enable-mods-shared=most : : make : : make install : : : : Build jk2 Conector : : cd ${conector.home}/jk/native2 : : sh ./buildconf.sh : : : : cp /usr/java/include/solaris to /usr/java/include/ : : : : CPPFLAGS=-DBSD_COMP ./configure

Re: Connect Java Profiler to Tomcat

2002-08-19 Thread Steinar Bang
it working yet. Platform: Intel PIII, RedHat 7.2, Blackdown JDK 1.3.1_01-fcs, tomcat 3.3 Both the JDK and tomcat were installed from RPMs. What I've done is to: cd /var/tomcat/ mkdir bin cd bin ln -s /usr/bin/tomcat tomcat.sh and then run the wizard in Tools/Application

Re: NIGHTMARE

2002-04-08 Thread todd tredeau
List [EMAIL PROTECTED] Sent: Monday, April 08, 2002 12:38 PM Subject: RE: NIGHTMARE Let's see. The following is a nightmare 1. unzip tomcat 2. cd $TOMCAT_HOME/bin (unix/linux) or cd %TOMCAT_HOME%\bin (windows) 3. startup.sh (unix/linux) or startup (windows) -Original Message- From

OT: Changing runlevel in Linux, was Re: apache tomcat as services under Linux

2001-06-26 Thread Antoni Reus
-- name it apache-tomcat and give it execution permissions with chmod u+x apache-tomcat Then with control-panel you can link it to the run-level 3 or you can make it directly with # Start in run level 3 cd /etc/rc.d/rc3.d ln -s ../init.d/apache

Re: apache tomcat as services under Linux

2001-06-27 Thread Mark Muffett
it execution permissions with chmod u+x apache-tomcat Then with control-panel you can link it to the run-level 3 or you can make it directly with # Start in run level 3 cd /etc/rc.d/rc3.d ln -s ../init.d/apache-tomcat S99apache-tomcat # Stop cd ../rc0.d

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

2001-02-22 Thread Adam Fowler
of trouble! 8o) :- [root@willow RPM]# rpm -ba SPECS/mod_jk-apache1.3-1mdk.spec File /usr/src/RPM/SOURCES is smaller than 4 bytes Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.14373 + umask 022 + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mod_jk.so-tomcat3.2.1 + tar -xf /usr/src/RPM/S

Building mod_jk on AIX 4.3.3

2002-09-12 Thread Dibyendu Majumdar
combination. After a number of false starts (due to problems in my installation of libtool and automake), I was able to execute following: cd jk/native ./buildconf.sh ./configure --with-apxs=$APACHE_HOME/bin/apxs make The build succeeded but, I could find no mod_jk.so. When I looked in jk/native/apache

[OT] Sys-admin book pointers (was: RE: ? java.net.BindException: Address already in use)

2002-09-25 Thread Turner, John
shouldn't need to spend more than $200, if that. A 300-600MHz chip, 128MB RAM, 4-10GB disk, a basic video card, a basic CD-ROM (preferably bootable) and a network card and you are good to go. Many companies are throwing away PCs with those specs, and they're available online in auctions

Re: Using daemontools to supervise Tomcat

2002-10-11 Thread Ben Ricker
: restart failed. echo 1 $CHECKFILE fi cd $BASEDIR $START start else echo $STATUS - will attempt to start. | mail -s $PNAME alert $RECIPIENTS logger -p local0.crit -t pidmonitor.sh $STATUS: attempting to start

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

2002-12-18 Thread Thom Park
Hi, not sure what you're trying to do. If you're trying to get to C:\, you have to do it in two steps: 1. set your default device to c: C: 2. set your directory to the top level \: cd \ you should now be in the C:\ directory If you're simply trying to get a command prompt, then just

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Jørgen Nørgaard
Hi Clive, my best idea is to try building the mod_jk2 the way I did, using jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz: after unpacking: cd jk/native2/ ./configure --with-apxs2=/usr/sbin/apxs2-prefork make jk2-build-apxs that left me the mod_jk2.so in the secret .libs directory. Might work

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-31 Thread Clive Luk
Nørgaard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:59 PM To: Tomcat Users List Subject: RE: Problem building Tomcat Connector mod_jk2.so Hi Clive, my best idea is to try building the mod_jk2 the way I did, using jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz: after unpacking: cd

Re: Thanks to John and Geralyn

2003-06-01 Thread Michenaud Laurent
here how i do to build mod_jk2 : First, i 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

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Mario Ivankovits
You have to import the root CA into the java cacerts keystore Assuming a windows-java installation in C:\j2sdk the location is: C:\j2sdk\jre\lib\security\cacerts using cd C:\j2sdk\jre\lib\security keytool -import -keystore cacerts -storepass changeit -file the-root-ca.cer did the job for me

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Duma Rolando
cacerts keystore Assuming a windows-java installation in C:\j2sdk the location is: C:\j2sdk\jre\lib\security\cacerts using cd C:\j2sdk\jre\lib\security keytool -import -keystore cacerts -storepass changeit -file the-root-ca.cer did the job for me. Mario - Original Message - From

RE: mod_jk2 build error

2004-04-02 Thread Yiannis Mavroukakis
-5.0.19. I follow the directions in jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/BUILD.txt cd jakarta-tomcat-connectors/jk/native2 ./configure --with-apxs2=/your/path/to/apxs make cd ../build/jk2/apache2 apxs -n jk2 -i mod_jk2.so but the make fails with the following

RE: mod_jk2 build error

2004-04-02 Thread Thomas D. Zeimet
-jk2-2.0.4-src/jk/native2/BUILD.txt cd jakarta-tomcat-connectors/jk/native2 ./configure --with-apxs2=/your/path/to/apxs make cd ../build/jk2/apache2 apxs -n jk2 -i mod_jk2.so but the make fails with the following: libtool: install: warning: remember to run `libtool

Re: (newbie q) Connector vs running standalone Tomcat as root

2004-05-06 Thread Parsons Technical Services
/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 machine. When you are done it will look something like this: # Adapt the following lines to your configuration JAVA_HOME=/tomcat/java

Auto-Confirmation

2003-08-22 Thread Quest Software
: %CATALINA_HOME%\bin\startup (Windows) $CATALINA_HOME/bin/startup.sh (Unix) * By modifying your current working directory: - Execute the following shell commands: cd %CATALINA_HOME%\bin (Windows

Re: Login Password for Tomcat Web Server Administration Screen

2003-11-10 Thread Ben Souther
If you created the directory and the files under the same user that tomcat is running, then tomcat should have sufficient privileges to access the files. You can always double check by running tomcat as root. To test the symlink, cd to the directory that contains the symlink and type: ls ROOT

RE: Installation problem

2003-11-19 Thread Wendell Holmes
To test that you've correctly set the paths, open a command window and type 'cd %java_home%'. This should put you in the java home dir. Then try 'cd %catalina_home%. If this puts you in the Tomcat home dir, you're good so far. Now, type 'catalina run'. This should start tomcat in the same

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

2003-12-12 Thread Thomas Nybro Bolding
! OK, now I am getting closer! I am using windows and I also need to 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

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

2003-12-12 Thread Jacob Lund
! OK, now I am getting closer! I am using windows and I also need to 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

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

2004-11-08 Thread referrals
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 CD-ROM mailed

virtual hosts howto! (jk2/apache2.0.50||iis5.0/tomcat5.0.25)

2004-09-17 Thread Alex
. Unpack the distribution and enter the directory. cd jk/native2 Compile the JK2 adapter: - the options used: #! /bin/sh # # Created by configure ./configure \ --with-jni \ --with-apxs2

built mod_jk2 on fedora with tomcat 5.0.16 (working)

2004-01-11 Thread martin grotzke
(jpackage.org) --- Building Configure jakarta-tomcat-connectors-jk2-src # unzip jakarta-tomcat-connectors-jk2-src-current.zip -d . # cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/ # export CPPFLAGS=-I/usr/include/apr-0 # sh ./buildconf

RE: After a successful build of tomcat from build.xml, how do I i nstall it?

2005-06-09 Thread Clark, Benjamin
jakarta-servletapi-5 jakarta-tomcat-connectors build.xml jakarta-tomcat-5 jakarta-tomcat-jasper jakarta-commons jakarta-tomcat-catalina LICENSE This is all the instructions for 'Building Tomcat' say to do. $ cd jakarta-tomcat-5

urgent , pls help ssl and apache and tomcat

2002-10-21 Thread Maninder S Batth
a command prompt and cd to where the tomcat startup batch files are and run them via the command line rather than double clicking the batch files. That way, you should see some error messages in the console. I ran the startup.bat file and got the same behavior. I see results on the screen

RE: My Start and Stop Tomcat windows do not stay up

2002-10-21 Thread Paul French
would get that behavior. The window would just close. For easier debugging, you might want to open a command prompt and cd to where the tomcat startup batch files are and run them via the command line rather than double clicking the batch files. That way, you should see some error messages

Link Error Building JK2 on Solaris 9

2002-11-12 Thread Robert Williams
-1.13.19-sol9-sparc-local.gz m4-1.4-sol9-sparc-local automake-1.7.1-sol9-sparc-local make-3.80-sol9-sparc-local.gz libtool-1.4 Build jk2 Conector cd ${conector.home}/jk/native2 sh ./buildconf.sh cp /usr/java

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

2002-11-21 Thread Lance Smith
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 CATALINA_HOME\bin and run startup. regards, Lance Smith -Original Message- From: Douglas Reames [mailto:[EMAIL

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

2002-11-21 Thread srinath narasimhan
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 CATALINA_HOME\bin and run startup. regards, Lance

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

2002-11-21 Thread Douglas Reames
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: [EMAIL

Re: dynamically built server.xml

2002-11-22 Thread Bill Barker
I read the docs, but couldn't find any solution but those I mentioned My problem is that I run Tomcat from a CD-ROM... I actually need to use virtual directories, which I want to define each time I run Tomcat (virtual directory : I mean directories that can be accessed with http://localh

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Peng Tuck Kwok
. 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 disappearing on me!!! I mean

Can't compile some JSPs

2002-12-05 Thread Will Hartung
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 our login url: http

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

2002-07-06 Thread Andrew Conrad
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:[EMAIL PROTECTED] For additional commands, e-mail: mailto

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 files

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

2002-07-17 Thread Will Hartung
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 /path/to/Integrated3rdPartyLib.jar . Basically, this lets the latter jars overwrite the same named

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

2002-07-17 Thread Tait E Larson
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 in reverse classpath order, so that whatever you want search first is unjarred last. For example: $ mkdir newjar $ cd newjar $ jar xf /path

RE: BAD packet - Apache 2.0.39 + mod_jk (or mod_webapp) on linux

2002-08-21 Thread Sullivan, Mark E
) on linux Sorry, my mistake. I misread your email. Now that i think about it some more, i didn't use ant to build the connector. These are the steps i followed cd /home/mark/jakarta-tomcat-connectors-4.1.9-src/jk/native ./buildconf.sh ./configure --with-apxs=/usr/local/apache2/bin

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread Will Hartung
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 install works just peachy out of the box. Extract it to someplace appropriate, cd

Running test applications in tomcat 4.0

2002-02-25 Thread Nicholson, Dale
Help please! I've seen similar issues on this list but not the answers. Can anyone tell me why I get the unable to connect to remote host errors? I thought that possibly my CATALINA_HOME was not set correctly since I could not cd $CATALINA_HOME but the startup script says it is using

Re: Compiling mod_webapp.so ...

2002-03-04 Thread brian ally
checkout apr cd $SNAPSHOT/webapp ./support/buildconf.sh ./configure --with-apxs=/usr/bin/apxs --with-apr=./apr/ make and I get my mod_webapp.so in $SNAPSHOT/webapp/apache-1.3/ does anyone know where to include the -DEAPI compiling flag ? I'm using these RPM's on a Linux RedHat 7.1 apache

Make, won't create mod_webapp.so

2002-04-03 Thread David Parham
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 -s ../libwebapp.la libwebapp.la) /app/apache-2/build/libtool --silent --mode=install /download/webapp-module-1.0.1-tc401/ support/install.sh -c libwebapp.la

Re: mod_webapp build problem

2002-04-09 Thread Jean-Luc BEAUDET
/buildconf.sh if [ -f ./apr/buildconf ] then echo --- Running the \buildconf\ script for APR ( cd ./apr sh ./buildconf ) The script looks for webapp/apr/buildconf and if true, generates a child process () and executes a sh ./buildconf The first thing is done is to make an sh of apr/biuld

Re: TC hidding console

2002-04-12 Thread yilmaz
to use this. I haven't tried this though. Andy -Original Message- 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

RE: Question about Tomcat-Apache HOWTO

2002-04-16 Thread Animesh Chaturvedi - US
8. I can visit http://localhost:8080, though. And there are only following files under my $CATALINA_HOME/conf: % cd $CATALINA_HOME/conf % ls catalina.policy server.xml tomcat-users.xml web.xml Could someone explain it to me? Thanks. -- To unsubscribe: mailto:[EMAIL PROTECTED

Re: Question about Tomcat-Apache HOWTO

2002-04-16 Thread rob
: % cd $CATALINA_HOME/conf % ls catalina.policy server.xml tomcat-users.xml web.xml Could someone explain it to me? Thanks. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED

Re: Apache 2.0.35, tomcat 4.0.3 and mod_webapp

2002-04-22 Thread Simon Stewart
run of configure. Basically, I did this: cd ${APACHE_2_SRC_HOME} ./configure --prefix=/usr/local/apache2 --enable-mods-shared=all make make install Yes, I compiled Apache 2 from source. I thought that I'd edited the server.xml file correctly, but had been caught out by the thinko in it: my

Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Wayne Pascoe
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/src/jakarta-tomcat-connectors-4.0.2-01-src/jk/native From there, cd

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Pascal Forget
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_jk module into my apache libexec dir by running sh build-unix.sh Following

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Anthony W. Marino
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 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

servlet in multiple Tomcat-instances

2002-04-25 Thread it
/jdk1.3.1_02 export TOMCAT_HOME=/usr/local/jakarta-tomcat-3.2.4 cd $TOMCAT_HOME /usr/local/jakarta-tomcat-3.2.4/bin/startup.sh -f /usr/local/jakarta-tomcat-3.2.4/conf/server.xml $TOMCATLOG 2$TOMCATLOG2 so far, so good. BUT: I can access this servlet with an other TC-instance, which listens on Port

multiple Tomcat-instances and a confused servlet...

2002-04-25 Thread klingenauber
/jdk1.3.1_02 export TOMCAT_HOME=/usr/local/jakarta-tomcat-3.2.4 cd $TOMCAT_HOME /usr/local/jakarta-tomcat-3.2.4/bin/startup.sh -f /usr/local/jakarta-tomcat-3.2.4/conf/server.xml $TOMCATLOG 2$TOMCATLOG2 so far, so good. BUT: I can access this servlet with an other TC-instance, which listens on Port 9015

Re: ideas invited

2002-05-02 Thread David Cassidy
in inittab ) and then cd to /etc/rc.d/rcx.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 David Kavanagh wrote

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
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 $file | grep apr_date_parse_http done and see results like current file libaprutil.a [15]| 124| 20|OBJT

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.. start-of-paste cd to /usr/local/tomcat/native/mod_jk

RE: old load-on-startup tag

2002-05-31 Thread Patrick . Pierra
. The problem is that i can see the trace of the error because the DOS window is closed automatically. How can i change this behaviour ? Patrick Two options: 1. Open up a DOS window (_DON'T_ double-click on startup.bat). Change directory (CD) to $CATALINA_HOME/bin. Type catalina run. Tomcat will run

Re: old load-on-startup tag

2002-05-31 Thread Phillip Morelock
. The problem is that i can see the trace of the error because the DOS window is closed automatically. How can i change this behaviour ? Patrick Two options: 1. Open up a DOS window (_DON'T_ double-click on startup.bat). Change directory (CD) to $CATALINA_HOME/bin. Type catalina run. Tomcat

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