My Apache and Tomcat Setup

2004-03-30 Thread karl1coleman
I thought I would post my config files for others to see if anyone else ever has problems. Variations of course may work, but this is what worked for me. Karl httpd.conf - added this line to section where modules are loaded: LoadModule jk2_module modules/mod_jk2.so

Re: JBoss embedded Tomcat setup with IIS - 2nd post

2003-09-16 Thread Carlos Cajina
starting point. Whatever else I'll find, you'll be the first to know ;-) Good luck!!! Best regards, Carlos C. From: "Haytham Samad" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: JBoss embedd

JBoss embedded Tomcat setup with IIS - 2nd post

2003-09-15 Thread Haytham Samad
Okay. I am trying to setup Tomcat with IIS. I have done this before successfully with Tomcat standalone. Now I have to use JBoss with Tomcat embedded (jboss-3.2.1_tomcat-4.1.24). The configuration is not working so well nor does it map as nicely. Anywhere I can look to get a description of wh

JBoss embedded Tomcat setup with IIS

2003-09-15 Thread Haytham Samad
Okay. I am trying to setup Tomcat with IIS. I have done this before successfully with Tomcat standalone. Now I have to use JBoss with Tomcat embedded (jboss-3.2.1_tomcat-4.1.24). The configuration is not working so well nor does it map as nicely. Anywhere I can look to get a description of wha

RE: Tomcat setup troubles

2002-12-17 Thread Turner, John
System. John -Original Message- From: Ines Robbers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 6:30 AM To: 'Tomcat Users List' Subject: AW: Tomcat setup troubles Many thanks, Lee! Do I stick it into user variables or system variables or both? * -Urs

AW: Tomcat setup troubles

2002-12-17 Thread Ines Robbers
Many thanks, Lee! Do I stick it into user variables or system variables or both? * -Ursprüngliche Nachricht- * Von: Lee Chin Khiong [mailto:[EMAIL PROTECTED]] * Gesendet: Dienstag, 17. Dezember 2002 04:17 * An: 'Tomcat Users List' * Betreff: RE: Tomcat setup troubles * * *

Re: Tomcat setup question.

2002-12-16 Thread Praveen Wicliff
quot; <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 6:19 AM Subject: RE: Tomcat setup question. > Ok this is exactly my problem. These aren't MY jar files. These are jar > files that came with Tomcat.

RE: Tomcat setup troubles

2002-12-16 Thread Lee Chin Khiong
You should set JAVA_HOME as C:\j2sdk1.4.1_01 -Original Message- From: Ines Robbers [mailto:[EMAIL PROTECTED]] Sent: 17 December 2002 09:23 To: 'Tomcat Users List' Subject: Tomcat setup troubles Hello again, Sorry to bother you with these simple things but could someone tell

RE: Tomcat setup question.

2002-12-16 Thread Patrick Martz
48 PM To: Tomcat Users List Subject: Re: Tomcat setup question. It's javax.servlet, not java.servlet. So that why there is no such package or class to be found. It should compile if you add the servlet.jar to the classpath variable or specify the -classpath variable to the compiler. Pat

Re: Tomcat setup question.

2002-12-16 Thread Peng Tuck Kwok
r out = res.getWriter(); out.println(""); out.println("Test"); out.println(""); out.println("test"); out.println(""); out.println(""); } } -Original Message- From: Peng Tuck Kwok [mailto:[

Re: Tomcat setup question.

2002-12-16 Thread Mike W-M
riables that I don't know about).) Also, I tend not to use pathnames with spaces in, just in case. Mike. - Original Message - From: "Patrick Martz" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, December 1

RE: Tomcat setup question.

2002-12-16 Thread Patrick Martz
Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 5:10 PM To: Tomcat Users List Subject: Re: Tomcat setup question. Don't panic, just attach a sample servlet that you were trying to compile to the list. I'll have a look at it and try to get

Tomcat setup troubles

2002-12-16 Thread Ines Robbers
Hello again, Sorry to bother you with these simple things but could someone tell me whether this is correct: I tried to set up the environment variable like this: CATALINA_HOMEC:\Programme\Apache Group\Tomcat 4.1 I put it into both the user variables and system variables. Is this correct

Re: Tomcat setup question.

2002-12-16 Thread Mike W-M
Tuck Kwok" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 1:09 AM Subject: Re: Tomcat setup question. Don't panic, just attach a sample servlet that you were trying to compile to the list. I'll have a look a

Re: Tomcat setup question.

2002-12-16 Thread Peng Tuck Kwok
Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 5:00 PM To: Tomcat Users List Subject: Re: Tomcat setup question. Tomcat comes with servlet.jar, which has all the classes you need. Or you can download a copy from Sun Microsystems as well. Just point your compi

RE: Tomcat setup question.

2002-12-16 Thread Patrick Martz
my ignorance but this is all very new to me. -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 5:00 PM To: Tomcat Users List Subject: Re: Tomcat setup question. Tomcat comes with servlet.jar, which has all the classes you need. Or you can

Re: Tomcat setup question.

2002-12-16 Thread Peng Tuck Kwok
ld be very appreciative if anyone could help! -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 4:41 PM To: Tomcat Users List Subject: Re: Tomcat setup question. So do I need to add an environmental variable to let my compiler find thes

RE: Tomcat setup question.

2002-12-16 Thread Patrick Martz
help! -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 4:41 PM To: Tomcat Users List Subject: Re: Tomcat setup question. > So do I need to add an environmental variable to let my compiler find these? > Or do I just need to move the .jar f

Re: Tomcat setup question.

2002-12-16 Thread Peng Tuck Kwok
So do I need to add an environmental variable to let my compiler find these? Or do I just need to move the .jar files to the right location? How do I know which .jar files are the correct ones to use (as I mentioned, there are a number of them that seem to have what I'm looking for)? You can

Tomcat setup question.

2002-12-16 Thread Patrick Martz
Ok I have tomcat all installed and serving up web pages nicely. I am able to access everything ok so far. The problem: I have installed J2SDK and tomcat both and set the appropriate environmental variables (I believe). I am able to compile java classes that contain "standard" java imports (i.e. jav

RE: tomcat setup

2002-11-27 Thread Price, Erik
> -Original Message- > From: Mark Walker [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 6:33 PM > To: [EMAIL PROTECTED] > Subject: Re: tomcat setup > > > I have 4.1.12 installed on a "Wallstreet" G3 Powerbook and it > is running

Re: tomcat setup

2002-11-27 Thread Martin Jacobson
Mark Walker wrote: I have 4.1.12 installed on a "Wallstreet" G3 Powerbook and it is running great! There's a document in Apple's Developer Forum (http://developer.apple.com/internet/java/tomcat1.html) that covers installing Tomcat on the Mac. It refers to 4.0.1 but should work fine for you. A

Re: tomcat setup

2002-11-26 Thread David Brown
Joseph Boccuzzi writes: to start I am new to Tomcat. I have installed 4.1.12 on my Mac and can get to the initial page. From here the links for the jsp examples and the servlet examples return a http status 404 not available. The link for the Tomcat Administrator and Tomcat Manager return a

Re: tomcat setup

2002-11-26 Thread Mark Walker
rs. Just fix the file extension and you should be good to go. The manager and admin applications should only require the following element in your tomcat-users.xml file: Hope this helps! Mark Walker From: Joseph Boccuzzi <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List&quo

tomcat setup

2002-11-26 Thread Joseph Boccuzzi
to start I am new to Tomcat. I have installed 4.1.12 on my Mac and can get to the initial page. From here the links for the jsp examples and the servlet examples return a http status 404 not available. The link for the Tomcat Administrator and Tomcat Manager return a 403 access denied. I can

Re: web application configuration in Apache+tomcat setup

2002-09-03 Thread Milt Epstein
On Tue, 3 Sep 2002, Raj Mettai wrote: > Hi all, > > I have my web application running under tomcat path "/" > localhost:8080/, but once I have configured Apache to tomcat the > examples application works great localhost/examples but my > application defined on path = "/" (localhost/) is not worki

Re: web application configuration in Apache+tomcat setup

2002-09-03 Thread Jacob Kjome
Hello Raj, The path is actually supposed to be "", not "/". Make sure you don't also have a directory called "ROOT" in your webapps directory when doing this...or make the path for the "ROOT" webapp something other than "". Jake Tuesday, September 03, 2002, 12:13:28 PM, you wrote: RM> Hi all,

web application configuration in Apache+tomcat setup

2002-09-03 Thread Raj Mettai
Hi all, I have my web application running under tomcat path "/" localhost:8080/, but once I have configured Apache to tomcat the examples application works great localhost/examples but my application defined on path = "/" (localhost/) is not working, actually apache is looking under /htdocs f

RE: tomcat setup problem

2002-05-21 Thread Pablo Schor
Is there any sample for connecting Tomcat with Apache via TCP/IP with the Apache API? Thanks, Pablo -- To unsubscribe, e-mail: For additional commands, e-mail:

tomcat setup problem

2002-05-21 Thread irfan ali
Hello everyone, I am trying to setup Tomcat 4.0.3 on my computer. I've already setup Apache and J2SDK1.4.0 and thats running fine. I am following the exact steps mentioned in tomcat installation guide but when I run "%CATALINA_HOME%"\bin\startup command it generates following error. cannot fi

Re: JDBC, tomcat setup question

2002-03-14 Thread Craig R. McClanahan
On Thu, 14 Mar 2002, Leila Lappin wrote: > Date: Thu, 14 Mar 2002 08:52:10 -0800 > From: Leila Lappin <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: JDBC,

Re: JDBC, tomcat setup question

2002-03-14 Thread Leila Lappin
looking for. thanks - Original Message - From: "August Detlefsen" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 8:02 PM Subject: Re: JDBC, tomcat setup question > Not the same... > > How many pe

Re: JDBC, tomcat setup question

2002-03-13 Thread Christopher K . St . John
Leila Lappin wrote: > > the problem I'm trying to resolve is how I may avoid placing > jar files under tomcat's directory structure in order to have > them picked up. > I might be misunderstanding your question, but does putting them in WEB-INF/lib not do what you want? -- Christopher St. Jo

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
es" that seems to address this issue by setting proper configuration values in build.xml. Hopefully I'll find what I'm looking for. thanks - Original Message - From: "August Detlefsen" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED

Re: JDBC, tomcat setup question

2002-03-13 Thread August Detlefsen
Not the same... How many people even know what a class loader is when they start using Tomcat..? --- Emir Alikadic <[EMAIL PROTECTED]> wrote: > On 3/13/2002 9:57 PM, August Detlefsen wrote: > > Sorry, Leila, my comment was not meant to offend, but yours is the > #1 > > question asked on this l

Re: JDBC, tomcat setup question

2002-03-13 Thread Emir Alikadic
On 3/13/2002 9:57 PM, August Detlefsen wrote: > Sorry, Leila, my comment was not meant to offend, but yours is the #1 > question asked on this list (Where do I put my jar files?). > > Hmmm... There really should be a FAQ for all this stuff... How about a HOWTO, as in Class Loader HOWTO: http:/

Re: JDBC, tomcat setup question

2002-03-13 Thread August Detlefsen
nal Message - > From: "Dave Whitla" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, March 13, 2002 6:27 PM > Subject: Re: JDBC, tomcat setup question > > > > > > - Original Message - > &

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
ssage - From: "Dave Whitla" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 6:27 PM Subject: Re: JDBC, tomcat setup question > > - Original Message - > From: "Leila Lappin" <[EM

Re: JDBC, tomcat setup question

2002-03-13 Thread Dave Whitla
- Original Message - From: "Leila Lappin" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 3:36 PM Subject: Re: JDBC, tomcat setup question > thanks for the response, what is R

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
thanks for the response, what is RTFM? - Original Message - From: "August Detlefsen" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 6:08 PM Subject: Re: JDBC, tomcat setup question > This is defina

Re: JDBC, tomcat setup question

2002-03-13 Thread August Detlefsen
This is definately a RTFM issue, buuut: Put your .jar files in: /path/to/tomcat/lib There is no need to change the classpath, TC picks it up automatically when it is started. --- Leila Lappin <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to set up tomcat and port an application that

JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
Hi all, I'm trying to set up tomcat and port an application that I developed and tested using Jrun, being new to the environment and I have two questions. My first question is adding additional jar files like jdbc jar files. I've been reading through a lot of material trying to figure out how

Re: tomcat setup error

2002-01-19 Thread Jim Rudnicki
Ditch playing with the autoexec.bat Go here. Get one the launcher for the version of Tomcat you are running. http://www.geocities.com/jdrudnicki/ > SHELL=C:\COMMAND.COM /E:4096 /P > > This line will set all command environment to have 4mg of environment > space. Should be enough Not! /E:4

Re: tomcat setup error

2002-01-19 Thread Todd Wright
The problem is that the command prompt gives you something like 32k for your variables. Starting tomcat needing more memory than you are able to provide. I would first go to the autoexec.bat (if there is one) and remove any unnecessary variables. Then in the config.sys add SHELL=C:\COMMAND.CO

tomcat setup error

2002-01-19 Thread babs boyejo
Dear All, After setting the various environment and trying to run tomcat i get the following output. i have changed the dos memory stting for startup.bat and shutdown.bat, please advice? -- Microsoft(R) Windows 98 (C)Copyright Microsoft Corp 1981-19

RE: regarding Tomcat setup

2001-12-02 Thread Ing. Gabriel Gajdos
Well, I am not sure what exactly you are thinking... Please, try to give more information. For example, how you connect Tomcat and Apache (mod_webapp/AJP13). What do you mean with "i couldn't find the directory where as i placed my directory"? Are you getting 404 Not Found HTTP Error code? | hi!

regarding Tomcat setup

2001-12-02 Thread Jagan
hi! i installed Tomcat 4.0 and my webserver is Apache, The "/example" application is running very well,. i changed server.xml to write new Contest for my developing project and i restarted the server still i could n't find the directory where as i placed my directory in web-apps, Is i should mak

Newbee Apache/Tomcat setup

2001-10-23 Thread bruck
Dear All, I am new for Tomcat and for this list this might have been discussed before. I have installed and configured Tomcat on Redhat Linux 6.2 as standalone and is running well. After that I downloaded the binary version of jk_mod.so for linux and put it in the folder where other apache DSO we

RE: Question about tomcat setup

2001-06-11 Thread Nael Mohammad
cel [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 3:36 PM To: [EMAIL PROTECTED] Subject: Question about tomcat setup Hello, I've downloaded tomcat 3.2.2 on my redhat 7.1 machine. However when i run sh startup.sh, i get this error: FATAL: Java Bind Exception: address already in use.

Question about tomcat setup

2001-06-11 Thread Marcel
Hello, I've downloaded tomcat 3.2.2 on my redhat 7.1 machine. However when i run sh startup.sh, i get this error: FATAL: Java Bind Exception: address already in use. I've setup my JAVA_HOME=/usr/java/jdk1.3 ; export JAVA_HOME Any ideas what i am missing here? Apache has been installed and wor

FW: Tomcat setup questions

2001-03-23 Thread Ben Sifuentes
I don't think this made the list trying the again. -Ben -Original Message- From: Ben Sifuentes [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 4:09 PM To: Tomcat-User Subject: Tomcat setup questions Currently, I have both Apache and Tomcat installed and have confi

Tomcat setup questions

2001-03-22 Thread Ben Sifuentes
Currently, I have both Apache and Tomcat installed and have configured Tomcat to utilize Virtual Hosts for each application with each running on it's own Tomcat JVM utilizing different port numbers. I'm able to start and terminate the applications independantly of each other which was the major

RE: Tomcat setup

2001-03-05 Thread BENARD Christophe, DDE 34/SG
[mailto:[EMAIL PROTECTED]] Date: vendredi 2 mars 2001 15:40 À: [EMAIL PROTECTED] Objet: Tomcat setup I have installed Tomcat and now I need to set it up. Well you please tell me what exactly I need to add or change. When ever I try to add line "set JAVA_HOME = c:\jdk1.1.8" I get

RE: Tomcat setup

2001-03-02 Thread Darrell Porter
in a Palm VII by selecting: Enter to Win! <http://www.wiseconnect.com/palmVII.html> -Original Message- From: Marina Hovakimyan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 6:40 AM To: [EMAIL PROTECTED] Subject: Tomcat setup I have installed Tomcat and now I need to set it up

Re: Tomcat setup

2001-03-02 Thread Dick Poon
rch 02, 2001 2:40 PM Subject: Tomcat setup > I have installed Tomcat and now I need to set it up. Well you please tell me > what exactly I need to add or change. When ever I try to add line "set > JAVA_HOME = c:\jdk1.1.8" I get an error: > Out of environment space. >

Tomcat setup

2001-03-02 Thread Marina Hovakimyan
I have installed Tomcat and now I need to set it up. Well you please tell me what exactly I need to add or change. When ever I try to add line "set JAVA_HOME = c:\jdk1.1.8" I get an error: Out of environment space. Out of environment space. Unable to determine the value of TOMCAT_HOME. Please se

Tomcat setup question: where's conf?

2001-02-08 Thread David Chase
The instructions at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l list the required files: workers.properties uriworkermap.properties and say that samples can be found under the conf directory. The zip file of binaries that I downloaded didn't have a conf direc

Re: Apache/Tomcat Setup on Win2000 Professional

2000-11-02 Thread Bo Jordan
Don: I suspect that your JAVA_HOME environmental variable is not properly set. javac is required for compilation of JSPs, and is probably not being found. Try including SET JAVA_HOME=C:\JDK1.3\ in your startup.bat file. Then try the test JSPs. Bo Simon Lam wrote: > Dear Don Lee, > >

Re: Apache/Tomcat Setup on Win2000 Professional

2000-11-02 Thread Simon Lam
Dear Don Lee, You'd better post your tomcat-apache.conf here. At 2000-10-31 11:42:00 you wrote: >Hi, >I'm trying to run Apache/Jakarta-Tom cat on Windows 2000 Professional but it's not >successful. >If anyone has suggestion/input about what I did for setup, I'll eternally appreciate >i

Re: Apache/Tomcat Setup on Win2000 Professional

2000-11-01 Thread Jim Rudnicki
Spaces in paths are a common problem. If you forget to quote them, then the environment variable gets truncated. Even MS's own platform SDK installer forgets this. Try this Tomcat loader. It was recently updated to deal with the vagaries of 2000 and spaces in paths. Take a look: http://www.ge

RE: Apache/Tomcat Setup on Win2000 Professional

2000-10-31 Thread Aaron Knauf
d to tomcat-user                 To:        <[EMAIL PROTECTED]>         cc:                 Subject:        RE: Apache/Tomcat Setup on Win2000 Professional Hi  Don,      If your server is responding as expected, with the exception of JSP pages not  working the first thing I would check is your JSP com

RE: Apache/Tomcat Setup on Win2000 Professional

2000-10-31 Thread Matthew A. Overlund
\tools.jar to your classpath before executing.   Matthew A. Overlund    -Original Message-From: Don Lee [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 31, 2000 11:42 AMTo: [EMAIL PROTECTED]Subject: Apache/Tomcat Setup on Win2000 Professional Hi, I'm trying to run Apache/Ja

Apache/Tomcat Setup on Win2000 Professional

2000-10-31 Thread Don Lee
Hi, I'm trying to run Apache/Jakarta-Tom cat on Windows 2000 Professional but it's not successful. If anyone has suggestion/input about what I did for setup, I'll eternally appreciate it. (Please bear in mind that I'm a beginner in Java/JSP/Apache world)   Again, my OS is Windows 2000 Profess

Re: response.sendRedirect stops working in Apache/Tomcat setup

2000-10-30 Thread Leon Palermo
r 30, 2000 6:44 AM Subject: response.sendRedirect stops working in Apache/Tomcat setup Hi!I recently setup my Tomcat to run integrated with Apache. Everything worked fine, except that any jsp-page that contained a response.sendRedirect stopped redirecting. I don

response.sendRedirect stops working in Apache/Tomcat setup

2000-10-30 Thread mih
Hi! I recently setup my Tomcat to run integrated with Apache. Everything worked fine, except that any jsp-page that contained a response.sendRedirect stopped redirecting. I don't get any response at all. Any clues? Thanks! /Martin Holmgren Check out the latest in z.com programming, produced e

Re: Tomcat setup permissions under linux

2000-10-25 Thread Pierre Métras
riginal Message - From: "Pierre Métras" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 25, 2000 12:10 AM Subject: Tomcat setup permissions under linux > Hi all, > > I want to test my application in a deployment context and try it under > linux.

Tomcat setup permissions under linux

2000-10-24 Thread Pierre Métras
Hi all, I want to test my application in a deployment context and try it under linux. I have set up a new PC with linux Debian 2.2, Sun JRE 1.3 and Tomcat 3.2B6. When I untar the tomcat bin file, in the "/usr/local" directory, I noticed that all files where owned by a user "500" and group "500".