Conflict of Kazaa and Tomcat

2003-06-24 Thread David
the root for my localhost address. I am using Windows XP. Does anyone know why when I am running Kazaa, the tomcat server cannot be started ? Regards David

RE: Conflict of Kazaa and Tomcat

2003-06-25 Thread David
specify the port no. By default, http://www.david.com <http://www.david.com/> automatically opens the port 80 and thus I do not need to specify the port. Is there a way that I can run my Kazaa AND my tomcat at the same time yet allowing my webserver to host a website at port 80

Tutorial for Tomcat Beginners!!

2003-06-25 Thread David
as my webserver ? P/S: I am a competent Java programmer but have no XML know-how. Is this going to be a problem ? Regards David

RE: Tutorial for Tomcat Beginners!!

2003-06-25 Thread David
webpages asap. (as a matter of fact, they are all static htmls). Can I skip XML part altogether for now (i.e. I will just gloss over the basics of XML quickly) ?? Hope to hear from you guys!! Thanks a lot mates!! Regards David -Original Message- From: John Turner [mailto:[EMAIL

Can JSP track users in a basic authentication protected realm ?

2003-09-20 Thread David
Hi guys, Does anyone know how I can implement the above mentioned? Once they exit the protected realm (i.e. the protected folder in my htdocs), when they re-enter the site again they will be asked for a password. I have a simple basic authentication system but it doesn't track the user when it le

RE: Can JSP track users in a basic authentication protected realm ?

2003-09-20 Thread David
e of the IE is going to allow subsequent users of that machine to access my site. My question is how can I implement such a way as mentioned above ? The "log out" button kind of effect. Many thanks. Regards David -Original Message- From: George Sexton [mailto:[EMAIL PROTECTE

Can the web server track the users in a protected realm ?

2003-09-20 Thread David
Hi guys, Does anyone know how I can implement the above mentioned? Once they exit the protected realm (i.e. the protected folder in my htdocs), when they re-enter the site again they will be asked for a password. I have a simple basic authentication system but it doesn't track the user when it lea

RE: google yourself

2003-12-14 Thread David
Hi guys, I was facing the same problem myself as well. Whatever I post on the mailing list seems to be "searchable" through google. Dave suggested not posting to a public list. How can we know if the list we are posting to is a public list or not ? Regards David -Origin

Newbie needing help in deploying servlet

2004-01-06 Thread David
server.xml but I still just gets that awful 404... Could someone give me any hints please? regards /David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie needing help in deploying servlet

2004-01-07 Thread David
Thanks for the pointers you guys! How easily one gets lured into doing evil ;). I'll mail the author of the book I'm reding! /David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

TOMCAT 5 and SOAP

2004-02-16 Thread David
ile in the version 5 ? because in this file I have to make some changes to run correctly SOAP. Thanks for your help Muller David [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problems with installation

2001-05-26 Thread david
Hi, I am having problems getting tomcat running under ME. I am getting the following error message: Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Unable to set

Re: java beans

2001-05-26 Thread david
The best place to start is the java.sun tutorial. On Sat, 26 May 2001 13:35:16 +0300 "Mehmet Ugur Kuzu (LinkPlus)" <[EMAIL PROTECTED]> wrote: >hi everybody, > >i am new in jsp programming >i want to use java bean features in jsp >do you know any resources(papers, some example beans etc

Re: Frame for form login

2001-05-26 Thread david
Does target="_top" not work? On Sat, 26 May 2001 17:23:11 +0200 [EMAIL PROTECTED] (TWR - Hauptuser) wrote: >Hello, > >I am using form based login for my web application and after some >difficulties everyting works fine - well, almost everything: I am using >frames in my web app and aft

Re: Re: frame for form login

2001-05-26 Thread david
Oh, I don't know. Sorry. On Sat, 26 May 2001 17:48:48 +0200 [EMAIL PROTECTED] (TWR - Hauptuser) wrote: >Thanks, > >but target="_top" in web.xml as > >/login.jsp target="_top" >/error.jsp > > >produces a not found error. > >Friendly

Fwd: Re: problems with installation

2001-05-26 Thread david
My java is working fine on ME but tomcat is coming up with the following message Including all jars in c:\j3t\tomcat\lib in your CLASSPATH. Using CLASSPATH: c:\j3t\tomcat\classes;c:\j3t\tomcat\lib\ANT.JAR;c:\j3t\tomcat\l ib\JASPER.JAR;c:\j3t\tomcat\lib\JAXP.JAR;c:\j3t\tomcat\lib\PARSER.JAR;c:

Installing under ME

2001-05-27 Thread david
Hello, I need some help! > I am getting the following error message on Windows ME: When I run tomcat startup: > Including all jars in "c:\j3t\tomcat"\lib in your CLASSPATH. > > Using CLASSPATH: > "c:\j3t\tomcat"\classes;c:\j3t\tomcat\lib\ANT.JAR;c:\j3t\tomca > \lib\JASPER.JAR;c:\j3t\t

RE: Tomcat, Linux and new JDK

2002-07-10 Thread David
Hi, I just recently installed JDK1.4 and Tomcat 4 on a Mandrake Linux 8.2 system. Had no problems at all, sorry I can't be much more help! Dave http://java.dbmdata.com >>Is anyone out there successfully using Tomcat with JDK1.3 or JDK1.4 on a linux box? >>I have JDK1.2.2 working fine, but

Help with Tomcat and mm.mql driver

2002-05-16 Thread David
Hello all, Hopefully this is an easy one... I am trying to connect to mysql from a servlet running on Tomcat 4.0.3. I have the mm.mysql driver installed and it works fine from within a Java console app. When I run the servlet I get the following error: "java.sql.SQLException: No suitable driver

RE: Help with Tomcat and mm.mql driver

2002-05-16 Thread David
Hey guys, Thanks for your help, I managed to get it working! I had previously dropped the jar file in tomcat\lib but was still getting class not found errors. Just for kicks I rebooted and it started working (I had previously just tried restarting Tomcat). Go figure... Thanks again! -- To unsub

Newbie Alert! - including a a JavaScript src file in a servlet

2002-05-16 Thread David
Hopefully this is the correct forum to post a question such as this: I have a servlet in which I would like to write out some script tags to indlude a JavaScript src file in the outputted HTML. My application is in /ROOT/WEB-INF/class/code_lib, the .js file (code_lib.js) I would like to include i

RE: Newbie Alert! - including a a JavaScript src file in a servlet

2002-05-16 Thread David
Cool. That did the trick! Thanks to all who responded. Dave -- To unsubscribe, e-mail: For additional commands, e-mail:

Help needed with Tomcat config on Red Hat 7

2001-02-11 Thread David
0.0.1:8080, it seems to hang up on the reply from the server. Does anybody know what I've done wrong with the config? I'm using the Sun Java2 JDK and JRE 1.3 in the default install locations. Thanks in advance for your

LC-Poli !

2004-12-19 Thread David
http://iis13 Lc-POLI Programs On Line International A votre service pour la mise en relation directe http://iis13.domicile.fr/christlaur/help/index.htm Lc-POLI Service Gratuit Pour les Particuliers et Associations à but non lucrati

Where to download the Compatibility Package for running Tomcat 5.5 with 1.4 jdk?

2005-03-29 Thread David
Dear Members, On the documentation there is a comment about downloading the Compatibility Package in order to run Tomcat 5.5 under 1.4.x version. I don't see such package on the download section. Do you have any idea where to find such package? Tanks in advance,

Re: Where to download the Compatibility Package for running Tomcat 5.5 with 1.4 jdk?

2005-03-29 Thread David
JRE, the compatibility package must be downloaded and expanded inside the folder where Tomcat was installed" but there is no mention about where to download it, I have checked on the download page, but I didn't see a package with a similar name. Thanks, David Jason Bainbridge <[EMAIL

Possible to to log into db?

2005-05-26 Thread David
Hallo, Anybody knows if how I can configure tomcat to store the access log into a rational database? Is there an existing tutorial? Regards David

AW: Logging into rational database....

2005-05-27 Thread David
That's all I wanted to know. Thanks David -Ursprüngliche Nachricht- Von: Tim Funk [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 27. Mai 2005 13:30 An: Tomcat Users List Betreff: Re: Logging into rational database IIRC - there is a JDBCAccessLogValve - You may need to chec

RE: Norton Antivirus is Blocking Tomcat Service access to Port 5001

2005-06-29 Thread David
It's probably XP's firewall that is the culprit (I encountered this when moving from W2K to XP SP2). You'll need to add Tomcat as an exception in the Control Panel, Windows Firewall. -Original Message- From: Muriithi O. Kimotho [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 7:43

RE: Norton Antivirus is Blocking Tomcat Service access to Port 5001

2005-06-29 Thread David
Try turning on the Firewall and adding port 5100 as an exception. Actually, I've got the path (C:\Tomcat5\bin\tomcat5.exe) to Tomcat 5.5.9 setup as an exception. -Original Message- From: Muriithi O. Kimotho [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 8:08 AM To: Tomcat Users

10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread David
I'm using Tomcat 5.5.9 on Windows Server 2003, JDK 1.5.0_04, IIS 6.0, with the JK 1.2.14 isapi_redirector.dll. I've been trying to track down a problem whereby all of the web apps under our Tomcat instance are seeming to stall. There's no indication of any problems in the Tomcat logs themselve

RE: Final questions: Default pages

2005-09-11 Thread david
Hello; I'm sorry but I don't understand your answer. Thanks - dave -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Sunday, September 11, 2005 7:48 PM To: tomcat-user@jakarta.apache.org Subject: Re: Final questions: Default pages &quo

RE: Exception in thread "main"

2000-12-04 Thread Moran, David (David)
It appears there is an error in the sample build.bat file. In the second set CP line you should add %CP%; to pick up the classpathes from the first line. -Original Message- From: Penney, William [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 9:11 AM To: [EMAIL PROTECTED] Sub

Compile Error in JSP generated servlet

2000-12-19 Thread Moran, David (David)
What would cause JSP to generate the same variable in the generated servlet. I am getting the following compile error in the JSP generated servlet in tomcat 3.2 on Windows NT. I am trying to get the book examples to run from "SE Using Java Server Pages and Servlets" Error: 500 Location: /exampl

RE: Compile Error in JSP generated servlet

2000-12-20 Thread Moran, David (David)
Hope this helps. -Y --- Yoav Morahg Software Engineer Gist Communications (212) 965-1999 xt 110 [EMAIL PROTECTED] Interactive Television Guides -Original Message- From: Moran, David (David) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 5:50 PM To: [EMAIL PROTECTED] Subje

RE: Compile Error in JSP generated servlet

2000-12-20 Thread Moran, David (David)
-Original Message- From: Kitching Simon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 10:50 AM To: '[EMAIL PROTECTED]' Subject: RE: Compile Error in JSP generated servlet David, How about posting the original jsp source code? The problem *is* probably so

Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
Hi I am trying to figure out why my tomcat install is not working. System: Apache 1.3.29 Server: Solaris 8 Tomcat: 4.1.18 I installed tomcat (setting my CATALINA_HOME and JAVA_HOME). When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why? Enclosed is the 'page'

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its a default response servlet in the WEB-INF/web.xml file Lash, David A (David) escribió: >Hi >I am trying to figure out why my tomcat install is not working. > >System: Apache 1.3.29 &

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
, you installed Tomcat, but is it running? Something like: $CATALINA_HOME/bin/start.sh should have happened before pointing at http://localhost:8080. It's a common mistake. Gerardo On Wed, 8 Sep 2004, Lash, David A (David) wrote: > Hi > I am trying to figure out why my tomcat instal

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
Hi all Here is the contents of webapps/ROOT WEB-INF/ index.jspjakarta-banner.gif tomcat-power.gif tomcat.gif I also tried http://localserver:8080/index.jsp And got the same 404 error. So its like tomcat is looking in a different directory. Is there a config file t

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
pages). thanks again dave lash -Original Message- From: Lash, David A (David) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:49 AM To: Tomcat Users List Subject: RE: Help with Tomcat Install? Hi all Here is the contents of webapps/ROOT WEB-INF

build-unix.sh error for mod_jk.so

2003-02-26 Thread David . Vann
w do I set it or how do I compile the java modules? Sincerely, David Vann Martha Jefferson Hospital 459 Locust Avenue Charlottesville, VA 22902 [EMAIL PROTECTED] Phone (434) 244-5911 Fax (434) 982-7351

RE: build-unix.sh error for mod_jk.so

2003-02-26 Thread David . Vann
--^ 25 cc: Warning: ../common/jk_jni_worker.c, line 753: In this statement, the referenced type of the pointer value "dlsym(...)" is "void", which is not compa tible with "function (pointer to void) returning int". (ptrmismatch) @ Any ideas would be grea

RE: build-unix.sh error for mod_jk.so

2003-02-27 Thread David . Vann
"__pthread_mutex_init" unresolved apachectl start: httpd could not be started Sincerely, David Vann Martha Jefferson Hospital 459 Locust Avenue Charlottesville, VA 22902 [EMAIL PROTECTED] Phone (434) 244-5911 Fax (434) 982-7351 [EMAIL PROTECTED] 02/26/2003 04:56 PM Please respond to "To

RE: build-unix.sh error for mod_jk.so

2003-02-27 Thread David . Vann
lp or am I fighting a losing battle? Sincerely, David Vann Martha Jefferson Hospital 459 Locust Avenue Charlottesville, VA 22902 [EMAIL PROTECTED] Phone (434) 244-5911 Fax (434) 982-7351 [EMAIL PROTECTED] 02/27/2003 07:39 AM Please respond to "Tomcat Users List" To: "T

RE: build-unix.sh error for mod_jk.so

2003-02-27 Thread David . Vann
I'm using apache 1.3.27--Should I upgrade, if so which version would you recommend? Sincerely, David Vann Martha Jefferson Hospital 459 Locust Avenue Charlottesville, VA 22902 [EMAIL PROTECTED] Phone (434) 244-5911 Fax (434) 982-7351 "Turner, John" <[EMAIL PROTECTED]>

Q: java.security.manager

2003-02-27 Thread David Boyer
I'm using java.security.manager with catalina.policy. Is it possible to make changes to catalina.policy and apply the changes without restarting Tomcat? I don't think it will be necessary to change security policy very often, but it'd be nice to be able to do it on the fly if possible. TIA!

Q: webapp contexts with overlapping docBases

2003-02-27 Thread David Boyer
If the root of my web site is "d:\inetpub\wwwroot" and I create a Tomcat context with that same docBase, can I also create another context with the docBase of "d:\inetpub\wwwroot\development\devapp". If the docBase of one context is a subdirectory of another context's docBase, how does Tomcat kno

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Karr, David
The JSPC tool does exactly that, it generates .java files. You have to compile them in your build step. You also need to make sure that your JSPC tool generates a "web.xml" excerpt that can be semi-automatically or automatically (by JSPC) merged into your main "web.xml" file. The "web.xml" excer

obj.conf -- auto generated file

2003-03-04 Thread David . Vann
onf and then restart (=stop + start) your Netscape server . 8 # 9 10 # 11 # Loading the redirector into your server 12 # 13 14 Init fn="load-modules" funcs="jk_init,jk_service" shlib="" Sincerely, David Vann Martha Jefferson Ho

RE: I'm new to this and could use a hand

2003-03-04 Thread Karr, David
Or simply: <%= new java.util.Date().toString() %> > -Original Message- > From: Fines, Steven [mailto:[EMAIL PROTECTED] > > If the body of your JSP is solely <%= java.util.Date %> you haven't given > it > anything to display. You will need to do something like this: > > > > <% > java.u

Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread David Godfrey
Hi, I'm having problems when trying to use Tomcat and Apache HTTP server together, with mod_jk2. I have built Apache from the source, installed Tomcat 4.1.18, and tested each individually (they seem to function correctly). When I add in mod_jk2, both Apache and Tomcat still start and function corr

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread David Godfrey
:HypersonicSQL:database mail.smtp.host localhost Many thanks, David -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: 04 March 2003 16:37 To: '[EMAIL PROTECTED]' Subject

RE: Am i doing something wrong while using ?????

2003-03-04 Thread Karr, David
How about changing the double quotes on the "value" attribute value to single quotes? > -Original Message- > From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] > > I downcasted but it did not help. > > property="dbReader" >

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread David Blevins
in the path. Hope this helps everyone out. As an archive-searcher, I always appreciate finding emails like this. If anyone has any ideas on making the integration process even easier, I am all ears. -David > -Original Message- > From: Jon Wingfield [mailto:[EMAIL PROTECTED] > Sent:

remember password HOW-TO?

2003-03-05 Thread David Reed
Hi, I am a relative newbie to servlet programming and I'm not really sure how to best solve a problem I am having. I am trying to implement a "save my password" feature on my web site. I am using Tomcat 4.1.18. I am using form-based authentication and I am using the Tomcat provided userdatabase

Re: remember password HOW-TO?

2003-03-05 Thread David Reed
Thanks Will, So what are my alternatives to container based authentication? --- Will Hartung <[EMAIL PROTECTED]> wrote: > > From: "David Reed" <[EMAIL PROTECTED]> > > Sent: Wednesday, March 05, 2003 1:46 PM > > Subject: remember password HOW-TO?

Re: remember password HOW-TO?

2003-03-05 Thread David Reed
ROTECTED]> wrote: > > From: "David Reed" <[EMAIL PROTECTED]> > > Sent: Wednesday, March 05, 2003 2:10 PM > > Subject: Re: remember password HOW-TO? > > > > Thanks Will, So what are my alternatives to > container > > based authentication? >

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread David Blevins
our new WEB-INF/ejbs directory. -David > -Original Message- > From: Filip Hanik [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 2:33 PM > To: Tomcat Users List > Cc: OpenEJB > Subject: RE: java.lang.NoClassDefFoundError -- solved > > > you can do it

RE: Remote debugging throught network

2003-03-07 Thread Karr, David
Any JPDA-compliant debugger can do this. NetBeans is one example. You simply specify the "Attach to remote server" option (different debuggers will name this differently), and specify the host where your JVM is running on, "dt_socket" connections, and the address. You'll probably want to have

Looking for Pointers on Securing Tomcat 4.1.12 for Public use

2003-03-07 Thread David Kramer
welcome? Thanks much, DK David Kramer Software Developer Reflect.com Direct: 415.369.4856 Cell: 650.302.7889 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

A question

2003-03-06 Thread David Zonsheine
same exception after about 20 hours. Do you have any idea? This is a critical issue for me, every idea can help. Thank you very much, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Please sign emergency petition to the U.N.

2003-03-10 Thread David Kramer
PISS OFF AND STOP MAILING THIS CRAP! -Original Message- From: Wilhelm Colln [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 9:17 AM Cc: Francis Stenning; Fransisco Da Rocha; Gigi Buchanan; Gladys Galvez Grieve; Glenn Cameron; Gustavo Kahan Novoa; Gustavo Reategui; Hector Rospig

mod_webapp connector apache 1.3.27 and tomcat 4.0.5

2003-03-11 Thread David . Vann
rpConnection warp lawson2:8008 WebAppDeploy lawsonweb warpConnection /lawsonweb server.xml Sincerely, David Vann Martha Jefferson Hospital 459 Locust Avenue Charlottesville, VA 22902 [EMAIL PROTECTED] Phone (434) 244-5911 Fax (434) 982-7351

Problems starting Tomcat after modifying classpath

2003-03-14 Thread David Nelson
Hello everyone, What I've done is try to modify my classpath to get a package working. Basically, javac could not find servlet.jar. So what I did was at a shell prompt, I entered CLASSPATH=$CLASSPATH:/path/to/J2EE/jars Now Tomcat will not start, displaying enumerable java.lang.NoClassDefFound. I

mod_jk for 3.2.4

2003-03-14 Thread David . Vann
Where can I get the latest mod_jk for 3.2.4 for Tru64 Unix 5.1? Sincerely, David Vann Martha Jefferson Hospital 459 Locust Avenue Charlottesville, VA 22902 [EMAIL PROTECTED] Phone (434) 244-5911 Fax (434) 982-7351

Re: mod_jk for 3.2.4

2003-03-14 Thread David . Vann
I'm sorry, let me clarify. I'm trying to find the latest mod_jk for Apache 1.3.27 and Tomcat 3.2.4 for Tru64 Unix 5.1. Can anyone help? Sincerely, David Vann Martha Jefferson Hospital 459 Locust Avenue Charlottesville, VA 22902 [EMAIL PROTECTED] Phone (434) 244-5911 Fax (434

Re: Conflict with J2EE, Problems starting Tomcat

2003-03-14 Thread David Nelson
Note that I just realized after combing logs that this error and failure began when suns J2EE package was installed. Has anyone seen anything similar? -Original Message- From: David Nelson Sent: Friday, March 14, 2003 1:21 PM To: Tomcat Users List (E-mail) Subject: Problems starting

invokerinterceptor for tomcat 3.3.1a

2003-03-15 Thread David . Vann
--It returns a directory listing of all the class files and when I click on the file it opens a download file dialog box. Why doesn't it parse the class file and display the results? What am I missing? I have Loaderinterceptor11 userapplicationloader="true" Sincerely, Da

1,900 webapp contexts?

2003-03-18 Thread David Boyer
We have about 1,900 students and faculty, and we create web space for all of them automatically. I'm interested in Tomcat-enabling their web space and have been testing it on a test server. There are approximately 1,900 username.xml files in /webapps/. The problem is that it takes Tomcat 15-20 mi

Re: 1,900 webapp contexts?

2003-03-19 Thread David Boyer
I was unaware of the feature you mentioned; I'll check it out. Thanks! - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 10:56 AM Subject: Re: 1,900 webapp contexts? > > I've never tried it w

Re: tomcat stops when logout

2003-03-19 Thread David Boyer
ows, run Tomcat as a Windows service and use BootstrapService instead of Bootstrap as the startup class. I've written a utility that simplifies this: http://web.bvu.edu/staff/david/tcservcfg/ Hope this helps! - Original Message - From: "Jackson, Stephen" <[EMAIL PR

Can't get more logging messages

2003-03-19 Thread David Thielen
Hi; In server.xml I changed logging to Yet I get no additional messages. Any ideas? Also, I am assuming with a log level of 4, when I use my browser to get a servlet I think should show up - and instead I get an error, it will tell me why in the log. thanks - dave --

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: http://java.sun.com/dtd/web-app_2_3.dtd";> Windward Utilities hello HelloWorldExample My directory is: C:\Program Files\Apache Group\Tomcat 4.1\webapp

Re: Simple servlet won't display

2003-03-19 Thread David Thielen
bove, > packaging everything in a WAR file comes to mind. > > 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,

Re: Simple servlet won't display

2003-03-19 Thread David Thielen
> 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 t

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: http://java.sun.com/dtd/web-app_2_3.dtd";> Windward Utilities hello HelloWorldExample My directory is: C:\Program Files\Apache Group\Tomcat 4.1\webapps\utils\WEB-INF\web.xml C:\Pro

Can't get logger/debug messages

2003-03-20 Thread David Thielen
Hi; In server.xml I changed logging to Yet I get no additional messages. Any ideas? Also, I am assuming with a log level of 4, when I use my browser to get a servlet I think should show up - and instead I get an error, it will tell me why in the log. thanks - dave

Can't get logger/debug messages

2003-03-22 Thread David Thielen
Hi; In server.xml I changed logging to Yet I get no additional messages. Any ideas? Also, I am assuming with a log level of 4, when I use my browser to get a servlet I think should show up - and instead I get an error, it will tell me why in the log. thanks - dave

How to access a servlet without

2003-03-22 Thread David Thielen
Hi; How do I access a servlet without using ? 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: SalesReport ReportSales The following all failed: http://localho

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; Li

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 _jspx_

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 ? 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: SalesReport ReportSales SalesReport

debug statements

2003-03-22 Thread David Thielen
Hi; Two questions: 1) If I set I get no extra messages. But if I set: I do get more messages. This is not documented as far as I can tell so what's going on here? 2) Even with the debug="100", it doesn't tell me why a given url doesn't load anything. Is there any way to get h

Mod_jk and tomcat 4.1.18 communication issues

2003-03-24 Thread David Nagrosst
place. Any help is greatly appreciated. Thanks in advance, David excerpt from server.xml excerpt from web.xml jsp org.apache.jasper.servlet.JspServlet logVerbosityLevel WARNING development

debug statements

2003-03-25 Thread David Thielen
Hi; Two questions: 1) If I set I get no extra messages. But if I set: I do get more messages. This is not documented as far as I can tell so what's going on here? 2) Even with the debug="100", it doesn't tell me why a given url doesn't load anything. Is there any way to get ho

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 _jspx_

Re: debug statements

2003-03-26 Thread David Thielen
Hi; Two questions: 1) If I set I get no extra messages. But if I set: I do get more messages. This is not documented as far as I can tell so what's going on here? 2) Even with the debug="100", it doesn't tell me why a given url doesn't load anything. Is there any way to get ho

Re: debug statements

2003-03-26 Thread David Thielen
I tried that - it tells the least. thanks - dave - Original Message - From: "Jeremy Whitlock" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 10:56 AM Subject: RE: debug statements >

web.xml - not in order

2003-03-26 Thread David Thielen
Hi; When I retrieve the / 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

Commercial Support for Tomcat

2003-03-27 Thread David Godfrey
Europe. Many thanks, David

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 - T

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 -

Page not found errors with Tomcat 4.1.24

2003-03-30 Thread David Morris
of hours I would like to see it work. Thanks, David Morris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Page not found errors with Tomcat 4.1.24

2003-03-30 Thread David Morris
been reported? Thanks, David Morris >>> [EMAIL PROTECTED] 03/30/03 10:00 AM >>> I recently moved a site from Tomcat 4.1.12 to 4.1.24. That site runs a Struts 1.1-RC1 application. After the update, the main menu worked OK, but my application failed with a "Page cannot

RE: Tomcat on Solaris 2.9

2003-04-01 Thread David Godfrey
I use Tomcat 4.1.18 on Solaris 9, running j2sdk1.4.1, with the system fully patched with no problems Rgds D -Original Message- From: Steve Gums [mailto:[EMAIL PROTECTED] Sent: 31 March 2003 23:28 To: Tcat Users Subject: Tomcat on Solaris 2.9 Is anyone out there running tomcat 4.1.24 o

  1   2   3   4   5   6   7   8   9   10   >