Re: RE: how do I create a WAR file?

2001-04-16 Thread Derek Harding
yes exactly thanks. What is the difference using the java tool instead of the Ant tool? [EMAIL PROTECTED] writes: >1. open a prompt or shell. >2. go to the root of your web-app. >3. run: >jar cf .war * > >is this what you are asking about, or are you asking about creating the >web-app directory

cvs commit: jakarta-tomcat-4.0/tester/web/golden Golden01.txt

2001-04-16 Thread craigmcc
craigmcc01/04/16 21:22:26 Modified:tester/src/bin tester.xml tester/src/tester/org/apache/tester TestClient.java tester/web/WEB-INF web.xml Added: tester/src/tester/org/apache/tester Golden01.java tester/web/golden Golden01.txt Log:

cvs commit: jakarta-tomcat-4.0/tester/web/golden - New directory

2001-04-16 Thread craigmcc
craigmcc01/04/16 20:45:21 jakarta-tomcat-4.0/tester/web/golden - New directory

Re: Where are the source for TC 4.0B3 ?

2001-04-16 Thread Yoshiyuki Karezaki
In article , GOMEZ Henri wrote: | Still nothing at : | | http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b3/src/ Still noting now. Why ? --- Yoshiyuki Karezaki [EMAIL PROTECTED]

RE: how do I create a WAR file?

2001-04-16 Thread Julien, Timothy
1. open a prompt or shell. 2. go to the root of your web-app. 3. run: jar cf .war * is this what you are asking about, or are you asking about creating the web-app directory structure as well? Tim Julien HP Middleware -Original Message- From: Derek Harding [mailto:[EMAIL PROTECTED]] Sen

how do I create a WAR file?

2001-04-16 Thread Derek Harding
Are there any examples of how to create a WAR file?

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util HexUtils.java

2001-04-16 Thread remm
remm01/04/16 17:33:47 Modified:catalina/src/share/org/apache/catalina/util HexUtils.java Log: - Change package name. Patch submitted by Donald Ball. Revision ChangesPath 1.2 +4 -4 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/HexUtils

[catalina] small patch for HexUtils

2001-04-16 Thread Donald Ball
i managed to make tomcat barf an exception when trying to use the JDBCRealm class. turns out that i needed to patch org.apache.catalina.util.HexUtils: [balld@localhost util]$ cvs diff HexUtils.java Index: HexUtils.java === RCS file:

Re: ULI Rewriting with SSL fix-Date ?

2001-04-16 Thread Wolle
Thank you, Michael Marc Saegesser wrote: > I finished this today (4/16/01). There are a couple other loose ends that > need to be resolved before I release 3.2.2. If you can build and run from > source then please try the lastest code from CVS and make sure it addresses > your need. > > >

How to compile Jsp with debugging Info in Tomcat 4.0

2001-04-16 Thread Hui Ye
Title: How to compile Jsp with debugging Info in Tomcat 4.0  Hi, all,    I would like to debug the class file generated by Tomcat 4.0 B3.  However, the class file generated with default configuration doesn't  have debug information in it. I am wondering if somebody could tell me  how to

small bug in catalina docs

2001-04-16 Thread Donald Ball
in /catalina/docs/JDBCRealm-howto.html, the documentation states: Using digested passwords To use digested password you need to store them digested. To achieve this, you will need to use the same digest strategies that JDBCrealm uses to store the passwords, inside JDBCRealm there is a static met

Re: JDBCStore package for Tomcat 4.x

2001-04-16 Thread Bip Thelin
"Craig R. McClanahan" wrote: > > [...] > > One of my original thoughts was along this line ... a Store should be > responsible for expiring its own swapped-out sessions. In practice, you > would have a background thread inside JDBCStore doing this for you. The > Store would also double check th

Re: JDBCStore package for Tomcat 4.x

2001-04-16 Thread Kief Morris
Bip Thelin typed the following on 12:53 PM 4/16/2001 -0700 >the processexpires() in PersistentManagerBase is looking for current >sessions then swaping them >in and checking if they're valid, if so continue else invalidate. Hmm, it shouldn't be doing this, it should only be checking the sessions

Re: JDBCStore package for Tomcat 4.x

2001-04-16 Thread Craig R. McClanahan
On Mon, 16 Apr 2001, Bip Thelin wrote: > Kief Morris wrote: > > > > [...] > > > > I think this is a good way to go about it: it looks like the table name can be >configured > > in the server.xml file. Probably the column names should also maintained as >JDBCStore > > properties for configura

Re: JDBCStore package for Tomcat 4.x

2001-04-16 Thread Bip Thelin
Kief Morris wrote: > > [...] > > I think this is a good way to go about it: it looks like the table name can be >configured > in the server.xml file. Probably the column names should also maintained as JDBCStore > properties for configurability. Yes, that's why I wrote the last email to get som

Configuration guide tomcat

2001-04-16 Thread Salvatore Serra
Title: Configuration guide tomcat It is possible to have a configuration guide, more simple, of tomcat (cpu,user,nr pc)? thanks

RE: ULI Rewriting with SSL fix-Date ?

2001-04-16 Thread Marc Saegesser
I finished this today (4/16/01). There are a couple other loose ends that need to be resolved before I release 3.2.2. If you can build and run from source then please try the lastest code from CVS and make sure it addresses your need. > -Original Message- > From: Wolle [mailto:[EMAIL PR

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/facade HttpServletResponseFacade.java

2001-04-16 Thread marcsaeg
marcsaeg01/04/16 09:02:13 Modified:src/share/org/apache/tomcat/facade Tag: tomcat_32 HttpServletResponseFacade.java Log: Completes the fix for Bugzilla 578. In addtion to needing the protocol handler for HTTPS, the URL encoder also needs to properly determi

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionIdGenerator.java

2001-04-16 Thread Bojan Smojver
Doug Barnes wrote: > You only have so much entropy that's available on a given machine at a > given time. From the same manpage, you can see that if you have access > to more entropy than /dev/random knows about normally, you can write it > back to /dev/random (they give an example) but at the en