XSP with Cocoon/1.8.1-dev and Tomcat/4.0-m5

2000-12-16 Thread Christian Parpart
(oops previus posting was to fast) Hi all I am currently using Cocoon/1.8.1-dev with Tomcat/4.0-m5 in standalone mode. This works fine except my xsp sites. I just included the following to the tomcat configuration files: [conf/web.xml] ... org.apache.cocoon.C

XSP with Cocoon/1.8.1-dev and Tomcat/4.0-m5

2000-12-16 Thread Christian Parpart
Hi all I am currently using Cocoon/1.8.1-dev with Tomcat/4.0-m5 in standalone mode. This works fine except my xsp sites. I just included the following to the tomcat configuration files: [conf/server.xml] [conf/web.xml] -

jk_nt_service.exe can't loaded on Tomcat/4.0-m5

2000-12-16 Thread Christian Parpart
Hi big problem, I can't load jk_nt_service.exe on my Tomcat/4.0-m5. I found it binary on http://jakarta.apache.org/builds/tomcat/release/v3.2.1/bin/win32/i386/. If there are any other binaries for Tomcat to be a service on NT(2k) please let me know. Regards, Christian Parpart

getPathInfo()

2000-12-16 Thread GoldenDawn Fan
I am very sorry about forgetting to change the heading of the last post. --- GoldenDawn Fan <[EMAIL PROTECTED]> wrote: > Hi what does getPathInfo() return, the path to > exactly > what file? Similarly, what does getPathTranslated() > return? > > Thanks. > > > ___

Re: problem

2000-12-16 Thread GoldenDawn Fan
Hi what does getPathInfo() return, the path to exactly what file? Similarly, what does getPathTranslated() return? Thanks. __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/

persistent connection

2000-12-16 Thread GoldenDawn Fan
Hi, what is persistent connection? What does it do? How is it different from regular connection? __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/

can't locate path of properties file, what's wrong.

2000-12-16 Thread Christian Parpart
Hi I installed Cocoon-1.8.1-dev on Tomcat/4.0-m5 (standalone mode) and recognized that everything I do, Cocoon is unable to locate its cocoon.properties. My configuration is as below: [conf/web.xml] -- ... org.apache.cocoon.Cocoon org.apache.cocoon.C

Re: Tomcat vs J2EE

2000-12-16 Thread Craig R. McClanahan
David Vanfleet wrote: I'm new to Tomcat and I'm confused about something. I discovered Jakarta Tomcat and learned I could set it up with my existing apache web server to run Servelets and JavaServer pages. I then discovered the Java 2 Platform, Enterprise Edition (J2EE) and learned that Tomcat

Tomcat vs J2EE

2000-12-16 Thread David Vanfleet
I'm new to Tomcat and I'm confused about something. I discovered Jakarta Tomcat and learned I could set it up with my existing apache web server to run Servelets and JavaServer pages. I then discovered the Java 2 Platform, Enterprise Edition (J2EE) and learned that Tomcat is part if this pr

Troubleshooting comment

2000-12-16 Thread Jason Wild
One problem I had when configuring tomcat with IIS 5.0 was a 401 error in the W3SVC1 log file. The problem was that the wrong file permissions were set on the isapi_redirect.dll filter file. Giving everyone execute permission on this file fixed this problem. The actual error that was cause was

How to configure Tomcat/4.0-m5 for Cocoon

2000-12-16 Thread Christian Parpart
Hi My Tomcat/4.0-m5 is running on Win2k in standalone mode. I've installed virtual hosts and have tried to install cocoon as shown on its install site. But - maybe it's for Tomcat/3.2 - it doesn't work. It is said to add simply the lines below: and to copy the cocoon.jar and xerces.jar to th

Re: Passwod Protecting a directory

2000-12-16 Thread Bojan Smojver
In tomcat's conf directory there is a file called tomcat-users.xml. There are a few user accounts already there (Tomcat 3.2.1), one is called 'tomcat', having a role 'tomcat' (a bit confusing but Java Servlet API Spec 2.2 might clear that up for you). Next set you web.xml file up. Something like:

Re: Passwod Protecting a directory

2000-12-16 Thread David M. Holmes
use security constaints in your deployment descriptor with a SimpleRealm or JDBCRealm: Some Realm /* Admin BASIC Some Realm --- Tim Kang <[EMAIL PROTECTED]> wrote: > I was wondering if anybody knows how to password protect a directory in > Tomcat environment > > Please let me know >

Passwod Protecting a directory

2000-12-16 Thread Tim Kang
I was wondering if anybody knows how to password protect a directory in Tomcat environment Please let me know Thanks Tim

./build dist worked in 3.1, not in 3.2

2000-12-16 Thread Barry L. Kline
I recently posted this to "ant_user", since I assumed that this was an ant problem, but I was sent to this list. So here goes: I recently upgraded from Tomcat 3.1 to Tomcat 3.2, then 3.2.1. I discovered the requisite changes required to my build.xml file to allow the included version of ant to

RE: Directory Browsing Option

2000-12-16 Thread Tim Kang
I don't have StaticInterceptor in my server.xml -Original Message- From: David M. Holmes [mailto:[EMAIL PROTECTED]] Sent: December 16, 2000 3:42 PM To: [EMAIL PROTECTED] Subject: Re: Directory Browsing Option I have not verified it yet but it appears that you can set the suppress prope

Re: virtual hosts on tomcat 4.0-m5

2000-12-16 Thread Craig R. McClanahan
Christian Parpart wrote: > Hi > > I thought about installing a virtual host in Tomcat/4.0-m5 (standalone > mode). > But, I just can type appBase="webapps" and not anything else. > Is That the right way to do that? > Yes, you can do this (set "appBase" to some directory location. Tomcat will loo

Re: LDAPRealm

2000-12-16 Thread Craig R. McClanahan
"David M. Holmes" wrote: > Anyone working on an LDAPRealm? > Not that I know of. A contribution would be welcome. Craig McClanahan

Re: separate tomcat instance??

2000-12-16 Thread Bojan Smojver
All the answers about virtual hosting are in mod_jk HOWTO documentation: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html JDK's, huh, hard one... JDK 1.3.0 from http://www.blackdown.org/ and Sun's JDK 1.3.0_01 do the job most of the time on Linux... Maybe IBM's 1.3.0? B

Re: Directory Browsing Option

2000-12-16 Thread David M. Holmes
I have not verified it yet but it appears that you can set the suppress property to true for the StaticInterceptor in server.xml --- Tim Kang <[EMAIL PROTECTED]> wrote: > Do you guys know how to turn off the directory browsing option in Tomcat? > > Thanks > > Tim

virtual hosts on tomcat 4.0-m5

2000-12-16 Thread Christian Parpart
Hi I thought about installing a virtual host in Tomcat/4.0-m5 (standalone mode). But, I just can type appBase="webapps" and not anything else. Is That the right way to do that? Please help, the online help can't. server.xml -

LDAPRealm

2000-12-16 Thread David M. Holmes
Anyone working on an LDAPRealm? __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/

Alias

2000-12-16 Thread David M. Holmes
Is there a way in Tomcat to do an alias similar to the Apache Alias directive? __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/

Directory Browsing Option

2000-12-16 Thread Tim Kang
Do you guys know how to turn off the directory browsing option in Tomcat? Thanks Tim

Re: Installation Problem

2000-12-16 Thread William Brogden
Nagendra Kumar wrote: > > Sir, > While opening the startup.bat file i am getting > the message 'out of environment space'. How could i > overcome this. > > thanks, > > Nagendran > Due to the large environment parameters that Tomcat sets you need to increase the space Windows reserves. F

Missing installation file

2000-12-16 Thread Andreadis Theodore
The user-guide for apache-tomcat installation states that a modified version of mod_jserv is required, which can be found in the src/native/apache/jserv subdirectory of the downloaded file, I downloaded the distribution file but no such directory is included. Where can it be found?

Installation Problem

2000-12-16 Thread Nagendra Kumar
Sir, While opening the startup.bat file i am getting the message 'out of environment space'. How could i overcome this. thanks, Nagendran Do You Yahoo!? Get your free @yahoo.co.in address at http://mail.yahoo.co.in

Re: tomcat-3.2.1 RPM available

2000-12-16 Thread Kumar Vijayaratnam
The Build of Tomcat 3.2.1 from the RPM's works fine until it gets to copying the built files then I get the following error + cd ../jakarta-tomcat-3.2.1-src + export CLASSPATH=/usr/src/redhat/BUILD/tomcat-3.2.1/dist/servletapi/lib/servle t.jar:/usr/src/redhat/BUILD/tomcat-3.2.1/jakarta-tools/moo

Re: Classloader issue

2000-12-16 Thread Craig R. McClanahan
Try using ClassLoader.getResourceAsStream() instead of ClassLoader.getSystemResourceAsStream().  The method you are using says "go use the system class loader", and bypasses any resources that are in your jar file under WEB-INF/lib. Craig McClanahan     Juergen Baumann wrote: I try to load file

Tomcat 3.2.1 on Windows 2000 Server

2000-12-16 Thread Nizamuddin Khan \(SGM\)
Guys, This is my first time on this list I have a Windows 2000 Server running IIS 5.0 webserver with 5 sites on it. I want to know if I can install Tomcat 3.2.1 on windows 2000 Server. Are there any known issues with Tomcat 3.2.1 and IIS 5.0 ? Is Tomcat better or stable than JSWDK ? Any

Tomcat definition questions

2000-12-16 Thread Christian Parpart
Hi all, I am really a newbie on Tomcat. I am using Apache/1.3.12, Apache JServ/1.1.1 and Cocoon/1.8.1-dev on Win2k (and Linux as well). My Cocoon is a servlet under JServ and now I am trying to switch over to Tomcat for better using of Cocoon/2.0. But before 2.0 finally comes out I'd like to

Session != Login

2000-12-16 Thread Charles Forsythe
Andy Nuss wrote: > So assuming the site requires "single sign-on". And that there are > several segmentations of the site, each of which could > be handled by a different web-app: > > I'm getting the impression that I'm supposed to do some > kind of magic with the session cookie. Sessions do no

fist, run a servlet

2000-12-16 Thread Landaluze Produktions IS - Carlos
how can i make for if a user visit a web page, the first run a servlet? if a user visit a page in a website how can i configure for alwais run a servlet first. can this configure in the web.xml? thanks Carlos

Problems with Jakarta Tomcat

2000-12-16 Thread Lim Swee Tat
Hi, I have the following errors that I'm hoping will be solved by sharing it. 1. When using the HttpConnectionHandler of tomcat, if I specify a port number, say 8080, I have specific instances where when I perform a response.sendRedirect(response.encodeURL("/xxx/something.jsp")); the

Re: oracle - tomcat connection/performance /configuration problem

2000-12-16 Thread Julio Serje (@canada.com)
Are you closing all JDBC objects, including ResultSets AND Statements? you must close them explicitly. You may also consider a connection pool. You may find references in the tomcat user mail archives and in java.sun.com. Julio - Original Message - From: rahul pawar <[EMAIL PROTECTED]>

RE: separate tomcat instance??

2000-12-16 Thread Simon Freytag
> > I would like to give servlet and jsp support for > Apache Virtual Hosts. > > Tomcat 3.2 does support virtual hosts but by running > separate instances of tomcat and multiple JVM's. Is it > possible to configure tomcat to support virtual hosts > to run under a single JVM just like Jserv does

RE: how the servlets put under subdirectory of web-inf/classes

2000-12-16 Thread Simon Freytag
> I put my servlets under myapp/web-inf/classes directory. They works fine. > But if I put the servlets under subdirectory("subclasses") of classes, > I try different URL: > localhost:8080/myapp/servlet/myservlet > or > localhost:8080/myapp/servlet/subclasses/myservlet try localhost:8080/myapp

Re: How to set apache so it starts from index.jsp?

2000-12-16 Thread Wojciech Wasowicz
Wojciech Wasowicz wrote: > Question like in Subject. > I've tried to replace index.html with index.jsp _at_the_end_ of > httpd.conf and it doesn't work. > (I use mod_jk to connect to tomcat) > Has someone any clues? > > TIA > Wojtek I mean - in the root directory of apache. WW

How to set apache so it starts from index.jsp?

2000-12-16 Thread Wojciech Wasowicz
Question like in Subject. I've tried to replace index.html with index.jsp _at_the_end_ of httpd.conf and it doesn't work. (I use mod_jk to connect to tomcat) Has someone any clues? TIA Wojtek

Classloader issue - additional info

2000-12-16 Thread Juergen Baumann
I use Tomcat 3.2 under Windows2000 Pro. - Original Message - From: Juergen Baumann To: [EMAIL PROTECTED] Sent: Friday, December 15, 2000 12:36 PM Subject: Classloader issue I try to load files in an InputStream (using ClassLoader) in the init() method of a Servlet that is loaded o

Classloader issue

2000-12-16 Thread Juergen Baumann
I try to load files in an InputStream (using ClassLoader) in the init() method of a Servlet that is loaded on startup. The files reside in a .jar file that contains all the classes as well. Using ClassLoader works fine in a stand-alone application, however, as soon as I try to make it work t