Re: Tomcat 4.0 b1

2001-03-07 Thread Peter Alfors
what is the error that you are receiving? Or is it a 404 error? [EMAIL PROTECTED] wrote: Please help me someone, I try to run TOmcat 4.0b1 on a Win NT machine. But after startup and reaching the Tomcat index page I'm not able to reach the jsp and/or servlets. If anybody ha sexperiance

Re: tomcat on win2k

2001-02-07 Thread Peter Alfors
. :) Thanks for the info, Pete CPC Livelink Admin wrote: IE is pretty stupid that way. It does it to me and I am online all the time. The trick is to put the http:// in there explicitly, then it won't convert to local:8080 -Original Message- From: Peter Alfors [mailto:[EMAIL PROTECTED

Re: Parse Error in the tag library

2001-02-07 Thread Peter Alfors
This is how we set up our own taglibs. on the JSP pages, we include this line: %@ taglib uri="my-taglib" prefix="mytags" % In the web.xml file we include this: taglib taglib-urimy-taglib/taglib-uri taglib-location/WEB-INF/tlds/mytaglib.tld/taglib-location /taglib HTH,

Re: tomcat on win2k

2001-02-07 Thread Peter Alfors
80 -Original Message- From: Peter Alfors [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 5:10 PM To: [EMAIL PROTECTED] Subject: Re: tomcat on win2k I have the Tomcat 4.0 Dev nightly build (? - i'd have to check which one) running on Windows 2000. I didn't come

Re: tomcat on win2k

2001-02-07 Thread Peter Alfors
this was the way in nt4) michael -Original Message- From: Peter Alfors [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 4:28 PM To: [EMAIL PROTECTED] Subject: Re: tomcat on win2k I thought that I tried that. I was not online however. Therefore, when I prefix my

Re: Servlet source code??

2001-02-07 Thread Peter Alfors
look in the work directory within tomcat. You will find the java files for all the pages that you have visited. Johnathan Smith wrote: I am using tomcat 3.2.1 and someone told me that I could see the source code that my JSP makes?? can someone please tell me how to see the servlet source

Re: Session ids (netscape)

2001-02-07 Thread Peter Alfors
rder to safely use our product. Is this "NoCookies" attribute in Tomcat, somehow not effective in the Windows environment? Am I missing something? Pete Kurt Bernhard Pruenner wrote: Peter Alfors wrote: When I run this, the session id's are still the same for two separate instances of ne

Re: Session ids (netscape)

2001-02-07 Thread Peter Alfors
"Craig R. McClanahan" wrote: The safe solution (and the only solution if you cannot control whether the user uses cookies or not) is to program your app to deal with the "two windows / one session" problem. One approach to this would be to embed a hidden variable in each form that is

Session ids (netscape)

2001-02-06 Thread Peter Alfors
very annoying. -Original Message- From: Peter Alfors To: [EMAIL PROTECTED] Sent: 2/1/01 5:11 PM Subject: Re: session ids cont... I added the "noCookies" attribute and set it to "true". However, the two instances of Netscape 4.7 still show that they are using t

Re: tomcat on win2k

2001-02-06 Thread Peter Alfors
I have the Tomcat 4.0 Dev nightly build (? - i'd have to check which one) running on Windows 2000. I didn't come across any errors. The only thing I couldn't do was actually view the examples web app using IE (i believe 5.5). IE does not want to let me connect to 'localhost:8080' offline. It