Page Loading occurring causing double POST messages

2002-03-27 Thread Pavel Brun
Hello all, I have finally debugged enough to find out that my tags are being executed twice (on a number of pages) because the page seems to be loaded twice. Does anyone know why a page would be loaded twice? I thought that a document.form.submit() would cause a signal post to the same page.

JSP TagLib Help...pleease

2002-03-26 Thread Pavel Brun
Hello all, Are there any people on this list who are experienced with custom taglib, especially, its lifecyle? Is there a website that might help me understand taglib's or is there some kind of a taglib forum? Please let me know. I am encountering problems. Thanks Paul

RE: JSP TagLib Help...pleease

2002-03-26 Thread Pavel Brun
PROTECTED]] Sent: Tuesday, March 26, 2002 11:21 AM To: Tomcat Users List Subject: Re: JSP TagLib Help...pleease Hey Paul, I am sending you one link ,I hope this will help you. http://java.sun.com/webservices/docs/ea1/tutorial/doc/JSPTags.html Regards Vijay Pavel Brun wrote: Hello all

RE: Tomcat 4.0.3 Custom Tag Limitation???

2002-03-25 Thread Pavel Brun
is a JVM issue. If you are hitting this limit, it may be time to try splitting up the JSP page into multiple JSP pages. Cheers, Larry -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 2:00 PM To: Tomcat User Subject: Tomcat 4.0.3 Custom Tag

RE: JSP Taglib Explanation please

2002-02-25 Thread Pavel Brun
, SKIP_PAGE, etc) to indicate what should be processed next. It is possible that your taglib's doEndTag() method is returning a value that would make it evaluate again. --- Pavel Brun [EMAIL PROTECTED] wrote: can anybody verify if JSP taglib code goes through twice? Anybody...all I need

RE: JSP Taglib Explanation please

2002-02-25 Thread Pavel Brun
:29 PM To: Tomcat Users List Subject: RE: JSP Taglib Explanation please On Mon, 25 Feb 2002, Pavel Brun wrote: Date: Mon, 25 Feb 2002 19:41:06 -0500 From: Pavel Brun [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: JSP

JSP Taglib Explanation please

2002-02-24 Thread Pavel Brun
Hello everyone, Is there anyone here that helped develop the JSP Tag concept that could explain why JSP taglib bodies go through their bodies twice (going through doStartTag, doAfterBody and doEndTag twice)? This would be extremely helpful for me so I can understand how to proceed with certain

RE: JSP Taglib Explanation please

2002-02-24 Thread Pavel Brun
24, 2002 10:31 AM To: Tomcat Users List Subject: RE: JSP Taglib Explanation please Pavel I have tons of taglibs on my app and it does not go through it twice. it actually runs the code twice? -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 9

RE: JSP Tag Libraries

2002-02-21 Thread Pavel Brun
. Then I upgraded to 1.2 beta, and also moved tomcat. When I ran tomcat again, it re-compiled everything and the double logging disappeared. I'm not sure whether to blame it on the upgrade or the re-compile, or both. Joel Rees - Original Message - From: Pavel Brun [EMAIL PROTECTED

RE: JSP Tag Libraries

2002-02-21 Thread Pavel Brun
-archive.com/tomcat-user@jakarta.apache.org/msg45182.html Charlie -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 7:27 AM To: Tomcat Users List Subject: RE: JSP Tag Libraries Interesting...however, from what I can see..I don't see two

RE: JSP Tag Libraries

2002-02-21 Thread Pavel Brun
Users List Cc: [EMAIL PROTECTED] Subject: Re: JSP Tag Libraries - Original Message - Pavel Brun wrote ThanksI am afraid that this didn't work for me. It seems like all my tag bodies are called twice. Are you getting duplicates elsewhere (other than tags)? This probably has nothing

JSP Tag Libraries

2002-02-20 Thread Pavel Brun
I had to sign off for a couple of days since I didn't want to overload my Account provider, however, I was wondering if anybody has any possible explanation for tags being executed two times in a row. It seems like my JSP page (or something internal to the Servlet mechanism) is calling my JSP

RE: JSP Tag Life Cycle

2002-02-14 Thread Pavel Brun
yes...sorry...that is what I was referring too. The JSL TagLib lifecycle diagrams. If anybody has any ideas, I like to hear them. Thanks Paul -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 1:30 AM To: Tomcat Users List Subject:

RE: JSP Tag Life Cycle

2002-02-14 Thread Pavel Brun
is evaluated again. Any thoughts would be greatly appreciated. thanks Paul -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 6:29 AM To: Tomcat Users List Subject: RE: JSP Tag Life Cycle yes...sorry...that is what I was referring too. The JSL

JSP Tag Life Cycle

2002-02-13 Thread Pavel Brun
Hello all, I was just looking at the JSP Tag Life Cylcle diagram and had the following question. The doEndTag flows into a decision block that states use t yet another time. In what case is the tag re-evaluated (i.e., the decision block returning yes)? I have a tag that is somehow being invoked

RE: JSP Tag Life Cycle

2002-02-13 Thread Pavel Brun
]] Sent: Wednesday, February 13, 2002 4:59 PM To: Tomcat Users List Subject: Re: JSP Tag Life Cycle On Wed, 13 Feb 2002, Pavel Brun wrote: Date: Wed, 13 Feb 2002 16:53:29 -0500 From: Pavel Brun [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat User [EMAIL PROTECTED

RE: Session Management between IIS and Tomcat

2002-02-11 Thread Pavel Brun
. waiting for a reply tarun - Original Message - From: Anton Brazhnyk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 11, 2002 2:34 PM Subject: RE: Session Management between IIS and Tomcat Hi, -Original Message- From: Pavel Brun [mailto:[EMAIL

RE: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-09 Thread Pavel Brun
I will try again to offer my two cents in. I hope it helps this time. I have attached a ZIP of all my files and a snap-shot of my registry. The wrapper.properties in the JK folder is not as important now since you installed Tomcat as an NT service. This file would be important ifyou

RE: Another Tomcat4 IIS Install

2002-02-09 Thread Pavel Brun
There is no need to have an examples directory pointing to e:\tomcat4\webapps\examples All you need is the virtual jakarta directory that points to the folder containing isapi_direct.dll and have an up-to-date uriworkermap.properties file that is referenced from your registry. If you require

Session Management between IIS and Tomcat

2002-02-09 Thread Pavel Brun
I have already posted this question a while ago, but I was wondering if anybody knows of a mechanism for sharing an IIS session with Tomcat and vice versa? I would greatly appreciate any information anyone can give me. Even if there is no solution, I would appreciate someone telling me that it is

RE: Tomcat doesn't work with IIS (repost)

2002-02-07 Thread Pavel Brun
Hi Scott, I just noticed something...the registry entries shouldn't have the \\ between directory names. Best bet is to replace \\ for \ between the directory names manually instead of re-merging because re-merging the registry file won't change anything if the key names are defined. Hope this

RE: Session Binding with IIS (Is it Possible?)

2002-02-05 Thread Pavel Brun
I am assuming from the lack of response that session binding between IIS and Tomcat is not possible? This is in reference to having Tomcat keep the IIS session active when Tomcat is processing its Web Application. Thanks Paul -Original Message- From: Pavel Brun [mailto:[EMAIL

Session Binding with IIS (is it possible??)))

2002-02-04 Thread Pavel Brun
I am not sure if this is possible, but what possibilities are out there to bind the IIS session with Tomcat's Session Management and vice versa? Thanks Paul -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-04 Thread Pavel Brun
check the classes directory to make sure none of them have been modified. Obviosuly it will check my JSPs but apparently not so when I have to change a class. Currently I have to reload the applciation. Any thoughts? Thanks for the help. -Original Message- From: Pavel Brun

Session Binding with IIS (Is it Possible?)

2002-02-04 Thread Pavel Brun
I am not sure if this is possible, but what possibilities are out there to bind the IIS session with Tomcat's Session Management and vice versa? Thanks Paul -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: JRE or JDK

2002-02-04 Thread Pavel Brun
you need the JDK for JSP page compilation. JRE (Java Runtime) is only good for running Java Applications. The JDK is used to compile the JSP pages into servlets. Paul -Original Message- From: Ken Sanderson [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 6:45 PM To: [EMAIL

RE: can't get tomat working with IIS (complete email...earlier one was incomplete)

2002-02-03 Thread Pavel Brun
', but it is in the standard place under webapps. Are there any permissions that need to be set with the /examples directory ? - Original Message - From: Pavel Brun [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, February 03, 2002 5:30 PM Subject: RE: can't get tomat working with IIS

RE: RE: Catalina Beans - Class Path Problem

2002-02-03 Thread Pavel Brun
I am not sure if you are running this in Windows but if you go to something equivalent to starting this at the command line, type startup debug in the %CATALINA_HOME%\bin directory and see if your classes or jars are loaded? Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: can't get tomat working with IIS

2002-02-03 Thread Pavel Brun
Just to confirm, when you right click on the iis_redirect.reg file, you should see the option to merge. When you do that, you should see six entries in: HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0 If those entries are not there, then, you wouldn't be able

RE: Catalina Beans - Class Path Problem

2002-02-02 Thread Pavel Brun
Please see my comments below: All your classes and/or beans should go into: ./webapps/gateway/WEB-INF/classes, or ./webapps/gateway/WEB-INF/lib This should help you out. :-) Paul -Original Message- From: Jon Shoberg [mailto:[EMAIL PROTECTED]]

RE: can't get tomat working with IIS

2002-02-02 Thread Pavel Brun
Did you add the appropriate directories to uriworkermap.properties? Also, did you uncomment the reference to the ajp13 connector in server.xml? I am also running Windows 2K IIS and Tomcat and they both work well. Thanks PAul -Original Message- From: Scott Adamson [mailto:[EMAIL

RE: can't get tomat working with IIS

2002-02-02 Thread Pavel Brun
: Re: can't get tomat working with IIS What is required in uriworkermap.properties ? No, I haven't modified this file. I can't find any reference to 'ajp13' in server.xml, what is meant to be there ? - Original Message - From: Pavel Brun [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

RE: can't get tomat working with IIS (complete email...earlier one was incomplete)

2002-02-02 Thread Pavel Brun
in uriworkermap.properties ? No, I haven't modified this file. I can't find any reference to 'ajp13' in server.xml, what is meant to be there ? - Original Message - From: Pavel Brun [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, February 03, 2002 5:15 PM Subject: RE: can't get

RE: JasperLoader Exception

2002-01-31 Thread Pavel Brun
sureI will set up a test caseI will have something up by about noon time or so...and I will post a download of the java source code, JSP file within a ZIP File as well Thanks Paul -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

RE: JasperLoader Exception

2002-01-31 Thread Pavel Brun
-Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 8:12 AM To: Tomcat Users List Subject: RE: JasperLoader Exception sureI will set up a test caseI will have something up by about noon time or so...and I will post a download of the java source

RE: JasperLoader Exception

2002-01-31 Thread Pavel Brun
- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 12:13 PM To: Tomcat Users List Subject: RE: JasperLoader Exception Wellthere is only one problem thissince I am creating a Singleton object...it exists for all of time. As a resultnobody will see it after

RE: JasperLoader Exception

2002-01-30 Thread Pavel Brun
anybody know of any latency issues with regards to LDAP queries and trying to access an object that does this?? Thanks Paul -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 27, 2002 9:48 PM To: Tomcat Users List Subject: RE: JasperLoader Exception

RE: JasperLoader Exception

2002-01-30 Thread Pavel Brun
a similiar problem calling an RMI server from within Tomcat. It turned out that deep down inside some library code there was a call to System.setSecurityManager(...). Hope this helps. Richard -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 9

RE: JasperLoader Exception

2002-01-30 Thread Pavel Brun
Jan 2002, Pavel Brun wrote: Date: Wed, 30 Jan 2002 18:34:41 -0500 From: Pavel Brun [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: JasperLoader Exception thanks.was it within code related to Tomcat? Or your own code

RE: Tomcat shuts down logoff Windows 2000 Server

2002-01-30 Thread Pavel Brun
you may need to run the Tomcat 4.0.1 service as an actual NT service. If you start the application at a command line...then the application will shut down since it has been loaded within the context of tye logged in user. Paul -Original Message- From: Atok Koenig [mailto:[EMAIL

Question regarding loading Classpath for Tomcat

2002-01-29 Thread Pavel Brun
Hi all, I uderstand that Tomcat loads its own classpath based on the startup ClassLoader factory. However, is there any way to include other directories that are not located within the Tomcat hierarchy?? I am just curious to see if anybody has done this without diving into the Tomcat code.

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Pavel Brun
at: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#configuring_ classes Item #2 towards the end of this section mentions two System properties that can used to add entries to a couple of the classloaders. Cheers, Larry -Original Message- From: Pavel Brun [mailto

JasperLoader Exception

2002-01-27 Thread Pavel Brun
Hello all, I am new this this mailing list. I am developing software and am using Java Beans and Tags for this particular application. From time to time, when I first access a particular page, I get a Class Loader exception when loading a class: java.lang.NullPointerException at