Re: startup

2001-02-04 Thread Kurt Bernhard Pruenner
--- Haendelstrasse 17 --- 4020 Linz --- Austria Music: http://www.mp3.com/Leak --- Work: http://www.ssw.uni-linz.ac.at ...It might be written "Mindfuck", but it's spelt "L-A-I-N"... np: Pole - Fragen (CD 1) ---

JBulder 4 with Tomcat

2001-02-05 Thread Hamdy Schumann
I have Apache 1.3.12 web server, ApacheJserv 1.1 running through NT server 4.0. I did installed the trial CD JBuilder 4 Enterprise (to use it as a JAVA development tool). I have been told that "Tomcat" is used as the web server in JBuilder. I Do not know whic

apxs - No Shared Object Support for Apache

2001-03-20 Thread Max Hugen
We are trying to upgrade from jserv_mod to jk_mod, so that we can get SSL to work with our jsp pages. We tried to run apxs as per Gal Shachor's notes at jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html, but got message: cd /usr/local/src/jakarta-tomcat-3.2.1-src/src/native

Setting JAVA_HOME path on Linux 7.0

2000-11-10 Thread Lambert, Stephen : CO IR
I have Tomcat 3.1 running standalone on a RedHat 6.2 server(yeah). However, on a Redhat 7.0 server, I having difficulty setting the path for JAVA_HOME after installing JDK1.3 I can't cd to $JAVA_HOME. The .bash_profile is as follows: # .bash_profile # Get the aliases and functions if [ -f

Re: Windows Tomcat DOS Console Error View

2000-12-20 Thread RKay
This could be one possible solution. When I encounter situations such as these, I start Tomcat manually and redirect the output using the following command: cd %TOMCAT_HOME%\bin tomcat run tomcat.out 21 Trust this helps. - Original Message - From: "z z" [EMAIL PROTECTED]

RE: Problem installing under Win2000

2001-01-12 Thread David Oxley
In your command prompt. cd into %TOMCAT_HOME%\bin and type 'tomcat run'. This will tell you the error because it starts it in the same window. But the error is probably that java 1.1 doesn't have a tools.jar, it has a classes.zip. Add that to your classpath. Dave. [EMAIL PROTECTED

Re: JSP Information

2001-01-16 Thread Ramkumar Manoharan
g for. Thanks a Lot Daniel Gerardo Lucero Baylon [EMAIL PROTECTED] EDS Northern Mexico Solution Centre Rafael Perez Serna y Hermanos Escobar 6755 32419, Cd. Juarez Chih, Mexico (52 1) 629-0942, 629-0960 Ext 56008 - To

Re: JSP Information

2001-01-16 Thread Jayson Falkner
d what I'm looking for. Thanks a Lot Daniel Gerardo Lucero Baylon [EMAIL PROTECTED] EDS Northern Mexico Solution Centre Rafael Perez Serna y Hermanos Escobar 6755 32419, Cd. Juarez Chih, Mexico (52 1) 629-0942, 629-0960

session problem

2002-09-06 Thread nuthankumar
is working fine in all the cases. But the session is not working, it returning null value any solution is there for this problem. pls mail me asap from nuthan Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy Music, Video, CD-ROM, Audio-Books and Music Accessories

Re: How to make apache work both for https

2002-09-06 Thread Robert L Sowders
Assuming you already have a openssl.cnf file setup, cd into openssl/bin and run these commands: openssl req -config openssl.cnf -new -out server.csr openssl rsa -in privkey.pem -out server.key openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 365 Raj Mettai [EMAIL

RE: Connecting IPlanet and Tomcat

2002-09-18 Thread Jerry Birchler
with checksum errors on Solaris. gnu Zip is on the www.sunfreeware.com site and it comes with the software companion CD for solaris 8. Please let me know if you get this working. I have been trying this on Linux with no success. I have yet to try it on my SPARC box. -Original Message- From

Re: Building Tomcat from source

2002-09-19 Thread Bill Barker
:pserver:[EMAIL PROTECTED]:/home/cvspublic co jakarta-tomcat-connectors $ cd jakarta-tomcat-4.0 $ ant download $ ant Fenlason, Josh [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm trying to build Tomcat 4.1.11 from the source in cvs. I tried f

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

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

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-26 Thread yves lambert
this as Tomcat is installed under C:\Tomcat?. Thanks for your help Rocket p.s. the logs for Tomcat were empty the directory you are un doesn'r mattet as long as you set path and environment variables: PATH CATALINA_HOME JAVA_HOME. if you just want to be in c:\tomcat\bin strike cd c:\tomcat\bin

WAR Problem

2003-01-19 Thread eric
Greetings! New to Jakarta and I'm stuck. Again, most likely an easy solution but I can't find it. I'm following the instructions in a book on deploying a war file yet it won't automatically expand when I restart Tomcat. Here's the steps I took and some config stuff: I cd to the working

Re: How to tune Tomcat launch time ?

2003-01-22 Thread Craig R. McClanahan
that contains the Tomcat 4.1.10 LE distribution. The Tomcat server is started from the CD by double clicking on a start.bat file. On my Windows 2000 which runs on a Pentium 4, 1.6 Ghz with 520 Mb RAM, the Tomcat Launch time is some 5 seconds. On a Windows 95 box running on a Pentium 400 Mhz with 128

Re: Remote Restart Tomcat 4.1.8

2003-01-30 Thread Will Hartung
remotely is difficult simply because there is nothing listening for the start up. Depending on the platform, you can surround your Tomcat startup with a script that simply restarts Tomcat, meaning when Tomcat exits it the script immediate restarts. #!/bin/sh while [ 1 ] do cd $CATALINA_HOME/bin

RE: problems starting tomcat

2003-02-04 Thread Turner, John
- open a command window - cd %CATALINA_HOME% - bin\catalina.bat run (instead of startup.bat) This will open a second command window that will not disappear if Tomcat shuts down due to error, leaving the error displayed on the screen. You can also review the log files like catalina.out. John

RE: tomcat5.0 build problem

2003-02-21 Thread Filip Hanik
try this, cvs checkout jakarta-tomcat-5 cd jakarta-tomcat-5 ant download ant checkout ant dist Filip -Original Message- From: Steve Guo [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 1:54 PM To: tomcatuser Subject: tomcat5.0 build problem Hi, this is the first time I tried

RE: deleting JSP Files?

2003-07-01 Thread Edward See \(magicaLogic\)
: Tuesday, July 01, 2003 5:25 PM To: [EMAIL PROTECTED] Subject: deleting JSP Files? Hello, I have a JSP Project I want to deliver on CD. Of course I don't want to provide all sources, so I decided only to include class-files

Re: deleting JSP Files?

2003-07-01 Thread Tim Funk
Have have put the mappings of the class files to your jsp's in your web.xml? JSPC should provide a mechanism to give you a snippet of XML to place in web.xml. That needs to be there for precompiling to work. -Tim Thomas Weller wrote: Hello, I have a JSP Project I want to deliver on CD

Re: can not build jk or jk2

2003-07-03 Thread Marc Muncke
-connectors-jk2-2.0.2-src/util does not exist I don't use ant. I use the regular configure/make approach. 1.) cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/ 2.) ./configure --with-apxs2=/path/to/apache/bin/apxs 3.) make 4.) mod_jk2.so should be in: jakarta-tomcat-connectors-jk2

problem compile mod_jk2

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

problem compile mod_jk2

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

RE: tomcat-3.3.2 dev 12. July 2003

2003-07-15 Thread Sudhir Movva
at org.apache.tomcat.util.compat.Jdk11Compat.clinit(Jdk11Compat.java:77) at org.apache.tomcat.startup.Main.clinit(Main.java:153) [EMAIL PROTECTED] /java]# cd tomcat something is missing in the tomcat.jar . Has someone a replacement for it? Ihr Support-Team POWER-NETZ(r) Full-Service-Provider

RE: tomcat-3.3.2 dev 12. July 2003

2003-07-16 Thread Larry Isaacs
/LogFactory at org.apache.tomcat.util.compat.Jdk11Compat.clinit(Jdk11Compat.java:77) at org.apache.tomcat.startup.Main.clinit(Main.java:153) [EMAIL PROTECTED] /java]# cd tomcat something is missing in the tomcat.jar . Has someone

Re: War files don't work

2003-07-23 Thread John Turner
not help. however; if i manually create the nsfs/ dir and manually unpack the .war file everything 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

Problem with the connector part

2003-07-28 Thread batristain
Greetings, I'm trying to get mod_jk set up on my apache ssl server running tomcat and I'm having problems with the jakarta-tomcat-connectors-jk-1.2.2-src. When I try to configure .buildconf.sh I get an error message and I was hoping someone could help me out This is what happens cd native

Installation problem

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

Re: how to change to Tomcat work directory

2003-07-31 Thread Jon Wingfield
from a CD on Windows. I have changed the logs directory, but Tomcat doesn't start because the working directory is not writable. Is it possible to change it? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Java and tomcat issues

2003-08-07 Thread Moraes, Fabio
$JAVA_HOME != $PATH try: cd $JAVA_HOME/bin java --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 14:54 To: [EMAIL PROTECTED

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

2003-08-14 Thread Stuart Stephen
from within your native2 directory you should: --- cd ../build/jk2/apache2/.libs --- and it should be there ... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Tomat and ssl

2003-08-14 Thread batristain
.key JkMount /* ajp13 JkMount /*.jsp ajp13 JkMount /servelet/* ajp13 /VirtualHost -bash-2.05b# cd ../bin205C written -bash-2.05b# ./apachectl configtest Syntax error on line 1002 of /usr/local/apache/conf/httpd.conf: Invalid command 'JkMount', perhaps mis-spelled or defined by a module

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

2003-08-14 Thread Richard Park
directory: cd jakarta-tomcat-connectors-4.1.27-src/jk/native2 [4] create the 'configure' script: ./buildconf.sh [5] run 'configure': ./configure --with-apxs2=/path/to/your/apxs in your case, apxs seems to be located in you apache2/bin folder - be sure to put the complete path the actual apxs file

RE: Java_Home

2003-03-13 Thread Filip Hanik
try to go into the directory and launch it from there set JAVA_HOME=C:\j2sdkee1.3.1 set PATH=%JAVA_HOME%\bin;%PATH% cd %CATALINA_HOME%\bin startup.bat Filip -Original Message- From: Hunter, Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:01 PM To: '[EMAIL PROTECTED

Re: -Djava.endorsed.dirs=

2003-04-01 Thread Ramiro Gonzalez
installed Tomcat under C:\Programme\Apache Group\Tomcat 4.1 and the JDK under C:\Programme\Java\j2re1.4.1_02 When trying to start up Tomcat with cd C:\Programme\Apache Group\Tomcat 4.1\bin\startup I get an error message: The JAVA_HOME environment variable is not defined correctly

Re: System cannot find the path specified !

2003-05-27 Thread John Turner
it. I have 2 copies of Tomcat. One with 9 Meg and one with 61 Meg. What to do? Thank you for your assistance Stan If so cd into the bin directory and then try startup.bat, if that doesn't work do a DIR inside there and see what is listed. Regards, -- Jason Bainbridge KDE Web Team - http://kde.org

Re: Symbolic links in docroot?

2004-03-16 Thread gSOAP acct
Hi Chris, Thanks for your reply. I file is being served by Tomcat. Gsoap Acct --- Christopher Schultz [EMAIL PROTECTED] wrote: Hello, cd SUNWappserver/domain/domain1/docroot ln -s /usr/home/BB/public_html BB but when I try and access http://localhost:8080/BB/index.html I get 404

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

2004-03-22 Thread Remy Maucherat
various components. You can execute 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

Compile jk2 2.0.4 connector on Tru64

2004-03-30 Thread Eulogio Robles
I'm trying to compile a JK2 connector on Tru64 : I cd to /usr/local/src/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 ./configure --with-apxs2=/usr/local/apache2/bin/apxs make I get this : /bin/ksh /usr/local/apache2/build/libtool --silent --mode=compile cc -g -pthread-DOSF1 -I

jk2 and mapping uri

2004-05-19 Thread meissa . Sakho
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:8009 when I try to access the url below http://myserver/cd_upload/httpupload I

error during make JK2

2003-09-16 Thread Johan Louwers
starts I get the following: #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 server/apache2 make: Fatal error in eader: Makefile, lin19: Unexpected end of line seen Current

Advice

2003-10-10 Thread Robert Charbonneau
; CustomerData cd = myServer.getCustomerData(); out.println(cd.m_numCustomers); % I've seen this done before and have been reading documentation til my eyes bleed and can't figure out how to perform such a thing. The server itself can be accessed directly via a socket, but I would like a web application

Cannot build Tomcat 4.1.27 from source - org.apache.tomcat is mis sing

2003-10-22 Thread Borrajo Iniesta, Javier
Hi I want to build Tomcat 4.1.27 from source but it seems some needed source files are missing from the source distribution. I've downloaded jakarta-tomcat-4.1.27-src.zip I unzip this file into C:\ I cd into the catalina subfolder I run ant deploy-catalina and then I get a lot of javac

Re: Tomcat doesn't start under Windows XP

2003-10-24 Thread Giorgio Franceschetti
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? Well, I've made a simply .bat that does what was written into the docs: CD

Tomcat connectors on Aix

2003-11-24 Thread Jose
don't know if i need this version or JK 2.0.2 Source Release tar.gz) I have followed steps on notes of jeff trawick(http://www.apache.org/~trawick/tomcataix.html#mod_jk2_gcc): $cd jk/native2 $ chmod +x ./buildconf.sh $ ./buildconf.sh $ CC=gcc ./configure --with-java-home=/usr/java131 --with-apxs2

A lot of Warnings building JK2 on Aix

2003-11-26 Thread Jose
Hi! I'm compiling mod_jk2 on Aix 4.3.3. I follow this process: I use: gcc.3.2.1, libtool 1.4.2,autoconf 2.53,automake 1.5, make 3.79 #cd jakarta-tomcat-connectors-4.1.29-src/jk/native2 #./buildconf.sh #CC=gcc ./configure --with-java-home=/usr/java131 --with-apxs2=/usr/local/apache2/bi n/apxs

Re: Please Help to compile mod_jk2 on AIX

2003-12-02 Thread jose
to cd into the resources dir and run ant from there first. Once that build completed, I CDed back up and ran ant again. It finished sucessfully. -Ben On Monday 01 December 2003 10:28 pm, you wrote: Jose, Please, i have tried to compile hundred of times jakarta-tomcat-connectors

Re: Installation Problem - Service wont start

2003-12-06 Thread Bill Barker
The only way is to delete the service and re-install: tomcat //DS//Tomcat5 cd %new-tomcat-path% tomcat(w) //IS//Tomcat5 install-options-here For most other things, the easiest is to use the GUI with: tomcatw //ES//Tomcat5 which will allow you to change almost all of the options

indtall mod_jk problem

2003-12-19 Thread dhayalan
-src.tar.gs $ cd jakarta-tomcat-connectors-4.0.16-src jakarta-tomcat-connectors-4.0.16-src$ ./buildconf.sh $ ./configure --with-apxs=/usr/sbin/apxs wich gives

Re: manager

2003-12-29 Thread Bill Barker
$ cd $CATALINA_HOME/webapps $ rm admin.xml manager.xml $ rm -rf tomcat-docs You could also nuke $CATALINA_HOME/server/webapps for good measure (or to save disk space :), but Tomcat won't find the 'admin' or 'manager' webapps without the xml files. Jonathan Locke [EMAIL PROTECTED] wrote

Binding tomcat http connector to ANY_PORT?

2004-12-05 Thread Henrique Gomes
Hello! We are using embedded tomcat so we can ran a webapp directly from CD. A small Java app presents a GUI and starts tomcat. A button on the GUI opens the system's browser on http//localhost:port and the user can use the webapp. Even works on windows and Mac :-) The not so prefect thing

Re: NOT REALLY SOLVED..BUT! anyone know where mod_jk-1.2.8 binary is?

2004-12-30 Thread Mladen Turk
] ~ $ ./configure --with-apxs=/opt/apache2/bin/apxs [EMAIL PROTECTED] ~ $ make [EMAIL PROTECTED] ~ $ make install I think that is missing only that you need to cd jk/native. (where the configure file is). Hardly half a day task ;), but I agree the docs can be (always) better. I never specified that I needed

Re: tomcat4 + postgresql jdbc

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

Re: Remote Start / Stop of tomcat

2004-06-01 Thread Parsons Technical Services
of prompt. It works just like a Dos prompt or command prompt on Windows(with different commands). Use cd .. to move up in the directories and ls to list the directories and files. Case does matter, so CD is not the same as cd, same goes for file names. On some flavors of linux/unix you may have to do

Re: Connecting Tomcat and Apache

2004-06-17 Thread David Goldschmidt
Maybe you need to cd to the $CONN_SRC_HOME/jk/native directory first? Then do the ./buildconf.sh command locally within that directory? DaveG Graeme wrote: Evening all, I'm trying to connect Tomcat and Apache, I've been following this tutorial: http://www.meritonlinesystems.com/docs

Re: javax.servlet.jsp.tagext package

2004-06-17 Thread Filip Hanik - Dev
building from sources is a pain in the butt since you have to download all the dependencies. unless there is a download task, I would not know :) Building from CVS is very easy cvs co jakarta-tomcat-5 cd jakarta-tomcat-5 (edit build.properties.default if you want to change the location

Re: Tomcat does not compiles my .jsp!

2004-06-24 Thread Cyberjobe
: 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/work vi testfile.txt type

Re: startup error

2004-06-28 Thread Woodchuck
commands: cd %CATALINA_HOME%\bin (Windows) startup (Windows) But where am I suppost to point? my install is: c:\tomcat thanks in advance AJ

Re: need mod_jk2

2004-06-29 Thread Mark Lowe
and am having issues 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

TC 5.0.27 startup problem

2004-07-23 Thread Paul Wallace
--- 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 org.apache.coyote.http11.Http11Protocol init SEVERE: Error

Re: TLS-Enabled Connector Prevents Startup

2004-09-07 Thread Igor Zlatkovic
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 that the recent Linux kernel update wasn't up to Tomcat's liking

Re: Tomcat on CD-ROM

2004-09-07 Thread QM
On Tue, Sep 07, 2004 at 03:57:45PM -0500, Ruth, Brice wrote: : I've gone through the archives and read about setting loggers : workDir to a writable directory, yet I'm still getting an exception : thrown in tldScanJar (ContextConfig). I've checked out the code for : tldScanJar and I don't see

Tomcat vs BEA Weblogic?

2004-09-19 Thread 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 worse than that; play it forwards and it installs

Re: Using XInclude in tomcat's config files

2004-10-04 Thread Shankar Unni
/params.dtd). This makes it nearly useless, as you are *forced* to cd to /path/to before you can process the foo.xml file. On the other hand, if you use absolute path names, that makes it difficult to move the files around. All in all, entity includes are inflexible and a terrific pain to work

Re: Running Tomcat from jsvc

2004-10-26 Thread [EMAIL PROTECTED]
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. -- Volkmar W. Pogatzki

Successful build of mod_jk2 on Mac OS X Panther

2004-01-15 Thread Timothy Stone
very extensively. Make sure you have installed the Developer Tools for Panther. You will find these on the XCode CD. The following guide may require that you have installed Complete Apache 2.0.48 from ServerLogistics. [Complete Apache 2.0.48] http://www.serverlogistics.com/apache2.php

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
Instead of using startup.bat, cd to the bin directory and type: catalina start This will cause TC to run in a seperate DOS widow. You may see some more information there. On Monday 19 January 2004 07:01 am, K. Harvatis wrote: I have the same problem if I add libraries to the tomcat

Re: TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
= %_RUNJAVA% Then cd to the bin directory and type Catalina start - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Build problem with: connectors source

2004-01-26 Thread Mats Eliesson
I downloaded the latest source file:jakarta-tomcat-connectors-jk2-src-current.tar.gz tar xvfz jakarta-tomcat-connectors-jk2-src-current.tar.gz cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk Then I build with ant and recive the following error: [EMAIL

Re: TOMCAT and JNI problem...

2004-01-26 Thread Giuseppe Briotti
JAVA_PATH=${JAVA_HOME} # path to load the libhtd.so shared library export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/home/myuser/lib cd /usr/local/jakarta-tomcat/bin sh startup.sh - Did you try to startup Tomcat with the same script, without

Re: Build problem with: connectors source

2004-01-26 Thread Eric Emminger
Mats I downloaded the latest source file:jakarta-tomcat-connectors-jk2-src-current.tar.gz tar xvfz jakarta-tomcat-connectors-jk2-src-current.tar.gz cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk Then I build with ant and recive the following error: [EMAIL

Re: Tomcat Daemon

2005-02-18 Thread Behrang Saeedzadeh
Hi I solved the problem by using the -user option. Actually, I've to run the jsvc by calling sudo ... cause this is how the security model of Ubuntu Linux, based on Debian, is: cd $CATALINA_HOME ./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -cp ./bin/bootstrap.jar -outfile ./logs

Re: Tutorial

2005-04-26 Thread Jorge Davila
Well.. the first thing to do is download all files. In fedora core 3 there are some things that not run will the java installation packed with the system. If posible, don't install java from fc3's cd. Install java, then tomcat. In my opinion the best source of information for java is: http

Re: SSL on multiple IP addreses?

2005-05-12 Thread David Wall
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 to eth0:0 and change

RE: Minimal server

2005-05-24 Thread Peter Crowther
without any formal installation, although you'd have to be careful about where it put its working files and how it unpacked WARs if you were distributing packed webapps. There have been a couple of threads about getting the whole thing to run off a CD without touching the host machine's filestore

Re: getting Tomcat 5.5 daemon/service to startup automatically on bootup?

2005-07-22 Thread Bill Barker
the options you want. Then copy it to /etc/init.d. Then cd to /etc/rc2.d (or rc3.d if you boot to init-level three) do: ln -s ../init.d/Tomcat5.sh S75tomcat Ferindo -- Ferindo Middleton Chief Architect Sleekcollar.com

Re: Tomcat ignoring $CATALINA_HOME on XP.

2005-07-28 Thread Anoop kumar V
remove the $ Anoop On 7/28/05, Bruce E. Stemplewski [EMAIL PROTECTED] wrote: I created a system environment variable called $CATALINA_HOME on XP. I have it set to D:\MyProjects\java\Eclipse. If I do a CD %$CATALINA_HOME% at the DOS prompt the directory changes correctly. I have

RE: tomcat base vs. home

2005-08-02 Thread Peter Crowther
structure of conf/logs/temp/webapps/work so that you can host multiple Tomcats from the same set of binaries - I use this to run several Tomcat 5.0.28s. My batch file is as follows: set CATALINA_HOME=C:\Progra~1\APACHE~2\TOMCAT~1.0 set CATALINA_BASE=c:\cattery\bodington2 cd %CATALINA_HOME%\bin

RE: Upgrading from 5.0.28 to 5.5.9?

2005-08-03 Thread Allistair Crossley
] -- - Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's even worse than that; play it forwards and it installs Windows

Cannot get symlinks in war to work in tomcat 5.0.28

2005-08-04 Thread Ben Ricker
the help symlink to come up. I put the symlink called help in the top level of the war file. I can cd into the link and it goes to the right directory. All of the files are readable to the world. Am I missing something? -- Ben Ricker He's just this guy, you know

RE: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server 2000

2002-11-12 Thread Sexton, George
- Do you Yahoo!? U2 on LAUNCH - Exclusive medley videos from Greatest Hits CD -- To unsubscribe, e-mail: For additional commands, e-mail: - Do you Yahoo!? U2 on LAUNCH - Exclusive medley videos from Greatest Hits CD -- To unsubscribe, e-mail

RE: building the mod_jk2 in one linux SuSE 8.1

2002-11-16 Thread Robert Williams
xvf jakarta-tomcat-connectors-4.1.12-src.tar cd jakarta-tomcat-connectors-4.1.12-src ant - build the native code cd jakarta-tomcat-connectors-4.1.12-src/jk/native2 sh ./buildconf.sh # you wont need to do this copy either cp /usr/java/include/solaris/* /usr/java

Symlink Problem

2002-07-28 Thread SomchaiDion
information on CD-ROM and want to add it into my homepage. So, I setup tomcat to serve user webdirectory by using Listener. Then, I create symlink in my homepage to the CD-ROM mounting directory. But, I cannot access it. Does anyone know who to solve this problem. Please help me

Re: CDROM applications with tomcat

2002-02-14 Thread Alex Brain
the $CATALINA_HOME pointed to the CD...? Just a thought. Good luck. -Jeff Franck Delahaye

Re: Compiling mod_webapp.so ...

2002-03-04 Thread Charles Swarts
Yes, I had to do this too, to compile the mod_webapp module with EAPI support. You are just missing one step. After you get the fresh cvs snapshot (like you did ), go forth like this: # cd jakarta-tomcat-connectors/webapp # ./support/buildconf.sh # CFLAGS=-DEAPI # ./configure --with-apxs

Re: Compiling mod_webapp.so ...

2002-03-05 Thread Julien OIX
Charles Swarts a écrit : Yes, I had to do this too, to compile the mod_webapp module with EAPI support. You are just missing one step. After you get the fresh cvs snapshot (like you did ), go forth like this: # cd jakarta-tomcat-connectors/webapp # ./support/buildconf.sh # CFLAGS

RE: NIGHTMARE

2002-04-08 Thread Timlin, Bob
] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 9:09 AM To: 'Tomcat Users List' Subject: RE: NIGHTMARE -Original Message- From: Timlin, Bob [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 11:39 AM Let's see. The following is a nightmare 1. unzip tomcat 2. cd $TOMCAT_HOME

RE: Creating mod_webapp

2002-04-18 Thread tc
. :-) On Thu, 18 Apr 2002, Emil Olovsson wrote: I managed to solve the same problem by the following procedure: cd lib gcc -shared -o libwebapp.so *.lo cd ../apache-2.0 rm mod_webapp.la mod_webapp.lo mod_webapp.o mod_webapp.slo make gcc -shared -o mod_webapp.so *.lo -Original Message

Re: Where do I edit /etc/tomcat4/conf/tomcat4.conf in Windows 2000? Want to edit LANG setting

2002-04-30 Thread Tom Bednarz
a small batch file to install the service and one to remove the service. Here is the code for those who are interested: snip install --- @echo off d: cd \Tomcat4.0\bin tomcat.exe -install Apache Tomcat C:\JavaSoft\jdk1.3.1_01\jre\bin\hotspot\jvm.dll -jvm_option -Djava.class.pat h=D

Re: Problems with .exe install for NT

2002-01-30 Thread Tom Bednarz
John, Type tomcat.exe /? for a help screen. I have written some batch files to install and uninstall it as service with apropriate settings for the VM. Here the exemples (all on one line please) snip @echo on d: cd \Tomcat4.0\bin tomcat.exe -install Apache Tomcat C:\JavaSoft\JRE

RE: Help Installing Tomcat on Win95

2001-08-19 Thread Dmitri Colebatch
filenames? I suppose that getting _really_ paranoid, something like: cd \ C:\ mkdir test C:\ cd test C:\test\ copy c:\jakarta-tomcat-4.0-b7\common\lib\servlet.jar . C:\test\ copy _your_servlet_ . C:\test\ SET CLASSPATH=servlet.jar C:\test\ javac _your_servlet_ should work mind you thats _very_

Re: SSL-How-2 for Tomcat 4

2001-08-20 Thread Jonathan Eric Miller
won't encrypt properly (https://localhost:8443/examples/servlets/index.html Thnx! cd -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:05 AM To: [EMAIL PROTECTED] Subject: Re: SSL-How-2 for Tomcat 4 Interesting... well Chris is a regular

RE: SSL-How-2 for Tomcat 4

2001-08-20 Thread Curtis Dougherty
4 I wonder if anyone else has seen the eratic differences in behavior between Win2k Pro and Win2K Server... BIG Difference in IIS5 but... Chris - If you see this thread... Why won't the /examples site won't encrypt properly (https://localhost:8443/examples/servlets/index.html Thnx! cd

Solaris 7 x86 mod_webapp success

2001-11-15 Thread Kerry_Boguszewski
APR source from http://apr.apache.org cd to jakarta-tomcat-connectors/webapp ./support/buildconf.sh ./configure --with-apr=/someplace/apr \ --with-apxs=/apachedirectory/bin/apxs \ --with-tomcat=/someplace/tomcat make **First

Only The Most Beautiful Teens

2001-04-12 Thread john
Young Teen Female Oriented Porn CD Watch and see before your very own eyes, in front of the privacy of your own computer, young girls get pleasured by older men, finger tight shaved pussy's, rub luscious clits, masturbate with gigantic dildos, tweak luscious nipples, timulate themselves

Re: Only The Most Beautiful Teens

2001-04-12 Thread Moin Anjum H.
Please remove this guy of the List. Moin. john wrote: Young Teen Female Oriented Porn CD Watch and see before your very own eyes, in front of the privacy of your own computer, young girls get pleasured by older men, finger tight shaved pussy's, rub luscious clits, masturbate

RE: Starting Tomcat with user nobody

2001-04-23 Thread GOMEZ Henri
is owned by nobody/nobody. 2) When you decided on the user and created it (say it is user tomcat with group tomcat) , become root: cd $TOMCAT_HOME chown -R tomcat . chgrp -R tomcat . Yes... Tomcat creates lots of files... I could be more specific, but above is OK bind-chroot

Re: apache tomcat as services under Linux

2001-06-22 Thread Pier Paolo Bortone
;; esac -cut here -- 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

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

2001-02-21 Thread GOMEZ Henri
]; [EMAIL PROTECTED] Subject: RE: mod_jk.so installation tar.gz... Hi, This kind 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

<    1   2   3   4   5   6   7   8   9   10   >