Re: Why JBoss (and Tomcat)?

2003-12-22 Thread James Black
Michael Coughlan wrote: I agree. Sorry to be so thick, everyone. I hope I am not too far off topic with this conversation thread, but I simply don't understand how JBoss differs from the J2EE SDK. There is a specification for J2EE, and then Sun makes an implementation of that specification, jus

re: unit testing when application level scoping used

2003-12-22 Thread James Black
Hello, I am trying to write a unit test for an application I didn't write. There are classes in the classes directory I want to test directly. The problem is that the application uses application and session scoping for some of the classes, so they can reference the instance without having p

[OT] Re: postgres configuration

2003-12-22 Thread James Neville
oups: http://www.postgresql.org/docs/7.3/interactive/user-manag.html James [EMAIL PROTECTED] wrote: Hello all i am Inserting data to postgresql question please help me solve this problem i am not given any username ans password by the time of creating db what shoul

Re: postgresql error

2003-12-22 Thread James Neville
The postmaster needs to be started with the -i flag to accept TCP/IP connections. Check the Postgres documentation. James. [EMAIL PROTECTED] wrote: ***Exception: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is

Tomcat/Apache 2/JK 2 & Manager Webapp Config Question

2003-12-18 Thread James Neville
lem? It shouldn't be uncommon, no? Config snippets follow. Thanks in advance for any suggestions, James. * --- directory structures - Tomcat Directory: /apps/pkg/tomcat note: /apps/pkg/tomcat/webapps

RE: mod_jk Tomcat and Apache httpd two different machines?

2003-12-17 Thread James R. Marcus
ng. -Original Message- From: James R. Marcus [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 3:17 PM To: [EMAIL PROTECTED] Subject: mod_jk Tomcat and Apache httpd two different machines? I want to run tomcat on our build machine and apache with the Jk connector on another i

mod_jk Tomcat and Apache httpd two different machines?

2003-12-17 Thread James R. Marcus
I want to run tomcat on our build machine and apache with the Jk connector on another is this possible? Are there any good tutorial docs available to do this? Thanks, James - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: admin interface: jdbcrealm usage

2003-12-12 Thread Ostad, James
thank you. James -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 8:59 AM To: Tomcat Users List Subject: Re: admin interface: jdbcrealm usage Not a bug, a feature gap ;) -Tim Ostad, James wrote: > Are you saying that there is a patch

RE: admin interface: jdbcrealm usage

2003-12-12 Thread Ostad, James
Are you saying that there is a patch for this issue, or did I just come across a bug? James -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 2:48 AM To: [EMAIL PROTECTED] Subject: Re: admin interface: jdbcrealm usage Patches are always

admin interface: jdbcrealm usage

2003-12-11 Thread Ostad, James
I have implemented the jdbcrealm user authentication. Now when I go to the tomcat admin site, there is no sign of our users and roles. Am I supposed to assume that once I moved to jdbcrealm, I should forget about the admin site for user control? any comment? thanks, James Ostad Application

google yourself

2003-12-11 Thread Ostad, James
have you googled yourself at goole.com? I don't know how they get all of our listserv communications. Any one knows how they do that? James Ostad Application Developer/Analyst TMS Department Ex. 4457 E-mail: [EMAIL PROTECTED] Out--

RE: very basic winNT question

2003-12-10 Thread Ostad, James
just curious, is it a FAT installation or NTFS? -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 12:49 PM To: 'Tomcat-User List' Subject: very basic winNT question Hello folks, i know, this a list for Java and Tomcat, but i

RE:THANKS: getting j_username from form

2003-12-10 Thread Ostad, James
I want to wish you and the rest of the crew on this list a very merry Christmas. I don't think I would have finished my project without your helps. thank, James -Original Message- From: Andoni [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 10:25 AM To: Tomcat Users

getting j_username from form

2003-12-10 Thread Ostad, James
I am trying to get the j_username from the form after authentication. But I am getting null each time. here is what I am using to get it: String loginfo = session.getAttribute("j_username"); and the value of the loginfo is null. any help would be nice. James Ostad Application Develop

RE: digest password setup

2003-12-09 Thread Ostad, James
I got my own answer. I have to either enter the digested password in the tomcat-users.xml, or via the admin tool. appreciate your help. James -Original Message- From: Ostad, James Sent: Tuesday, December 09, 2003 2:13 PM To: Tomcat Users List Subject: RE: digest password setup I am

RE: digest password setup

2003-12-09 Thread Ostad, James
, md5 format? any suggestion? thanks, James -Original Message- From: Ostad, James Sent: Tuesday, December 09, 2003 2:01 PM To: Tomcat Users List Subject: RE: digest password setup got them. Thanks for help. I had to drop the \ in the formula. James -Original Message- From:

RE: digest password setup

2003-12-09 Thread Ostad, James
got them. Thanks for help. I had to drop the \ in the formula. James -Original Message- From: Ostad, James Sent: Tuesday, December 09, 2003 1:46 PM To: Tomcat Users List Subject: RE: digest password setup Hi again, It is asking for credential: usage: realmbase -a what am I

RE: digest password setup

2003-12-09 Thread Ostad, James
Hi again, It is asking for credential: usage: realmbase -a what am I supposed to put in place of credentials? I have tried a text file with the password in it. it didnot work. any suggestion? thanks, James -Original Message- From: Vinh Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: digest password setup

2003-12-09 Thread Ostad, James
Hi, I am putting the following command from the URL you send me to: java org.apache.catalina.realm.RealmBase \ -a {algorithm} {cleartext-password} But I am getting error of the class not found. my classpath does include the jar file. any suggestion, thanks, James -Original Message

digest password setup

2003-12-09 Thread Ostad, James
tup, it is using the digest algorithm with is not matching the original password. I hope I was clear enough. Any help would be nice. James Ostad Application Developer/Analyst TMS Department Ex. 4457 E-mail: [EMAIL PROTECTED]

Authenticate userrole, using form based login

2003-12-04 Thread Ostad, James
T have role admin 2003-12-04 09:39:12 HostConfig[localhost]: Deploying discovered web applications Any suggestion or hint would be appreciated. thanks, James Ostad Application Developer/Analyst TMS Department Ex. 4457 E-mail: [EMAIL PROTECTED] Out---> (3)

re: compiling tomcat-5.0.16 from source

2003-12-04 Thread James Black
Hello, I am curious how I compile all the components of tomcat from source code. I am having various problems, the only one that made sense was that I had to upgrade mail.jar. From the $HOME_DIR/jakarta-tomcat-5.0.16/src I should just be able to type 'ant' and have it compile, but it appears

RE: JDBCRealm problem

2003-12-03 Thread Ostad, James
I noticed in the log file that after authentication of admin user, another line indicates that the user admin does not have the role admin. I am checking database to make sure that the role and user have relationship. any suggestion? thanks, james -Original Message- From: Ostad, James

RE: JDBCRealm problem

2003-12-03 Thread Ostad, James
Thank you. What a educational ride. I did the compilation of the jdbcrealm.java Now I am getting the http status 403 !!! again, without this realm setup in server.xml, by just using the DD file, I don't have any restriction problem. any suggestion? thanks, James -Original Me

RE: JDBCRealm problem

2003-12-03 Thread Ostad, James
Tim, I am afraid that I am not familiar with the first line, CP=... is that a copy command on unix? thanks james -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 11:20 AM To: Tomcat Users List Subject: Re: JDBCRealm problem Oops, wrong

RE: JDBCRealm problem

2003-12-03 Thread Ostad, James
Tim, I got the source files. Now there are three jdbcrealm files: jdbcrealm.java jdbcrealmform.java do I need to compile them all, or just the first one? thanks, james -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 10:20 AM To: Tomcat

RE: JDBCRealm problem

2003-12-03 Thread Ostad, James
I am new in tomcat. I am looking in tomcat site for source file for JDBCRealm. Is this part of the tomcat source files? or it is separate? thanks James -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 10:20 AM To: Tomcat Users List Subject

RE: JDBCRealm problem

2003-12-03 Thread Ostad, James
One more thing, when I commented out the realm section in server.xml, the program does work with the default realm. James -Original Message- From: Ostad, James Sent: Wednesday, December 03, 2003 10:08 AM To: Tomcat Users List Subject: RE: JDBCRealm problem I just noticed this errors

RE: JDBCRealm problem

2003-12-03 Thread Ostad, James
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStre am.java:2619) Any help would be appreciated thanks, James -Original Message- From: Ostad, James Sent: Wednesday, December 03, 2003 9:51 AM To: Tomcat Users List Subject: RE: JDBCRealm problem Hi, Thanks for the info

RE: JDBCRealm problem

2003-12-03 Thread Ostad, James
, by design. the top url address is like: http://localhost/login/j_security_check any help, suggestion, or comment would be nice. Thanks, James -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2003 5:01 AM To: Tomcat Users List Subject: Re

Re: JSP Editors

2003-12-01 Thread James Neville
:) Otherwise, NetBeans all the way, its bearable for free. ;) James. Neal wrote: Isn't netBeans now SunOne? And don't they now charge an arm and a leg for it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2003 6:46 AM To: Tomcat Use

RE: JDBCRealm problem

2003-11-26 Thread Ostad, James
x27;t miss anything. thanks, James -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 4:00 PM To: Tomcat Users List Subject: Re: JDBCRealm problem The problem is this: 2003-11-26 11:53:19 JDBCRealm[localhost]: Exception performing auth

RE: JDBCRealm problem

2003-11-26 Thread Ostad, James
one more thing, you might have notice by my first email, I am initializing the database connection within the web.xml. I am not sure that has to do with the problem. The initialization in web.xml is for internal bean usage. thanks, James -Original Message- From: Ostad, James Sent

JDBCRealm problem

2003-11-26 Thread Ostad, James
/login/login.jsp /login/error.jsp A simple restricted-access user role. admin errorlogfile* some of you would like to have all errors, some don't. So I attached the error logfile. Thanks, James Ostad Applic

RE: download file issue

2003-11-25 Thread Ostad, James
I appreciate your trying to help. Thanks, James -Original Message- From: Andoni [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 5:55 AM To: Tomcat Users List Subject: Re: download file issue Sorry, wasn't looking at list in date order!! A. - Original Me

RE: download file issue

2003-11-24 Thread Ostad, James
the file from source to target - then create this path format for url download, as you directed me Thank you so much, James -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 2:18 PM To: Tomcat Users List Subject: Re: download file

RE: download file issue

2003-11-24 Thread Ostad, James
browser level I see only the file name, before getting this error. James -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 2:18 PM To: Tomcat Users List Subject: Re: download file issue James, > You have no idea what I have gone thro

RE: download file issue

2003-11-24 Thread Ostad, James
issue James, > Here is the error page: > The page cannot be displayed > The page you are looking for is currently unavailable. The Web site > might be experiencing technical difficulties, or you may need to adjust > your browser settings. Sorry for the back-and-forth: is this

RE: download file issue

2003-11-24 Thread Ostad, James
appreciate your help. James -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 12:09 PM To: Tomcat Users List Subject: Re: download file issue James, > I am not using IIS at this time. So, this is standalone Tomcat. Okay. > I am a

RE: download file issue

2003-11-24 Thread Ostad, James
. Thanks James -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 11:57 AM To: Tomcat Users List Subject: Re: download file issue James, > I have created a web site that allows users to download files. > It is working at the server leve

download file issue

2003-11-24 Thread Ostad, James
I have created a web site that allows users to download files. It is working at the server level, but not out site of the server, at user level. Server is win2k adv. server. Tomcat is 4.1.29 Any suggestion would appreciated. James Out--->

RE: [off-topic] jakarta, java, indonesia

2003-11-21 Thread James Ostad
I really didn't know this. I like that. It is always good to know where we are going while on the airplane! -Original Message- From: Erik Wright [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 3:09 PM To: Tomcat Users List Subject: Re: [off-topic] jakarta, java, indonesia Jaka

RE: RE : JK2 error- file access denied

2003-11-20 Thread James Ostad
I wish you would have been right on this. In either case the application works in SunOne, but not in Tomcat. got to be something else. James -Original Message- From: eric perso [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 12:01 PM To: 'Tomcat Users List' Subject

RE: RE : JK2 error- file access denied

2003-11-20 Thread James Ostad
taking care of this part by itself. Thank you for replying back. James -Original Message- From: eric perso [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 12:01 PM To: 'Tomcat Users List' Subject: RE : JK2 error- file access denied Hi, You have not the rights to wr

JK2 error- file access denied

2003-11-20 Thread James Ostad
onnection(Http11Protocol.java:549) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:58 9) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:666) at java.lang.Thread.run(Thread.java:536) my system is windows 2k adv. serve

RE: server error

2003-11-20 Thread James Ostad
check you packaging information in the file that your are using category, in logservice.java. -Original Message- From: Subramaniyam Hemalatha [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 10:44 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: server error he

Sunone Studio and Tomcat issue

2003-11-20 Thread James Ostad
a //model \root\web-inf\classes\web\ceocrcservlet.java, initializeconnectionpool.java // controller \root\web-inf\web.xml any suggestion would be great. Thanks, James Ostad Application Developer/Analyst TMS Department Ex. 4457 E-mail: [EMAIL PROTECTE

Re: Increase The Heap

2003-11-17 Thread James Black
Scott Purcell wrote: As a baseline, I would like to increase the JVM memory on tomcat 4.06 (running as a service). I am having trouble isolating where this is done. I have searched through the config directory for jmx but found nothing. In catalina.sh do: JAVA_OPT=-mx512m if you want it to be 5

Re: Running & debugging servlets on Linux

2003-11-17 Thread James Neville
write some messages to the logs (or console as above). You may wish to check out Log4J very useful ;) Regards, James. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help : Linux Debian

2003-11-17 Thread James Neville
p; friends. No show stoppers here, but seeing we're there anyway.. :) Regards, James. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to monitor RAM Usage

2003-11-14 Thread James Black
> Thanks. Out of curiosity, what sort of RAM allocations would you typically > do on a production UNIX machine? Obviously I don't want to use up all of > my memory, but this and mySQL are my only two production apps. It depends on what your application does. Mine does a lot of graphs, and the d

Re: How to monitor RAM Usage

2003-11-14 Thread James Black
neal cabage wrote: I'm currently having a problem wherein Tomcat crashes about once per week and gives the error Java.error.OutOfMemory but I can't see any diagnostics by which to establish any patterns. I also can't find this information on the Apache site, after having looked for 1/2 hour. I

re: integrating Tomcat5 with Apache2

2003-11-14 Thread James Black
Hello, I recently upgraded to tomcat5 and now have a problem with trying to do the integration. I used to use (under Tomcat4) in server.xml but now I can't find any ApacheConfig. I am trying to get tomcat to create automatically a file that apache will read in to know what directories are

Re: Help : Linux Debian

2003-11-14 Thread James Neville
d 4.0.something. not ideal. If you need any help/guidance, mail me off list, i'd be glad to help. Regards, James. Hart, Justin wrote: Download the Sun java installation that installs from a shell script, it runs fine. Also, Debian used to maintain a java package in their contrib branch,

RE: best way to debug JSP's ???

2003-11-05 Thread Anderson, James H [IT]
Don, Could you send a copy of your JSP debugging page? Thanks, jim -Original Message- From: Don Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 9:18 AM To: Tomcat Users List Subject: RE: best way to debug JSP's ??? One of the techniques I use alot is to include a JS

RE: best way to debug JSP's ???

2003-11-05 Thread Anderson, James H [IT]
Thanks for all the responses! jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

best way to debug JSP's ???

2003-11-05 Thread Anderson, James H [IT]
I hope this isn't terribly off topic, but I couldn't think of a better list... jim (BTW, is there a way to get at the servlet that's generated by compiling the JSP?) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

SSL error -12229

2003-11-03 Thread James Rome
I have installed Tomcat5 on Solaris in the Sun jwdsp-1.3. I created the certificates as per the instructions in the server.xml file, and uncommented the ssl server section. But when I try to connect to it, after the server presents me with its certificate, I get "error -12229" What is wrong? -

RE: JNDI problem using 4.1.27

2003-11-03 Thread Anderson, James H [IT]
. Anderson, James H [IT] wrote: >I can't seem to get JNDI working. I'm trying to access an MySQL database via >JNDI and it's not working. catalina.out contains this msg: > >DBCP borrowObject failed: ..., underlying cause: Unexpected end of input >stream > >The fo

JNDI problem using 4.1.27

2003-10-31 Thread Anderson, James H [IT]
I can't seem to get JNDI working. I'm trying to access an MySQL database via JNDI and it's not working. catalina.out contains this msg: DBCP borrowObject failed: ..., underlying cause: Unexpected end of input stream The following compressed tar file contains portions of all the relevant files, AF

RE: JNDI problem using 4.1.27

2003-10-31 Thread Anderson, James H [IT]
I should amend this to say that the problem looks more like it has to do with connection pooling than with JNDI. > -Original Message- > From: Anderson, James H [IT] > Sent: Friday, October 31, 2003 3:36 PM > To: '[EMAIL PROTECTED]' > Subject:

seeking tomcat consultant in dallas fort worth

2003-10-23 Thread Watkins, James
I would be interested in finding a tomcat consultant in the Dallas/Fort Worth area, who has experience in configuring Tomcat with IIS. If you know anyone, please have them reply to [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> . Thanks! James Watkins

Tomcat + IIS (Virtual Server vs Virtual Directory)

2003-10-23 Thread Watkins, James
ly, but http://www.marketing.com <http://www.marketing.com> is not compiling the jsp code, and is serving the pages as though they were just html, and it is ignoring my security contexts. thank you so much for helping with this! james watkins

RE: HTTP 403 - isapi_redirector

2003-10-23 Thread Watkins, James
. But still, I don't know what was wrong with version 4.1.16... anyway it is fixed now. So much wasted time -Original Message- From: Watkins, James [mailto:[EMAIL PROTECTED] Sent: 17 octobre, 2003 14:02 To: 'Tomcat Users List' Subject: RE: HTTP 403 - isapi_redirector S

RE: HTTP 403 - isapi_redirector

2003-10-17 Thread Watkins, James
displayed. -Original Message- From: Watkins, James [mailto:[EMAIL PROTECTED] Sent: 16 octobre, 2003 16:29 To: 'Tomcat Users List' Subject: RE: HTTP 403 - isapi_redirector Is your form inside the secured folder? -Original Message- From: Dionne, Patrice [mailto:[EMAIL

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Watkins, James
From: Watkins, James [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 4:19 PM To: 'Tomcat Users List' Subject: RE: HTTP 403 - isapi_redirector Do you get the form if you go directly to it through IIS, I mean http://host/site/form.jsp -Original Message- From: Dionne,

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Watkins, James
g the form if I go via IIS on port 80 but if I try directly via Tomcat on port 8080 I get it. So the set up (web.xml) is fine on tomcat. -Original Message- From: Watkins, James [mailto:[EMAIL PROTECTED] Sent: 16 octobre, 2003 14:04 To: 'Tomcat Users List' Subject: RE: HTTP 403 - i

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Watkins, James
With form based authentication, are you getting the form? -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 12:18 PM To: Tomcat Users List Subject: RE: HTTP 403 - isapi_redirector Thanks James, I did try your solution but nothing

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Watkins, James
I ran into the same problem and switched to using a form based authentication which seems to work fine. It seems to be some problem with iis intercepting the login info? -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 11:00 AM To: [EMAIL

confused about iis 5.1/tomcat 4.1.27

2003-10-16 Thread Watkins, James
i am using j_security_check with a form based login screen... this works ok, but here is my problem. the entry page is a redirect to a secured page based on the referer url, or the username. this works ok, i have two users, two roles and two acceptable referer urls. in my web.xml i have 2 security

mod_jk.so not building :(

2003-10-16 Thread James Snelling
efined type `enum bool' dlopen.c:97: warning: `return' with a value, in function returning void dlopen.c: In function `dlopen': dlopen.c:255: void value not ignored as it ought to be dlopen.c:337: void value not ignored as it ought to be apxs:Break: Command failed with r

RE: MAC OSX and Tomcat -4.0.1

2003-10-16 Thread James Snelling
Solved the problem - there was an existing Catalina.jar file in /Library/Java/Extensions that was looking for a whole pile of non existent stuff, thus causing the problems! Thanks for your help anyway though- much appreciated! James -Original Message- From: Giuliano Gavazzi [mailto

MAC OSX and Tomcat -4.0.1

2003-10-15 Thread James Snelling
(Catalina.java:681) at org.apache.catalina.startup.Catalina.process(Catalina.java:179) James Snelling [EMAIL PROTECTED] --- The views expressed here are not those of the Students' Association nor can they be assum

Can't import apache ssl key to tomcat keystore

2003-09-29 Thread James Tolles
iocore and try that. Two three ssl-keys have imported correctly. The third one however seems to get broken. Would anyone know of a more direct way to get an existing "apache compatible" ssl key into a tomcat keystore? Thanks for any help.. - James

RE: TC5 Client Deployer

2003-09-23 Thread James Richmond
Yoav, Absolutely, Ant is extremely useful and widely used by myself and other SysAdmins I know. However the HOWTO is, IMHO, unclear as to how to use the ant task. For example : "The deployer package includes a ready to use Ant script.." - Where is this ant script? Th

RE: TC5 Client Deployer

2003-09-23 Thread James Richmond
Thanks Yoav, I did check that HOW-TO but as a mere Systems Admin, this was not intuitive. Unless I am in the minority I would suggest a step by step guide be included to the HOWTO. I would be happy to contribute this if useful. Regards, James Howdy, Where is the Client Deployer in TC5 b12

TC5 Client Deployer

2003-09-23 Thread James Richmond
Where is the Client Deployer in TC5 b12 please? Having checked the docs, mailing list and beta 12 release code I cannot find *where* the client deployer is - the docs outline how it works, but not where it is or how to use it. Thanks James

Re: Can access tomcat locally but not from another machine

2003-09-16 Thread James Harman
Or it could be that the xp firewall is turned on an not allowing the 8080 connection externally. Christopher Williams wrote: If your company is hot on security, the most likely cause is that port 8080 is blocked (possibly at the router). Ask your admin guys about freeing it for internal network

RE: JNDI lookup from console app

2003-09-15 Thread James Dunwoody
just interested to see if I could generalise and possibly create a better solution by using DataSources. Thanks again Anton. James -Original Message- From: Anton Tagunov [mailto:[EMAIL PROTECTED] Sent: Monday, 15 September 2003 9:21 p.m. To: Tomcat Users List Subject: Re: JNDI lookup from

JNDI lookup from console app

2003-09-14 Thread James Dunwoody
ava.naming.provider.url","localhost:1099"); //props.put("java.naming.provider.url","jnp://localhost:1099"); InitialContext context = new InitialContext(props); James Dunwoody Software Engineer Sytec Resources Limited - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Memory Leak with static content

2003-09-12 Thread James Harman
Seth, As you mentioned taht the jsp page is not the problem I hope that you have looked to make sure that you are closing off any input/ouput streams and other resources involved in sending the email right? James Seth Newton wrote: -I'm using Tomcat to feed about 6 sites with static co

Tomcat and URL rewriting

2003-09-09 Thread James Courtney
Does tomcat support ANY URL rewriting functionality similar to Apache's mod_rewrite but using stand alone Tomcat 4.1.24 without Apache? Many thanks! Jamey

Re: I still don't understand the need for the connection between Apache and Tomcat

2003-09-07 Thread James Harman
hanks for that link. It has really good guidelines for both deployments. James - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-05 Thread James Harman
Shailesh, Is it classes12.jar or classes12.zip? Your first post said zip. If it is zip make sure you rename it to jar. If you rename it to classes12.jar and put it in WEB-INF\lib it will be picked up. James Shailesh Modi wrote: Hi, I have kept classes12.jar in every possible places in

Re: Tomcat and MsSQL

2003-08-30 Thread James Harman
direction too. Is this the same jsp under tomcat and websphere? James Frank von Daak wrote: Hi, maybe, someone of you can help me... I try to port a webapplication from asp to java... First, I have used Websphere for this and everything worked ok, but then I decided to use tomcat4 (both

Re: Issues help needed

2003-08-29 Thread James Harman
oices. Tomcat is a fine choice - or if you desire a "commercial" product so that you can make management happy because they have someone to shell out money too try Weblogic. James - To unsubscribe, e-mail: [EMAIL

RE: Re OT: Java/JSP vs C#/.NET

2003-08-28 Thread james Folsom
t;> >> I think $MS is going to have a hell of a time >> competing with the open source >> community in the medium (5 year) term. Open Office >> is >> looking really good these days. >> >> Sun, IBM, and others sell hardware and services and >> so a

Re: Re OT: Java/JSP vs C#/.NET

2003-08-27 Thread james Folsom
Maybe I'm a little biased, but I don't see how it's even an issue. In order for there to actually be some sort of debate, Microsoft .NET would have to be at least somewhat comparable to Java. They aren't even close. People who use C# use it because they are lazy. The thing about doing J2EE is t

Re: Tomcat cannot find subclass

2003-08-26 Thread James C. McMaster (Jim)
In message <[EMAIL PROTECTED]>, "Bill Barker" said: > Unlike Tomcat 4, Tomcat 3 uses a delegating ClassLoader. This means that > jars in lib/apps can't see classes in WEB-INF/classes. Also, as long as the > jar is in lib/apps, Tomcat 3 will load classes from there in preference to > the same jar

Re: mysql connection pooling problem

2003-08-23 Thread James Harman
Another thing you might look at is your jsp code. You have DataSource ds = (DataSource)ctx.lookup("java:/comp/env/jdbc/testdev"); you probably want DataSource ds = (DataSource)ctx.lookup("java:comp/env/jdbc/testdev"); notice that there is no / before comp. James Eugen

Re: mysql connection pooling problem

2003-08-23 Thread James Harman
experienced enough to know the difference between context-param and resource-ref, but this seems to work for me. James Eugene Lee wrote: I'm having a really odd problem connecting to a local MySQL server. If I use java.sql.DriverManager.getConnection(), it works perfectly fine. But when I try to

Can I get the "shared" classes reloaded when . . .

2003-08-22 Thread James Wilson
s that have been changed since Tomcat was started without taking Tomcat down? Thanks, James -- James Wilson Internet Developer U.S. District Court 333 Lomas Blvd. NW Albuquerque NM 87102 Phone: (50

Re: Tomcat cannot find subclass

2003-08-20 Thread James C. McMaster (Jim)
----Original Message- > > From: James C. McMaster (Jim) [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 20, 2003 4:23 PM > > To: [EMAIL PROTECTED] > > Subject: Tomcat cannot find subclass > > > > > > I am having a problem with Tomcat 3.3, runnin

Tomcat cannot find subclass

2003-08-20 Thread James C. McMaster (Jim)
I am having a problem with Tomcat 3.3, running on Solaris 8. I have written a framework for asking questions and getting responses through a browser. The package is called com.stortek.ilm.userresponse. The classes live in a .jar file which resides in $TOMCAT_HOME/lib/apps. One of the classes

RE: Installing Tomcat as a Service

2003-08-20 Thread James Harman
care of stopping and starting apache as a service. I would look at the other scripts in init.d for information on how to write one. James --- Stuart Stephen <[EMAIL PROTECTED]> wrote: > I already have done the hard work of intergrating > apache and tomcat together > in the desired way

RE: Apache-Tomcat-Struts > 404 Not Found

2003-08-20 Thread James Harman
Don't the JkMount lines need to be inside the VirtualHost tags? --- Johan Wasserman - CPX Mngd Services <[EMAIL PROTECTED]> wrote: > Nope, that didn't solve the problem. But let it be > known that I'm not > realy a guru when it comes to configuring this lot. > > Heres some extracts: > -

exception.getMessage()

2003-08-15 Thread James Michelich
Hello, I'm having a problem with 'exception.getMessage()' - whenever I throw an IOException with a message (i.e. throw new IOException("error") ), my error jsp page displays nothing. I have the java.io.IOException mapped in web.xml to a jsp er

RE: Setting error page for servlets

2003-08-15 Thread James Michelich
non-null, valid IP address. Thanks, James -- Original message -- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 15, 2003 2:36:33 PM Subject: RE: Setting error page for servlets Howdy, >The problem with that solution is this - I have written my own >

RE: Setting error page for servlets

2003-08-15 Thread James Michelich
Thanks for the info. The problem with that solution is this - I have written my own exception, and cannot override the list of exceptions associated with the doPost() method. Am I just misinterpreting your previous post, or is there another solution for this? Thanks for the help, James

Setting error page for servlets

2003-08-15 Thread James Michelich
Is there a way to set the error page for a servlet (i.e. something comparable to using the page directive with 'errorPage=error.jsp' in jsp's)? Thanks, James - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

<    1   2   3   4   5   6   7   8   9   >