RE: difference between xsp-session and session

2002-08-29 Thread Geert Poels
>> xmlns:xsp-session="http://apache.org/xsp/session/2.0"; >There is no difference as long as the namespace URI is the same. The >namespace prefix is just a short name for the namespace URI. That's what I assumed at first, but as one example showed otherwise. ** How about the necessity of create-s

difference between xsp-session and session

2002-08-29 Thread Geert Poels
Hi, I was browsing Cocoon documentation and wondered what the difference in use and definition was between using xmlns:session="http://apache.org/xsp/session/2.0"; and xmlns:xsp-session="http://apache.org/xsp/session/2.0"; and also referencing it in code as or Examples are shown at http://

Errors with session tracking

2002-08-28 Thread Geert Poels
hi, I'm getting compilation errors when I try to access a session-value by using String language = (String); My xsp is defined as : http://apache.org/xsp"; xmlns:template="http://thales-is.com/cocoon/template/1.0"; xmlns:session="http://apache.org/xsp/session/2.0"; xmlns

java.net.BindException: Address already in use: JVM_Bind

2002-08-27 Thread Geert Poels
Title: java.net.BindException: Address already in use: JVM_Bind hi, I've installed Cocoon2 (JDK1.4 version) inside Tomcat 4.0.4 (JDK 1.4 version). Dropping the .war in the webapps folder and everything works fine. Next, I came across a tutorial on IBM's website suggesting to create a co