List problems

2004-04-15 Thread John Trollinger
I just changed server hosts and now that I have my domain moved there I cant seem to get any emails from the tomcat-user list. I send a subscribe message and nothing comes back. I can send and receive mail from this account. Any suggestions? Thanks John

Problems compiling jsps

2004-04-13 Thread John Trollinger
My jsp pages compile fine until I add %@ taglib tagdir=/WEB-INF/tags prefix=tags % to our common header. Then I get the following error. The error happens when parsing the jsp page (as I get a 0 length .java file) What bothers me is that I am NOT using any tag files yet. All I did was add the

RE: Problems compiling jsps

2004-04-13 Thread John Trollinger
This issue seems to be fixed in the latest from CVS -Original Message- From: John Trollinger [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 8:25 AM To: [EMAIL PROTECTED] Subject: Problems compiling jsps My jsp pages compile fine until I add %@ taglib tagdir=/WEB-INF/tags

Using the request object and EL

2004-04-12 Thread John Trollinger
I have a jsp page that has the following code %@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c % %@ taglib tagdir=/WEB-INF/tags prefix=tag % html head title${param.title}/title /head body pThis shows the usage of a tag file/p request as EL:

RE: Using the request object and EL

2004-04-12 Thread John Trollinger
not directly john -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 9:44 AM To: Tomcat Users List Subject: Re: Using the request object and EL On Mon, Apr 12, 2004 at 07:14:19AM -0400, John Trollinger wrote: : : I have a jsp page that has the following code

RE: Using the request object and EL

2004-04-12 Thread John Trollinger
, 2004 at 10:03:09AM -0400, John Trollinger wrote: : But the ${pageContext.request.contextPath} prints fine its only the : ${request.contextPath} that does not display Fair cup -- I can't tell you what you've seen; I can only tell you what (I thought) shouldn't work ;) You're using one of the new JSP

RE: My own caching implementation...

2004-04-08 Thread John Trollinger
Jasper 2 already caches jsp pages. Have you realy noticed a performance increase? -Original Message- From: Seth Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 11:35 AM To: Tomcat Users List Subject: Re: My own caching implementation... Yeah, that'd be my first

RE: Bug 16113 remainder - 404 when removing/hitting/replacing a JSP page

2004-03-04 Thread John Trollinger
Remy, I know you might not see this use case for not precompiling the webapp, but that does not mean those use cases don’t exist. For some of us a precompile is not an option (like when dynamically generating jsp pages for a running app.) -Original Message- From: Remy Maucherat

RE: Servlet deployment problems (Apache 2.0.44 / Jakarta-Tomcat 4.1.18)

2003-02-24 Thread John Trollinger
Are you using jdk 1.4, in 1.4 you can no longer have non packaged classes.. Also you might need to setup the default servlet as it is disabled by default for security reasons. If you do not want to enable the default servlet you could also create a servlet mapping. John -Original

RE: redirectPort results in HTTP Status 500

2003-02-21 Thread John Trollinger
CONFIDENTIAL will only allow it to be transported via https. -Original Message- From: Bryan Field-Elliot [mailto:bryan_lists@xxx] Sent: Friday, February 21, 2003 1:02 PM To: Tomcat Users List Subject: redirectPort results in HTTP Status 500 I am (for the first time)

Form based security and Remember Me

2003-02-20 Thread John Trollinger
I seached the archive and only saw one message pertaining to this. Is anyone doing this at all? And if so how? Thanks, John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Form based security and Remember Me

2003-02-20 Thread John Trollinger
But does this work with Form based authenticaiton and realms... How do you let the realm know that the user remembered so the login can be bypassed? John -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 3:23 PM To: Tomcat Users List

RE: JVM Question

2003-02-14 Thread John Trollinger
I have, it seemed to work well, but I did not do any performance tests. -Original Message- From: Anecito, Anthony (HQP) [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 1:46 PM To: [EMAIL PROTECTED] Subject: JVM Question Hi All, Has anyone tried BEA JRockit with

RE: log listener

2003-02-13 Thread John Trollinger
You could crate a custom logger extending the tomcat loggers that would handle this for you. John -Original Message- From: Vano Beridze [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 3:15 PM To: Tomcat Users List Subject: log listener Hello I'have the

RE: AW: modified jsp-files and jasper2

2003-02-13 Thread John Trollinger
The web.xml file has settings for reloading jsp pages you might have to change the settings you have there. Also your browser might be caching the pages so you can also turn off browser caching. For jasper settings see the docs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html

RE: Compile my .java directly in the Webapps directory....

2003-02-10 Thread John Trollinger
Actually, Tomcat does create .java files for you and in the web.xml (jasper settings) you can tell it where to put the .java and .class files it creates. John -Original Message- From: fred [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 2:52 PM To: Tomcat Users List

RE: Bug? in Tomcat 4.1.18 with TagLib

2003-02-06 Thread John Trollinger
This is because of tag pooling. Please see http://issues.apache.org/bugzilla/show_bug.cgi?id=13392 or http://issues.apache.org/bugzilla/show_bug.cgi?id=16001 or http://issues.apache.org/bugzilla/show_bug.cgi?id=10220 And there are lots more. John -Original Message- From: Etienne

RE: Bug? in Tomcat 4.1.18 with TagLib

2003-02-06 Thread John Trollinger
are wrong with theses TagLib specs? The manning tag lib will never work on the 4.1.18 environment. E.L. -Original Message- From: John Trollinger [mailto:[EMAIL PROTECTED]] Sent: February 6, 2003 8:40 AM To: 'Tomcat Users List' Subject: RE: Bug? in Tomcat 4.1.18

RE: JSP Compilation Error

2003-01-29 Thread John Trollinger
Make sure you have the JDK and not the JRE, if you have the JRE you need the tools.jar from the JDK, if you have the JDK and still get the problem make sure tomcats classpath can see tools.jar. John -Original Message- From: Marcelino Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: JSP Compilation Error

2003-01-29 Thread John Trollinger
compilation classes. Thank you! MC --- - Original Message - From: John Trollinger [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 11:20 AM Subject: RE: JSP Compilation Error Make sure you have the JDK and not the JRE, if you have

Having problems with endorsed directories working in Tomcat 4.1.18

2003-01-27 Thread John Trollinger
I have changed the parser in the endorsed directory but tomcat does not seem to see the changes. When I compile using ant (and the endorsed directory in jre/lib/endorsed) all works as expected. Any help? Thanks, John -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Problems with jasper where fork = true

2003-01-21 Thread John Trollinger
Anyone else get this when using fork=true with the 4.1.19 build of tomcat. It looks as if the classpath is too long so the compile fails. Thanks, John 2003-01-21 14:57:28 Exception: Error running javac.exe compiler at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeEx

RE: TOMCAT - MEMORY PROBLEM

2003-01-14 Thread John Trollinger
If your jsp pages are uncompiled I have found a bug with the jasper-compiler stuff, but it should be fixed in 4.1.19 -Original Message- From: Joao Filipe Placido [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 9:36 AM To: 'Laxmikanth M.S.'; '[EMAIL PROTECTED]' Subject:

Help with jsp:includes

2002-12-02 Thread John Trollinger
I have pages that have the posibility of having 1000+ jsp:include statements in them. These pages take long times to load because of all the requests going to the server. Is there a way I can call the classes directly instead of going through a request to the server? Thanks, John -- To

RE: No .jsp compiles

2002-11-14 Thread John Trollinger
Make sure you have the tools.jar in your classpath -Original Message- From: Glen Eustace [mailto:geustace;godzone.net.nz] Sent: Wednesday, November 13, 2002 11:57 PM To: [EMAIL PROTECTED] Subject: No .jsp compiles I seem to have something fundamentally wrong with my

RE: error while deploying web application

2002-11-14 Thread John Trollinger
You cant put servelet.jar in your web-app dir.. It has to be in common/lib -Original Message- From: Abhijat Thakur [mailto:athakur;bdnacorp.com] Sent: Thursday, November 14, 2002 1:39 PM To: Tomcat Users List Subject: error while deploying web application I am trying to

RE: No .jsp compiles

2002-11-14 Thread John Trollinger
get it from and where should it be stored ? On Fri, 2002-11-15 at 02:43, John Trollinger wrote: Make sure you have the tools.jar in your classpath -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- =-=-=-=-= Glen and Rosanne Eustace, GodZone Internet Services

RE: New Tomcat Linux User - Unable to compile class for JSP

2002-11-14 Thread John Trollinger
It looks like jasper can not find javac, you need to install the j2sdk not the runtime for jsp to work. -Original Message- From: Wood, Mike [mailto:mwood;api.com] Sent: Thursday, November 14, 2002 3:15 PM To: [EMAIL PROTECTED] Subject: New Tomcat Linux User - Unable to compile class

RE: setting up a servlet.

2002-11-01 Thread John Trollinger
It would help if you were to provide a little more info.. -Original Message- From: [EMAIL PROTECTED] [mailto:p.mulder;philips.com] Sent: Friday, November 01, 2002 10:15 AM To: [EMAIL PROTECTED] Subject: setting up a servlet. Hello Reader, Currently I am maintaining a server

RE: setting up a servlet. 2nd try

2002-11-01 Thread John Trollinger
Start here http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/deployment.html -Original Message- From: [EMAIL PROTECTED] [mailto:p.mulder;philips.com] Sent: Friday, November 01, 2002 10:34 AM To: Tomcat Users List Subject: setting up a servlet. 2nd try I have installed

RE: compile error?

2002-10-30 Thread John Trollinger
If you want to see the date you must do % java.util.Date() date = new java.util.Date(); % %= date % -Original Message- From: Tumy, Brad [mailto:TumyB;Pragmatics.com] Sent: Wednesday, October 30, 2002 12:37 PM To: 'Tomcat Users List' Subject: compile error? I just installed

RE: jspc pre-compiled pages distributed with .war file?

2002-10-25 Thread John Trollinger
The jspc command does not put real package names on the jsp.class files. What happens is each jsp page gets its own classloader so if you have 2 index.jsp files they will still run. To do what you want to do you have to have each jsp generated .java file have a real package name so that when you

RE: jspc pre-compiled pages distributed with .war file?

2002-10-25 Thread John Trollinger
, John Trollinger wrote: The jspc command does not put real package names on the jsp.class files. What happens is each jsp page gets its own classloader so if you have 2 index.jsp files they will still run. To do what you want to do you have to have each jsp generated .java file

RE: JSP's and J2SDK1.4 assert statement

2002-10-25 Thread John Trollinger
Which implies you're putting code in scriptlets, right? Sheesh ... Java code to implement business logic belongs in Java classes, not intermixed with your presentation markup in a JSP page. If only more people would listen to this! -- To unsubscribe, e-mail:

RE: how to give all users access to start and stop tomcat service in Win XP

2002-10-23 Thread John Trollinger
You can set up the service in the services window to use a user account with the service that will allow it to be run as say admin for any user. -Original Message- From: news [mailto:news;interresearch.dk] Sent: Wednesday, October 23, 2002 7:28 AM To: [EMAIL PROTECTED] Subject:

Tomcat 4.x nightly builds

2002-10-22 Thread John Trollinger
Anyone know where the 4.x nightly builds are. I followed the links on the website but the directories are empty. Thanks, John -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: SV: com.oreilly.servlet - upload example not working?

2002-10-11 Thread John Trollinger
- From: John Trollinger [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 2:54 PM To: 'Tomcat Users List' Subject: RE: SV: com.oreilly.servlet - upload example not working? If you are using the latest tomcat 4.1.12 I believe the invoker servelt is disabled by default so you

RE: SV: com.oreilly.servlet - upload example not working?

2002-10-11 Thread John Trollinger
/Upload) is not available. I have this structure: /webapps/upload/WEB-INF/classes/Upload.class I don't understand why it can't find that one? Greetings Joergen Ramskov -Oprindelig meddelelse- Fra: John Trollinger [mailto:[EMAIL PROTECTED]] Sendt: 11. oktober 2002 13:33

RE: SV: com.oreilly.servlet - upload example not working?

2002-10-11 Thread John Trollinger
Your servlets need to be in a package when using jdk1.4 (ie demo.DemoParserUploadServlet) -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 5:17 AM To: Tomcat Users List Subject: Re: SV: com.oreilly.servlet - upload example not

RE: Jasper and java source package problem

2002-10-09 Thread John Trollinger
That is the correct behavior. When you goto a JSP page through the browser it will do the same thing. The spec leaves the package naming to the implementation -Original Message- From: Khamsouk Souvanlasy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 9:34 PM To: Tomcat

RE: Jasper and java source package problem

2002-10-09 Thread John Trollinger
this is not correct behaviour? Or at the least this should not be allowed. But it does happen. Regards, kam On 10/9/02 20:09, John Trollinger [EMAIL PROTECTED] wrote: That is the correct behavior. When you goto a JSP page through the browser it will do the same thing. The spec leaves

RE: Error Compiling JSP under 4.1.12

2002-10-03 Thread John Trollinger
This is a JDK1.4 thing. In jdk1.4 you are not allowed to have unpackaged classes.. -Original Message- From: John M. Hollingsworth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 6:44 PM To: Tomcat Users List Subject: Re: Error Compiling JSP under 4.1.12 I ran

RE: Starting problems

2002-09-27 Thread John Trollinger
You might also want to check the logs for the error message or run catalina run and then the console window will stay so you can see the error -Original Message- From: Brad Plies [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 4:21 PM To: Tomcat Users List Subject:

RE: Tomcat 4.1.12 memory leak, resources leak, what to do ?

2002-09-27 Thread John Trollinger
Asking for help at bugzilla did have an effect. The dev team told you they have read these posts and do not feel it is a bug. If you realy think it is a bug d/l the source and find it and submit a patch. -Original Message- From: Ing. Damiano Bolla [mailto:[EMAIL PROTECTED]] Sent:

RE: jakarta tomcat jasper

2002-09-26 Thread John Trollinger
You can get it from cvs or you can change where it looks for it in your build.xml to look for tomcat src dir/jasper/ if you downloaded the full src to tomcat. -Original Message- From: Marc Vila Pérez [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 10:13 AM To: Tomcat

RE: Starting TOMCAT without opening new DOS promt

2002-09-25 Thread John Trollinger
tomcat install dir/bin/catalina run -Original Message- From: RAJESH KANNAN [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 10:31 AM To: [EMAIL PROTECTED] Subject: Starting TOMCAT without opening new DOS promt Hi all, We would like to start the TOMCAT server

RE: tomcat 4.1.12

2002-09-24 Thread John Trollinger
Map the servlet to a know name using servlet-mapping servlet-namesmimc/servlet-name url-pattern/webapp/smimc/url-pattern /servlet-mapping -Original Message- From: William Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 1:07 PM To: Tomcat Users List

Ideas on solving a jsp include problem

2002-06-26 Thread John Trollinger
I have about 100 jsp pages that represent pieces of a page, and a jsp page that is dynamically build that can include all these pages and include them multiple times (currently our biggest has about 1000 includes) right now we have a hacked version of tomcat that allows us to call the service