Re: -security flag and (oracle) JDBC realms

2001-05-18 Thread Bip Thelin
On Fri, 18 May 2001, Kevin HaleBoyes wrote: > > And that did it. Next I have to figure out how to seed (for now) my users > table with MD5 passwords. Any help there would be welcome. JDBCRealm-howto.html goes through all the steps neeed, however. There was a refactoring made around TC4.2-3 and

Re: java.lang.LinkageError: Class javax/servlet/http/HttpSessionviol ates loader constraints

2001-05-18 Thread Bip Thelin
On Fri, 18 May 2001, Bruno Crapart wrote: > I have downloaded from > http://jakarta.apache.org/builds/jakarta-servletapi-4/nightly/ > jakarta-servletapi-4-20010517.zip and added classes in the appropriate > folder. > > Thanks a lot Bip... But now i have an other error that i have never seen > be

Re: Browser Closed

2001-05-17 Thread Bip Thelin
On Thu, 17 May 2001, Alin Simionoiu wrote: > Corect. > But this is true for existing session. > Want I'm trying to find is something like : isSessionValid(Session) If you look at the session interface you can see that there's a method that does this. session.isValid(). /** * Return the isValid

RE: Application with distributed resources

2001-05-17 Thread Bip Thelin
On Thu, 17 May 2001, Vijay Prabhakar wrote: > I'm really interested in this kind of stuff. I have been working on > this myself with Tomcat to do session failover and shared memory spaces. > I found a company that's doing some interesting work with shared memory > as well. Is this feature expec

Re: Creatying java file

2001-05-17 Thread Bip Thelin
On Thu, 17 May 2001, Bruno Crapart wrote: > > My problem is that this creator is doing a bad job under Tomcat4.0 ! Read my previous mail, I would think that there is no problem with your "creator". ..bip

RE: Tomcat 4/Apache combination

2001-05-17 Thread Bip Thelin
On Thu, 17 May 2001, Bruno Crapart wrote: > The same for me ! I am confident with Jakarta > But i encounter one problem below : > > A Servlet Exception Has Occurred > > org.apache.jasper.JasperException: Unable to compile class for > JSPC:\tomcat\bin\..\work\localhost\egc\carriersite\code_jsp.j

Re: Application with distributed resources

2001-05-17 Thread Bip Thelin
On Thu, 17 May 2001, Twylite wrote: > > [...] > > 1. Sessions are not shared between servers. Although I do not store any information >in sessions (at this stage, > at least), I need to transfer a user's identity and roles between servers. At the >moment a redirection to another > server mea

Re: Compiling TC4

2001-05-16 Thread Bip Thelin
On Wed, 16 May 2001 [EMAIL PROTECTED] wrote: > > Hi there, > > is there a separate mailing list for tc4? No, Not currently. > Where can I find any documentation on compiling tc4? I used the cvs version and >wasn't able to compile it. It seems to me, that I need other packages too and furth

Re: perplexing multiple servlet output question..

2001-05-16 Thread Bip Thelin
On Wed, 16 May 2001, John Clark L. Naldoza wrote: > > javax.servlet.RequestDispatcher > > public void include(ServletRequest request, ServletResponse response) > throws ServletException, IOException > > According to the DOCs this would be kinda like SSI's...;-) This is actually how we've solved

Re: Hot Deploy.

2001-05-15 Thread Bip Thelin
On Tue, 15 May 2001, Frans Verhoef wrote: > Why do you need to edit web.xml, whenever you add a servlet? > I do not think there is anything editable that will help in adding > servlets in the web.xml file. > > If you add a new servlet in an existing context, it should be > automatically being

Re: Hot Deploy.

2001-05-15 Thread Bip Thelin
On Tue, 15 May 2001, Allan Kamau wrote: > is there such a thing like Hot deployment of new > servlets and/or servlets. > this requires the editing of the context's web.xml, > can this be done without TC restart?. There is no HotDeploy, however you can set a to be reloadable which means that ser

Re: Using Digest method of JDBCRealm

2001-05-15 Thread Bip Thelin
On Tue, 15 May 2001, Oki DZ wrote: > [...] > > > I'm trying to use the static Digest method included in JDBCRealm in > > Tomcat 4b3 from the command line. When I execute the following > > I use Tomcat 4b4. > > > $ java -classpath catalina.jar org.apache.catalina.realm.JDBCRealm -a > > MD5 pass

Re: JDBC Realm is gone

2001-05-14 Thread Bip Thelin
On Mon, 14 May 2001, Oki DZ wrote: > > I already have the JDBC connection and the tables set up. I also looked > up in the bottom of the Tomcat Manager's web.xml. Problem is, the > auth-method attribute (?) declared as BASIC; what does that mean? In > Apache web server parlance, AFAIK, it means cl

Re: Question version 1.1

2001-05-12 Thread Bip Thelin
On Fri, 11 May 2001, Michael G. Anderson wrote: > And versions apparently as well.. > So what are the differences? > When is EJB slated for integration? Tomcat 3.x support JSP Api 1.1 and Servlet Api 2.2 Tomcat 4.x supports JSP Api 1.2 and Servlet Api 2.3 which are currently in open draft and no

Re: How to configure Tomcat to respond to arbitrary DNS name?

2001-05-12 Thread Bip Thelin
On Sat, 12 May 2001, Alex Greysukh wrote: > Could somebody help to find an explicit answer on the following: > > > How to configure Tomcat as a stand-alone server to respond not to only > http://localhost:8080/ but to any DNS name (http://www.foo.com:8080)? > Unfortunately all the examples in t

Re: JDBC Realm is gone

2001-05-12 Thread Bip Thelin
On Sat, 12 May 2001, Oki DZ wrote: > > Hi, > > I downloaded the b4 the other day. Now I can start Tomcat using a JDBC > Realm. Thanks for the World -class bug fix. > > [...] > > Question is, how can one restricted or allowed to enter a realm? I > started Tomcat with the above setting, but yet,

Re: Tomcat JVM crash

2001-05-11 Thread Bip Thelin
On Fri, 11 May 2001, Alin Simionoiu wrote: > > [...] > > Second, the question was : How Tomcat handle JVM crashes, that's all. > Filip send a very good answer : It doesn't..period. Ok, if the JVM dies tomcat dies, period. BUT In Tomcat 4 you have the possibility to use a configurable Store to sav

Re: Connection Pooling

2001-05-10 Thread Bip Thelin
On Thu, 10 May 2001, Mike Ash wrote: > Does Tomcat create a connection pool for databases or do I have to use > poolman or something like that? Tomcat are not supporting DB Connection pooling, but you can use pretty much anyone. There's one hosted under the Jakarta umbrella. Check under jakarta

Re: session.setMAxInactiveInterval()

2001-05-10 Thread Bip Thelin
On Fri, 11 May 2001, teh j wrote: > Hello there > > I was wondering if anybody could help me out with a > problem regarding sessions? I have a jsp app that is > protected by storing a user login in the session > object. The session object is checked to see that the > user is logged in everytime

Re: Tomcat and MySQL

2001-05-10 Thread Bip Thelin
On Thu, 10 May 2001, Jeff Kilbride wrote: > DbConnectionBroker available at www.javaexchange.com. > > I've also heard of Poolman, but have never used it myself. > > [...] > > > > Any recommendations for JDBC connection pool software? I'd seen > > Turbine mentioned in this context, but couldn'