New to Tomcat: Installation

2001-05-20 Thread James C. Bell Jr.
Hello, im new to tomcat. I am installing Tomcat 3.1 on a windows 98 machine. I created a directory called tomcat with the bin, conf and the rest of the directories. Can anyone tell me how would I set my environment variables and how I would set my class path. James Bell

Apache buildconf fails: libtoolize missing from Cygwin

2001-05-20 Thread Mike Slinn
I am trying to build the Apache Portable Runtime (http://apr.apache.org) using the tarballs at http://apr.apache.org/from-cvs/. The purpose is to connect Tomcat 4.0b5 to Apache 1.3.19 running under Windows 2000 Pro. I downloaded the entire set of Cygwin packages using cygwin-setup.exe yesterday

Problems...

2001-05-20 Thread Patrik Sagelius
Hi, I need some help. I am trying to use tomcat ver 3.2.1 as an out-of-process to IIS ver 5.0. However I cant make it work and I have followed the instructions on the homepage. I would really appreciate your help on this. Also, I have attached the log-files from ISS and the isapi log file plus

Re: New to Tomcat: Installation

2001-05-20 Thread Sujith
You can set environment variables by typing these commands in the command prompt mannually or can include them in your autoexec.bat file. SET TOMCAT_HOME = E:\Tomcat\; SET JAVA_HOME = E:\JDK1.2.2\; Where E:\Tomcat\ is the installation path of tomcat files. and e:\jdk1.2.2\ is the path where

How to embed Tomcat into an existing application OR how to use EmbededTomcat - Class

2001-05-20 Thread Matthias Schiffer
Hi! I have developed an application which runs with the jo!-server at the moment, now I want to replace it with the embeded Tomcat, but i don't really know how!!! Can someone write me a short explanation how to embed Tomcat into my application? Below you can see what i have tried to embed, but

Serving jsp pages in /home/X/www

2001-05-20 Thread Mikael Carneholm
Hi; Our local computer clubhave a linux box running Apache and Tomcat (latest stable build), and want to configure Tomcat so that it can serve pages not just under $TOMCAT_HOME/webapps, but also in the /home/*/www directories (the www-dir of each user on the machine). We have tried almost

RE: web.xml layout

2001-05-20 Thread Richard Draucker
Hmm... correct me where I may be wrong, please. If the xml doc doesn't conform to the DTD, it is not 'valid' xml. But, so long as it is 'well formed' the parser will accept it just the same. The parser may look to the DTD for a parsing structure, but the callback utilization of SAX

Re: How to embed Tomcat into an existing application OR how to use EmbededTomcat - Class

2001-05-20 Thread Klaus Sonnenleiter
Matthias, I have tried to use both the 3.2 and the 4.0 version of embedded Tomcat and I never got it working properly with the instructions in the 3.2 EmbededTomcat.java file. You might want to switch to 4.0 instead - I think both Tomcat and especially the embedded part have matured

Re: How to embed Tomcat into an existing application OR how to use EmbededTomcat - Class

2001-05-20 Thread John Noronha
I am trying to install 'turbine' (which includes tomcat and other tools in an integrated environment) on my pc (win98) and am having an installation problem. I get a message 'out of environment space' while running a windows batch script. Would appreciate any help/ pointers. Thanks, John

RE: web.xml layout

2001-05-20 Thread Richard Draucker
Great! Thanks for the link, and cudos to Mike Slinn et.al. for the good work. On Sat, 19 May 2001, you wrote: FWIW, I think Mike Slinn has put up a web.xml validator (and other useful tools/documentation) at http://tomcat.mslinn.com/ On Sat, 19 May 2001, Robert Petersen wrote: It

Re: How to embed Tomcat into an existing application OR how to use EmbededTomcat - Class

2001-05-20 Thread Matthias Schiffer
Yes John, I also had this problem but i didn't solve it because i just used my Linux machine and it worked. But try to modify your machine by loading your device driver into the high memory by using in config sys devicehigh instead of device but be careful and write lh in front of your

Re: How to embed Tomcat into an existing application OR how to useEmbededTomcat - Class

2001-05-20 Thread John Noronha
Matthias, Thanks for your help. I solved the problem of out of environment space by looking up the MS knowledgebase immediately afterward. Apparently your environment size on Win98 is 256 bytes by default. You can increase the buffersize by right clicking the MSDOS shortcut, selecting

Session issues

2001-05-20 Thread Rob Ewaschuk
I'm not 100% sure this belongs on the user list, but I think so -- My calls to req.getSession(true) are returning null, which, according to the API should never happen. The odd bit is that things work fine accessing tomcat directly, over port 8080, but going through apache w/ mod_webapp.so

Anyone has StandardClassLoader.class ??

2001-05-20 Thread Matthias Schiffer
Hi! Please people tell me whether someone here own the StandardClassLoader.class of beta 4. Thank you very much. I have several problems compiling my programs because this file is missing and the src-code seems to be incorrect or my classpath is incorrect, but the classpath consists of about 11

Anyone has StandardClassLoader.class ?? Correction: i meant beta 5

2001-05-20 Thread Matthias Schiffer
Hi! Please people tell me whether someone here own the StandardClassLoader.class of beta 4. Thank you very much. I have several problems compiling my programs because this file is missing and the src-code seems to be incorrect or my classpath is incorrect, but the classpath consists of

Problems...

2001-05-20 Thread Patrik Sagelius
Hi, I need some help. I am trying to use tomcat ver 3.2.1 as an out-of-process to IIS ver 5.0. However I cant make it work and I have followed the instructions on the homepage. I would really appreciate your help on this. Also, I have attached the log-files from ISS and the isapi log file plus

Re: Setting up Virtual Hosts

2001-05-20 Thread Jeff Kilbride
Hi Glen, I don't know if it makes a difference or not, but I've always had the same host names in my Apache VHost config and my server.xml file. In your config, you're using an IP Address in Apache and a name in server.xml. You might try using the IP in server.xml instead. Nothing else really

installation problems.

2001-05-20 Thread Aristide Aragon
Hello I was trying to install tomcat 3.2.1 in my system and I got an error. I followed all instructions in the README file; installed the ant subproject, the servletapi one, jaxp and jsse, but I couldn't install. First I got an error saying there wasn't an jakarta-ant/bin directory. It indeed

RE: Install Tomcat on Wíndows 95

2001-05-20 Thread Arnold Shore
Naeem, thanks so much. But there's line wraps that screw things up for us new kids on this particular block. Could I trouble you to maybe attach your autoexec.bat so that it's clear? Thanks again, Arnold Shore Annapolis, MD -Original Message- From: Naeem Malik [mailto:[EMAIL

Re: Setting up Virtual Hosts

2001-05-20 Thread Glen Eustace
I don't know if it makes a difference or not, but I've always had the same host names in my Apache VHost config and my server.xml file. In your config, you're using an IP Address in Apache and a name in server.xml. You might try using the IP in server.xml instead. All my vhosts use the

Enabling only HTTPS for a container

2001-05-20 Thread Pernica, Jan
Hi everybody I would like disable HTTP for one container. How can I do that? Thank you in advance. Regards Jan __ Tato komunikace je urcena vyhradne pro adresata a je duverna. This communication is intended solely for the

RE: Enabling only HTTPS for a container

2001-05-20 Thread Pernica, Jan
Sorry about the question. I found solution in the documentation (servlet 2.3 specification). I have to use CONFIDENTIAL transport-guarantee. Regards Jan On Monday, May 21, 2001 7:30 AM, Pernica, Jan [SMTP:[EMAIL PROTECTED]] wrote: Hi everybody I would like disable HTTP for one container.

RE: Enabling only HTTPS for a container

2001-05-20 Thread Rams
how to use this CONFIDENTIAL transport-guarantee and where? --Rams -Original Message- From: Pernica, Jan [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 11:19 AM To: [EMAIL PROTECTED] Subject: RE: Enabling only HTTPS for a container Sorry about the question. I found solution in

RE: Enabling only HTTPS for a container

2001-05-20 Thread Pernica, Jan
Hi At first you have to enable HTTPS in your conf/server.xml file. There is also description how to generate certificate. Then you have to define security constratint for your application: Eg. you want to restrict access to your administration part of the application. So that you have to add