RE: Asking again: index.jsp and virtual directories

2005-10-04 Thread David Thielen
That was it - thank you very much - dave David Thielen www.windwardreports.com 303-499-2544 -Original Message- From: andy gordon [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 10:27 AM To: Tomcat Users List Subject: Re: Asking again: index.jsp and virtual directories

RE: Please verify this is correct: Need multiple virtual directories for isapi_redirector

2005-09-27 Thread David Thielen
Asking again Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 9:10 AM To: 'Tomcat Users List' Subject: Please verify this is correct: Need multiple virtual directories

RE: Desperately need help: What is correct for workers.properties.minimal

2005-09-27 Thread David Thielen
Asking again - thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 9:09 AM To: 'Tomcat Users List' Subject: Desperately need help: What is correct

RE: Please verify this is correct: Need multiple virtual directories for isapi_redirector

2005-09-27 Thread David Thielen
, if this is the correct way to do it, I was going to post it in my blog as I am sure others run across this same problem. Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 27, 2005 8:57 AM

log files not rolling over.

2005-09-26 Thread David Thielen
. ??? - thanks - dave David Thielen 303-499-2544 www.windwardreports.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Desperately need help: What is correct for workers.properties.minimal

2005-09-22 Thread David Thielen
Hi; I'm running Tomcat 5.5 on Windows 2003/IIS 6.0 using isapi_redirect The isapi_redirect.exe installer creates a worker.properties.minimal of: worker.list=wlb,jkstatus worker.ajp13w.type=ajp13 worker.ajp13w.host=localhost worker.ajp13w.port=8009

Asking again: index.jsp and virtual directories

2005-09-22 Thread David Thielen
Hi; I am running on Windows 2003/IIS 6.0 tomcat. I have a single IP address for all of my websites (I have several) and then use the request header to determine which website to return. IIS does this very nicely. I want to have index.jsp in each of these websites. How can I set it up so that

Please verify this is correct: Need multiple virtual directories for isapi_redirector

2005-09-22 Thread David Thielen
Hi; I want to make sure this is correct: If you want to run Tomcat against multiple websites, not just the default website, this is what I have had to do. This is on Windows 2003/IIS 6.0. I removed isapi_redirector.dll from the default web site ISAPI Filters and put it in the parent Web Sites

RE: db-connectin is working fine, but is it pooling?

2005-09-22 Thread David Thielen
I think (not sure as I am not a Tomcat expert) that you can just get 2 connections without closing either - and see that you got 2. - dave -Original Message- From: Trond Hersløv [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 6:24 PM To: Tomcat Users List Subject: RE:

RE: need final / in url

2005-09-21 Thread David Thielen
That was it - thanks - dave -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 11:42 PM To: Tomcat Users List Subject: Re: need final / in url David Thielen wrote: The url www.windward.net/forums fails while www.windward.net/forums

need final / in url

2005-09-20 Thread David Thielen
Hi; The url www.windward.net/forums fails while www.windward.net/forums/ succeeds. My uriworkermap has: /forums/*=ajp13w I understand that isapi_redirect sees the first as a filename - but shouldn't it also look for it as a servlet? Thanks - dave

Asking again: Need multiple virtual directories for isapi_redirector

2005-09-20 Thread David Thielen
Hi; I want to make sure this is correct: If you want to run Tomcat against multiple websites, not just the default website, this is what I have had to do. This is on Windows 2003/IIS 6.0. I removed isapi_redirector.dll from the default web site ISAPI Filters and put it in the parent Web Sites

Asking again: index.jsp and virtual directories

2005-09-20 Thread David Thielen
Hi; I am running on Windows 2003/IIS 6.0 tomcat. I have a single IP address for all of my websites (I have several) and then use the request header to determine which website to return. IIS does this very nicely. I want to have index.jsp in each of these websites. How can I set it up so that

Asking again: What is correct for workers.properties.minimal

2005-09-20 Thread David Thielen
Hi; I'm running Tomcat 5.5 on Windows 2003/IIS 6.0 using isapi_redirect The isapi_redirect.exe installer creates a worker.properties.minimal of: worker.list=wlb,jkstatus worker.ajp13w.type=ajp13 worker.ajp13w.host=localhost worker.ajp13w.port=8009

Asking again: Need multiple virtual directories for isapi_redirector

2005-09-19 Thread David Thielen
Hi; I want to make sure this is correct: If you want to run Tomcat against multiple websites, not just the default website, this is what I have had to do. This is on Windows 2003/IIS 6.0. I removed isapi_redirector.dll from the default web site ISAPI Filters and put it in the parent Web Sites

index.jsp and virtual directories

2005-09-19 Thread David Thielen
Hi; I am running on Windows 2003/IIS 6.0 tomcat. I have a single IP address for all of my websites (I have several) and then use the request header to determine which website to return. IIS does this very nicely. I want to have index.jsp in each of these websites. How can I set it up so that

What is correct for workers.properties.minimal

2005-09-19 Thread David Thielen
Hi; I'm running Tomcat 5.5 on Windows 2003/IIS 6.0 using isapi_redirect The isapi_redirect.exe installer creates a worker.properties.minimal of: worker.list=wlb,jkstatus worker.ajp13w.type=ajp13 worker.ajp13w.host=localhost worker.ajp13w.port=8009

Where to place a common jar file?

2005-09-19 Thread David Thielen
Hi; If I have a jar file used by multiple servlets, should I put it in ${catalina}/common/lib or in ${catalina}/webapps/${each_app}/WEB-INF/lib? I ask because I have seen various warnings that most jar files need to be placed in each webapp and not in common (like struts). ??? - thanks

RE: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread David Thielen
Hello; I can feel your pain - I just went through this. A couple of things: 1) reboot. It shouldn't be necessary but was in my case. 2) If IIS6, you have to go to the web extensions(?) in IIS and add isapi_redirect.dll as an allowed extension. Good luck - dave -Original Message- From:

RE: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread David Thielen
_ From: Gregg D Bolinger [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 2:45 PM To: David Thielen Cc: Tomcat Users List Subject: Re: Tomcat 5.5.9 and IIS 5/6 Ok Dave. I rebooted and the Filter is Green. So that is a start. However, the servlets-examples is still not being loaded

RE: Where to place a common jar file?

2005-09-19 Thread David Thielen
wepapps. --David David Thielen wrote: Hi; If I have a jar file used by multiple servlets, should I put it in ${catalina}/common/lib or in ${catalina}/webapps/${each_app}/WEB-INF/lib? __ Yahoo! Mail - PC Magazine Editors

RE: Tomcat 5.5.9 and IIS 5/6

2005-09-19 Thread David Thielen
To: David Thielen Cc: Tomcat Users List Subject: Re: Tomcat 5.5.9 and IIS 5/6 Ohm another thing...I actually got an error in my tomcat log fle. HttpExtensionProc::jk_isapi_plugin.c (1029): could not get a worker for name ajp13w Does that help? gregg On 9/19/05, Gregg D Bolinger [EMAIL PROTECTED] wrote

Need multiple virtual directories for isapi_redirector

2005-09-18 Thread David Thielen
Hi; If you want to run Tomcat against multiple websites, not just the default website, this is what I have had to do. IS THIS CORRECT?? This is on Windows 2003/IIS 6.0. I removed isapi_redirector.dll from the default web site ISAPI Filters and put it in the parent Web Sites

trying to get jsp files in my IIS directory to work

2005-09-17 Thread David Thielen
Hi; Here is the basic problem I am trying to solve. On our server we use the request header to serve up a web page. So www.windward.net http://www.windward.net/ and www.windwardreports.com http://www.windwardreports.com/ which go to the same server use a different website to return pages.

Can't get isapi_redir working on Win 2003/IIS6

2005-09-17 Thread David Thielen
Hi; I have tomcat working fine on my workstation - Windows XP/ IIS5 I installed tomcat on our server - Windows 2003 / IIS6 I ran the isape_redirect.exe installer. I then copied over my worker.properties.minimal and uriworkermap.properties. I then went to Web Services Extensions and

RE: Can't get isapi_redir working on Win 2003/IIS6

2005-09-17 Thread David Thielen
I set logging to debug, deleted the log file, and restarted. No log file was created. But in the ISAPI Filter list it does have a green up arrow. What do I try now? Thanks - dave -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Saturday, September 17, 2005 10:50

RE: Can't change servlet path

2005-09-14 Thread David Thielen
, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 9:27 PM To: Tomcat Users List Subject: RE: Can't change servlet path From: David Thielen [mailto:[EMAIL PROTECTED] Subject: RE: Can't change servlet path 1) Why is this forced in server.xml when otherwise we are supposed

RE: Problem making my servlet the default servlet (instead of ROOT)

2005-09-14 Thread David Thielen
Hi; We have some ASP stuff too so we have to have IIS. I think I'll just put my servlet in root and stop trying to change what root is (yuck). Thanks - dave -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 10:45 PM To:

Can't change servlet path

2005-09-13 Thread David Thielen
Hi; I have tried the following in context.xml (in webapps/store/WEB-INF and META-INF): Context path=/abc docBase=store debug=5 reloadable=true crossContext=true Resource name=jdbc/storeDB auth=Container type=javax.sql.DataSource username=sa password=*

RE: Can't change servlet path

2005-09-13 Thread David Thielen
, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 3:59 PM To: Tomcat Users List Subject: RE: Can't change servlet path From: David Thielen [mailto:[EMAIL PROTECTED] Subject: Can't change servlet path I have tried the following in context.xml (in webapps/store/WEB-INF

RE: Can't change servlet path

2005-09-13 Thread David Thielen
: Tuesday, September 13, 2005 5:42 PM To: Tomcat Users List Subject: RE: Can't change servlet path From: David Thielen [mailto:[EMAIL PROTECTED] Subject: RE: Can't change servlet path 3) Tomcat 5.5\webapps\store\META-INF\context.xml is: Context path=/abc docBase=store debug=5 reloadable

Problem making my servlet the default servlet (instead of ROOT)

2005-09-13 Thread David Thielen
Hi; If I do Context path=/ docBase=store., then http://localhost:8080/cart.faces returns an error 404. I figured it should be / and not ? If I do Context path= docBase=store., then it works. But. http://localhost:8080/store/cart.faces works http://localhost/store/cart.faces works

Asking Again: What's the best way to mix html jsp

2005-09-12 Thread David Thielen
Hi; I have websites which are 95% html and 5% jsp/jsf. Any suggestions on the best way to mix this? What I have always done to date is put the jsp/jsf stuff under the Tomcat webapps dir and the rest under the IIS inetpub/wwwroot dir. It's a little disjointed during development but seems to work

Asking again: Final questions: Default pages

2005-09-12 Thread David Thielen
Hi; I have multiple domains on my website (IIS). I would like to do the following. When a user goes to http://www.windward.net/cart.jsp or http://www.windwardreports.com/cart.jsp that it then loads the jsp page in the root of a specific webapp of mine. In other words, all requests for a .jsp

RE: Asking again: Final questions: Default pages

2005-09-12 Thread David Thielen
. -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: 12 September 2005 17:03 To: 'Tomcat Users List' Subject: Asking again: Final questions: Default pages Hi; I have multiple domains on my website (IIS). I would like to do the following. When a user goes

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread David Thielen
to Execute Permissions: Scripts and Executables. Any ideas? Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 1:57 AM To: Tomcat Users List Subject: RE: Desperate

IT WORKS! (was Desperate Programmers - the new hit show on ABC)

2005-09-09 Thread David Thielen
It requires the - I assume because of the spaces. Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 10:19 AM To: Tomcat Users List Subject: RE: Desperate

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread David Thielen
- dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 10:28 AM To: Tomcat Users List Subject: RE: Desperate: trying to get Tomcat working through IIS Also, I think you have to manually

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread David Thielen
Yep - not needed. Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 12:33 PM To: Tomcat Users List Subject: RE: Desperate: trying to get Tomcat working through IIS Dave, I

Final questions: workers.properties

2005-09-09 Thread David Thielen
has: workers.tomcat_home=/var/tomcat3 workers.java_home=/opt/IBMJava2-13 ps=/ worker.inprocess.* (lots of inprocess ones) Are the above needed for anything? It wasn't clear to me reading the docs what inprocess was for. ??? - thanks - dave David Thielen 303-499-2544

Final questions: Default pages

2005-09-09 Thread David Thielen
for a .jsp (or .faces) page is mapped to the same servlet regardless of the domain. And that the servlet name is not needed as part of the url. How can I do this? Thanks - dave David Thielen 303-499-2544 www.windwardreports.com http://www.windwardreports.com/

What's the best way to mix html jsp

2005-09-09 Thread David Thielen
to work great in production. ? - thanks - dave David Thielen 303-499-2544 www.windwardreports.com http://www.windwardreports.com/

RE: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread David Thielen
Hi; This is a great idea - but it installs isapi_redir2.dll, not isapi_redir.dll and isapi_redir2.dll has been deprecated. Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 3

Desperate: trying to get Tomcat working through IIS

2005-09-08 Thread David Thielen
includes (only node with ajp in it): Connector port=8009 enableLookups=false redirectPort=8443 protocol=AJP/1.3 / Please help - I'm desperate. Thanks - dave David Thielen 303-499-2544 www.windwardreports.com http://www.windwardreports.com/

isapi_redirector or isapi_redirector2?

2005-09-08 Thread David Thielen
for production (Windows 2003). Thanks - dave David Thielen 303-499-2544 www.windwardreports.com http://www.windwardreports.com/

Problem with error.jsp (via JSF)

2005-09-07 Thread David Thielen
subdirectory. But I dislike having the same file in 2 locations as it can then get out of sync. Any suggestions? Thanks - dave David Thielen 303-499-2544 www.windwardreports.com http://www.windwardreports.com/

Connectiong tomcat to IIS - no luck and conflicting info

2005-09-06 Thread David Thielen
Hi; I am trying to connect Tomcat 5.5 to IIS 5.1 and having zero luck. Here is what I did: 1. Went to http://apache.towardex.com/jakarta/tomcat-connectors/jk/binaries/win32/jk-1. 2.14 2. Downloaded ran isapi_redirect-1.2.14.exe 3. Added isapi_redirect as an ISAPI filter to

Where can I get isapi.dll?

2005-09-03 Thread David Thielen
for workers.properties? (and while uriworkermap.properties seems simple enough, if there are docs for that too can someone give me a url?) Thanks - dave David Thielen 303-499-2544 www.windwardreports.com http://www.windwardreports.com/

RE: Where can I get isapi.dll?

2005-09-03 Thread David Thielen
Tomcat itself has this - but all I can find is the source, not the compiled dll. Also the popularshareware is for 4.0 from the looks of it. Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: jmail [mailto:[EMAIL PROTECTED] Sent: Saturday

RE: isapi_redirect dll location

2005-09-03 Thread David Thielen
First off - thank you. Second there is a isapi_redirect-1.2.14.exe file also - does this do a complete install of the dll? Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Steve Ochani [mailto:[EMAIL PROTECTED] Sent: Saturday, September 03

sharing pooled tomcat connections with hibernate

2005-09-02 Thread David Thielen
method to get the pooled connection? ??? - thanks - dave David Thielen 303-499-2544 www.windwardreports.com http://www.windwardreports.com/

sort-of off topic: How to do a 3rd party cookie

2005-08-19 Thread David Thielen
-invent the wheel? 2. Is there a way to set the url using javascript (the value of the cookie depends on an incoming param) so I can keep my pages as pure html? Thanks - dave David Thielen 303-499-2544 www.windwardreports.com http://www.windwardreports.com/

sort-of offtopic: gif keeps running when refresh/forward

2005-08-19 Thread David Thielen
as the refresh occurs, the animation stops. How can I keep it going? Thanks - dave David Thielen 303-499-2544 www.windwardreports.com http://www.windwardreports.com/

RE: Has anyone used Tomcat 5.5.9 connecting to MS SQL Server using JNDI?

2005-08-11 Thread David Thielen
And the other thing is, the link I gave you is for a setup that works - I know so because I am using it right now and I figured it out last week. So while you may not have it running on your system, that is not due to lack of how to do it being documented. - dave David Thielen 303-499-2544

RE: OT: JSTL and JSF book recommendations

2005-08-11 Thread David Thielen
JSF In Action and JSTL in Action are both very good. - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Joe Plautz [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 10:31 AM To: Tomcat Users List Subject: Re: OT: JSTL and JSF book

RE: Has anyone used Tomcat 5.5.9 connecting to MS SQL Server using JNDI?

2005-08-10 Thread David Thielen
http://thielen.typepad.com/programming/2005/07/hibernate_on_to.html David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Wylie, Ian [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 4:37 AM To: tomcat-user@jakarta.apache.org Subject: Has anyone used

RE: error-page not working

2005-08-09 Thread David Thielen
That's not it - the file is over 2K in size. ??? - thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Marius Hanganu [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 1:47 AM To: Tomcat Users List Subject: RE: error-page not working

RE: Missing catalina.bat

2005-08-09 Thread David Thielen
Hi; I hit the same problem. So I then downloaded the .zip install also and pulled the bat files from the .zip install and copied them to the bin directory. - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Kees Broenink [mailto:[EMAIL PROTECTED] Sent

Using hibernate on Tomcat 5.5

2005-08-08 Thread David Thielen
Hi; This is really a hibernate issue but as some people on this list may hit this problem due to the hibernate docs, I figured I should post here too. Tomcat 5.5 has changed how it does the JNDI settings for a JDBC setup. I am still working through some minor details making sure I have them

error-page not working

2005-08-08 Thread David Thielen
Hi; I am using JSF - although that should not make a difference. In web.xml I have: error-page exception-typejava.lang.Throwable/exception-type location/errorpage.jsp/location /error-page And in my event handler I have: throw new NullPointerException(hi

Please Help - HttpSessionBindingListener.valueUnbound() not called

2003-03-28 Thread David Thielen
Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am running 4.1.18. Any ideas? thanks - dave -

Re: Why does Tomcat use xerces under java 1.4 instead of the internal jvm classes?

2003-03-27 Thread David Thielen
thanks - dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HttpSessionBindingListener.valueUnbound() not called

2003-03-27 Thread David Thielen
Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am running 4.1.18. Any ideas? thanks - dave

Bug? - HttpSessionBindingListener.valueUnbound() not called

2003-03-27 Thread David Thielen
Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am running 4.1.18. Any ideas? thanks - dave -

Re: debug statements

2003-03-26 Thread David Thielen
Hi; Two questions: 1) If I set Server port=8005 shutdown=SHUTDOWN debug=4 Logger className=org.apache.catalina.logger.FileLogger verbosity=4 directory=logs prefix=localhost_log. suffix=.txt timestamp=true/ I get no extra messages. But if I set: Server port=8005 shutdown=SHUTDOWN

Re: debug statements

2003-03-26 Thread David Thielen
!!! Hope this helps, Jeremy -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 10:50 AM To: Tomcat Users Subject: Re: debug statements Hi; Two questions: 1) If I set Server port=8005 shutdown=SHUTDOWN debug=4 Logger

web.xml - context-param not in order

2003-03-26 Thread David Thielen
Hi; When I retrieve the param-name/param-value pairs from web.xml via: Enumeration en = pageContext.getServletContext().getInitParameterNames(); It does not return them in the order they appear in web.xml. Is random order just part of the API definition? thanks - dave

debug statements

2003-03-25 Thread David Thielen
Hi; Two questions: 1) If I set Server port=8005 shutdown=SHUTDOWN debug=4 Logger className=org.apache.catalina.logger.FileLogger verbosity=4 directory=logs prefix=localhost_log. suffix=.txt timestamp=true/ I get no extra messages. But if I set: Server port=8005 shutdown=SHUTDOWN

Why does Tomcat use xerces under java 1.4 instead of the internal jvm classes?

2003-03-25 Thread David Thielen
thanks - dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSP won't work unless have package in taglib .java file

2003-03-25 Thread David Thielen
Hi; If I have a tld object (ie TemplateDesc.java) with no project and place it in WEB-INF/classes - it won't work. But if I give it a package name and place it in WEB-INF/classes/package - then it works. The problem seems to be that with no package it generates the code: TemplateDesc

Can't get logger/debug messages

2003-03-22 Thread David Thielen
Hi; In server.xml I changed logging to Server port=8005 shutdown=SHUTDOWN debug=4 Logger className=org.apache.catalina.logger.FileLogger verbosity=4 directory=logs prefix=localhost_log. suffix=.txt timestamp=true/ Yet I get no additional messages. Any ideas? Also, I am assuming

How to access a servlet without servlet-mapping

2003-03-22 Thread David Thielen
Hi; How do I access a servlet without using servlet-mapping? I know servlet-mapping makes sense but I want to understand the other URI and everything I try doesn't make sense: servlet: webapp/WEB-INF/classes/ReportSales.jave web.xml: servlet servlet-nameSalesReport/servlet-name

iterative taglib weirdness

2003-03-22 Thread David Thielen
Hi; I am writing an iterative taglib where I have a variable assigned to id that can then be accessed as %=id% inside the taglib loop. The thing is, the first time through the loop id is null. The second+ times it is the second+ values. Any ideas? thanks - dave My code is: List titles;

JSP won't work unless have package in taglib .java file

2003-03-22 Thread David Thielen
Hi; If I have a tld object (ie TemplateDesc.java) with no project and place it in WEB-INF/classes - it won't work. But if I give it a package name and place it in WEB-INF/classes/package - then it works. The problem seems to be that with no package it generates the code: TemplateDesc

Why does Tomcat use xerces under java 1.4 instead of the internal jvm classes?

2003-03-22 Thread David Thielen
thanks - dave

servlet mapping

2003-03-22 Thread David Thielen
How do I access a servlet without using servlet-mapping? I know servlet-mapping makes sense but I want to understand the other URI and everything I try doesn't make work: servlet: webapp/WEB-INF/classes/ReportSales.jave web.xml: servlet servlet-nameSalesReport/servlet-name

debug statements

2003-03-22 Thread David Thielen
Hi; Two questions: 1) If I set Server port=8005 shutdown=SHUTDOWN debug=4 Logger className=org.apache.catalina.logger.FileLogger verbosity=4 directory=logs prefix=localhost_log. suffix=.txt timestamp=true/ I get no extra messages. But if I set: Server port=8005 shutdown=SHUTDOWN

Very simple servlet - won't show up

2003-03-20 Thread David Thielen
Hi; I am trying to get a very simple servlet to display. This is my web.xml file: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app display-nameWindward Utilities/display-name

Can't get logger/debug messages

2003-03-20 Thread David Thielen
Hi; In server.xml I changed logging to Server port=8005 shutdown=SHUTDOWN debug=4 Logger className=org.apache.catalina.logger.FileLogger verbosity=4 directory=logs prefix=localhost_log. suffix=.txt timestamp=true/ Yet I get no additional messages. Any ideas? Also, I am assuming with

Can't get more logging messages

2003-03-19 Thread David Thielen
Hi; In server.xml I changed logging to Logger className=org.apache.catalina.logger.FileLogger verbosity=4 directory=logs prefix=localhost_log. suffix=.txt timestamp=true/ Yet I get no additional messages. Any ideas? Also, I am assuming with a log level of 4,

Simple servlet won't display

2003-03-19 Thread David Thielen
Hi; I am trying to get a very simple servlet to display (the example ones work fine). This is my web.xml file: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app

Re: Simple servlet won't display

2003-03-19 Thread David Thielen
. You would probably need to do quite a bit of reading up on it first, it's not the easiest of things to come to grips with: The learning curve is quite steep, but well worth it. Hope this helps somewhat, good luck! Paul On Thu, 2003-03-20 at 01:07, David Thielen wrote: Hi; I am trying

Re: Simple servlet won't display

2003-03-19 Thread David Thielen
is quite steep, but well worth it. Hope this helps somewhat, good luck! Paul On Thu, 2003-03-20 at 01:07, David Thielen wrote: Hi; I am trying to get a very simple servlet to display (the example ones work fine). This is my web.xml file: ?xml version=1.0 encoding=ISO-8859-1

Re: Tomcat classpath?

2002-06-27 Thread David Thielen
27, 2002 10:31 AM Subject: Re: Tomcat classpath? On Thu, 27 Jun 2002, David Thielen wrote: Hi; Where do I place jar files or where in the tomcat configuration do I tell it of a jar file to use with my jsp? Also, can I just do .class files in a directory or must it be a jar file

Re: Tomcat classpath?

2002-06-27 Thread David Thielen
:\Inetpub\wwwroot (and lib and classes under WEB-INF). - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 10:31 AM Subject: Re: Tomcat classpath? On Thu, 27 Jun 2002, David Thielen wrote

Re: Tomcat classpath?

2002-06-27 Thread David Thielen
I'm sticking with this example as it should work. The url I put in is localhost/apps.10.jsp. Here is a dir (screen dump) of the file: Directory of C:\Program Files\Apache Tomcat 4.0\webapps\apps 02/16/2002 03:50p 727 10.jsp So the file is there. The error I get is:

Re: Tomcat on IIS virtual web sites

2002-06-27 Thread David Thielen
ideas? thanks - dave - Original Message - From: David Thielen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 10:21 AM Subject: Tomcat on IIS virtual web sites Hi; Ok, I have tomcat working on my default website. How do I get it to work

Please help - Tomcat IIS

2002-06-27 Thread David Thielen
Hi all; I've been tring for 3 days non-stop to get Tomcat working with IIS. And I'm still stuck and getting desperate. If anyone can help on these, please please do so. I'm assuming that there must be someone out there who has done this before successfully. Or if it can't be done let me know

Trying to get Tomcat/IIS to work together - log

2002-06-26 Thread David Thielen
Hi; Here's the isapi.log when trying to display a .jsp file - it doesn't seem to list any error, except it returns a 404. And the file does exist!!! [Wed Jun 26 12:02:07 2002] [jk_isapi_plugin.c (904)]: Using registry. [Wed Jun 26 12:02:07 2002] [jk_isapi_plugin.c (906)]: Using log file

Re: Tomcat on IIS - almost working

2002-06-26 Thread David Thielen
] S. Jude Medical, Inc 651.765.1018 -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:07 AM To: 'Tomcat Users List' Subject: Tomcat on IIS - almost working I am now getting the error: [Wed Jun 26 08:03:18 2002] [jk_isapi_plugin.c

Tomcat, IIS, and

2002-06-25 Thread David Thielen
Hi; I've installed Tomcat 4.0 and it runs fine in standalone mode. I've followed the following instructions for connection to IIS: http://www.verysimple.com/scripts/support_tc_iis.html http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html And the dll won't load. I think the