Any Native SNMP Features in Tomcat

2004-09-28 Thread Chuck Carson
Does Tomcat 5.0x come with any support to perform SNMP requests or will I need to find a 3rd party utility for this? Thx, rhugga - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Any Native SNMP Features in Tomcat

2004-09-28 Thread Chuck Carson
peter On Tue, 28 Sep 2004 12:40:58 -0700 (PDT), Chuck Carson [EMAIL PROTECTED] wrote: Does Tomcat 5.0x come with any support to perform SNMP requests or will I need to find a 3rd party utility for this? Actually I want to use Tomcat to monitor my network using both SNMP as well

API docs for Mysql JDBC Driver?

2004-09-23 Thread Chuck Carson
Does anyone know where I can find a complete set of API docs for the JConnect Driver 3.x? The docs on the site are lacking and only have simple examples on how to do SELECT's. I am looking for a complete method list or something more detailed. Thanks for any info, rhugga

Re: [OFF-TOPIC] RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread Chuck Carson
Informatics -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 10:49 AM To: LIST: Tomcat User Subject: API docs for Mysql JDBC Driver? Does anyone know where I can find a complete set of API docs for the JConnect Driver 3.x

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-22 Thread Chuck Carson
When I move my datasource definition to the web.xml file for my webapp, I get nothing. When I use the Tomcat manager app and drill down into Service-Host-Context (testapp1)-Resource-DataSources I see my jdbc/MysqlTest1 datasource defined but all the parameters associated with it are blank.

List Config: How To See My Own Posts

2004-09-22 Thread Chuck Carson
I never see my own posts to the list unless someone replies. Is this due to the list configuration or is it Yahoo's spam filter somehow detecting a duplicate message (ie: One that is also in my sent folder)? (I am using Yahoo for my mailing lists) Thx, chuck

RE: Tomcat connection closes after 100 responses

2004-09-21 Thread Chuck Carson
--- Shanti Priya [EMAIL PROTECTED] wrote: Hi !! In your server.xml file it's set as 100.Check it up. -Original Message- From: Bas Alberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 7:54 PM To: 'Tomcat Users List' Subject: Tomcat connection closes

Can Tomcat User Locak Socket instead of TCP for Mysql Connections?

2004-09-21 Thread Chuck Carson
I noticed that the URL contrains the port number for mysql, 3306. Is it possible for tomcat to use the local socket directly? (/var/lib/mysql/mysql.sock by default from most Linuxes) Thx, rhugga - To unsubscribe, e-mail:

Mysql JDBC Drivers: Use 2.x or 3.x?

2004-09-20 Thread Chuck Carson
I am starting to build an application using Tomcat 5.0x and am having problems getting the connection pool setup. Should I be using the 3.x or 2.x Mysql drivers? The 2 files I have downloaded are: mysql-connector-java-2.0.14.tar.gz mysql-connector-java-3.0.15-ga.tar.gz I am currently trying to

Re: Tomcat vs BEA Weblogic?

2004-09-20 Thread Chuck Carson
--- Bjørn T Johansen [EMAIL PROTECTED] wrote: So the conclusion would be that BEA isn't worth the cost... And since I am used to using opensource, including Tomcat, then Tomcat seems to be the right way to go... (and maybe JBoss if we get that far...) Thanks for your replies... :)

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-20 Thread Chuck Carson
--- Robert Bateman [EMAIL PROTECTED] wrote: we are using a combination of 3.0.8-stable and 3.0.14-production on our servers. The jar files are placed into the same folder you have placed yours. What connect string are you using? Bob I am basically just trying to setup a connection

Tomcat 4.x or 5.0x???

2004-09-20 Thread Chuck Carson
I am somewhat new to java development (although I have been writing C/C++ for 10+ yrs) and am writing a network mangement app and decided to use java/tomcat. Just a question: Would I be better off using 4.x or should I use 5.0x? The app I am writing will not likely be ready for at least a year

RE: Tomcat vs BEA Weblogic?

2004-09-20 Thread Chuck Carson
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] = Chuck Carson - Sr. Systems Engineer Syrrx, Inc. - www.syrrx.com 10410 Science Center Drive San Diego, CA 92121 Work: 858.731.3540 Fax

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-20 Thread Chuck Carson
give that a shot... -rhugga = Chuck Carson - Sr. Systems Engineer Syrrx, Inc. - www.syrrx.com 10410 Science Center Drive San Diego, CA 92121 Work: 858.731.3540 Fax: 858.550.0526 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat vs BEA Weblogic?

2004-09-20 Thread Chuck Carson
--- Dennis Dai [EMAIL PROTECTED] wrote: On 9/20/2004 3:00 PM, Chuck Carson wrote: As far as JBoss goes, I heard a nasty rumor that JBoss might not be around much longer. Well, you do know that there're tomcat developers that work for JBoss on this list, right? ;-) -- Dennis Dai

Help Defining new webapp

2002-10-10 Thread Chuck Carson
I have the following app: /usr/local/tomcat/webapps/changemgmt/ Tomcat detects it upon startup and it works fine. However, I want to enabled automatic reloading of classes. Is this what I need to add to server.xml: Context path=/changemgmt docBase=changemgmt debug=0 reloadable=true /

RE: Help Defining new webapp

2002-10-10 Thread Chuck Carson
Thanks, CC -Original Message- From: Padhu Vinirs [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 7:43 AM To: Tomcat Users List Subject: Re: Help Defining new webapp That is correct. -- padhu Chuck Carson wrote: I have the following app: /usr/local

Odd Exception at Startup

2002-10-09 Thread Chuck Carson
I am getting the following exception at startup, however, the server starts and appears to function correctly: [INFO] Registry - -Loading registry information [INFO] Registry - -Creating new Registry instance [INFO] Registry - -Creating MBeanServer [INFO] Http11Protocol - -Initializing Coyote

RE: Odd Exception at Startup

2002-10-09 Thread Chuck Carson
Ahhh. Cool thanks. -Chuck -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 9:14 AM To: Tomcat Users List Subject: Re: Odd Exception at Startup On Wed, 9 Oct 2002, Chuck Carson wrote: Date: Wed, 9 Oct 2002 08

LOGGER: Disable timestamping but no effect

2002-10-09 Thread Chuck Carson
I configured my Logger entires in server.xml so that the logs appear as logfile name.log with no timestamping. Here is one such example: Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=localhost suffix=.log timestamp=false/ However, the log is being created as

Reload Servlets/Classes

2002-10-07 Thread Chuck Carson
Sorry if this has been asked before, but when working in a development environment, how can I reload newly compiled classes w/o restarting the tomcat server? Thanks, CC -- This message contains confidential information and is intended only for the individual named. If you are not the

RE: Reload Servlets/Classes

2002-10-07 Thread Chuck Carson
/appdev/sample into your web app, edit the build.xml for ur app and call ant reload everytime. -- padhu Chuck Carson wrote: Sorry if this has been asked before, but when working in a development environment, how can I reload newly compiled classes w/o restarting the tomcat

RE: Reload Servlets/Classes

2002-10-07 Thread Chuck Carson
. -- padhu Chuck Carson wrote: I am wanting to do this for classes under ROOT/WEB-INF/classes I noticed that Context path= docBase=ROOT debug=0/ is commented out, do I uncomment this entry and add the reloadable to this section? Thanks, CC -Original Message- From

Tomcat won't work with jdk 1.4.0

2002-10-07 Thread Chuck Carson
I am running the binary distribution of tomcat 4.0.5 on Solaris 8. It works with jdk1.3.1_05, but I am trying to get it running with jdk1.4.0_02 and I get the following exception in catalina.out: Exception during startup processing java.lang.reflect.InvocationTargetException at

Where is javax.sql

2002-10-04 Thread Chuck Carson
Where is the package at under tomcat 4.1.2? I moved my tomcat apps from Linux to Solaris but none of my oracle connections will work. Thanks, Chuck -- This message contains confidential information and is intended only for the individual named. If you are not the named addressee you

Please Help: Getting this exception

2002-10-04 Thread Chuck Carson
I moved my tomcat server from Linux to Solaris, now using the binary dist of tomcat 4.1.2 and jdk 1.3.1_04. All my apps are giving me this exception: org.apache.jasper.JasperException: java/sql/Savepoint at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja

RE: Where is javax.sql

2002-10-04 Thread Chuck Carson
in Oracle's JDBC classes file (named classes12.jar for my installation), not in Tomcat. Make sure you install this file for your Oracle connections to work (put it in your $TOMCAT_HOME/lib directory). It can be downloaded from Oracle. Kenny - Original Message - From: Chuck Carson [EMAIL

RE: Please Help: Getting this exception

2002-10-04 Thread Chuck Carson
, and if so, what type JDBC drivers are you using? Yoav Shapira Millennium ChemInformatics -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 10:36 AM To: Tomcat Users List Subject: Please Help: Getting this exception I moved my

Please Help: Jasper Problems

2002-10-04 Thread Chuck Carson
I am running the binary distibution of Tomcat 4.1.2 on Solaris 8. Each time a JSP page is requested, it generates the following exception: 2002-10-04 08:28:45 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: java/sql/Savepoint

RE: Please Help: Getting this exception

2002-10-04 Thread Chuck Carson
On Fri, 4 Oct 2002, Chuck Carson wrote: Date: Fri, 04 Oct 2002 07:35:50 -0700 From: Chuck Carson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Please Help: Getting this exception I moved my tomcat server from Linux

Re: Another Problem that annoys the hell out of me

2002-10-02 Thread Chuck Carson
by Ant. I had similar problems with some older versions of these. I have no problem with the latest releases of both of the above. Chuck Carson wrote: Does anyone run into this problem when building on Solaris. About 75% into the build process is starts crapping out on *.xml files

Help with Startup Script

2002-10-02 Thread Chuck Carson
tomcat server... so I know the script is getting executed. The default runlevel is set to 3. Anyone have any ideas? Thanks, CC -- Chuck Carson Sr. Systems Administrator Syrrx, Inc. 10410 Science Center Drive San Diego, CA 92121 E: [EMAIL PROTECTED] W: +1 858.731.3540 M: +1 858.442.0827

Re: Help with Startup Script

2002-10-02 Thread Chuck Carson
;; esac exit 0 Turner, John wrote: What if you call startup.sh and shutdown.sh instead of catalina.sh directly? John -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:20 AM To: Tomcat Users List Subject: Help with Startup Script

ARG! Startup problems under Solaris

2002-10-01 Thread Chuck Carson
Anyone have any ideas? Thanks, CC -- Chuck Carson Sr. Systems Administrator Syrrx, Inc. 10410 Science Center Drive San Diego, CA 92121 E: [EMAIL PROTECTED] W: +1 858.731.3540 M: +1 858.442.0827 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: ARG! Startup problems under Solaris

2002-10-01 Thread Chuck Carson
Message - From: Chuck Carson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 5:02 PM Subject: ARG! Startup problems under Solaris I do not know what I have done wrong this time, but I have installed tomcat at least 50 different times

Another Problem that annoys the hell out of me

2002-10-01 Thread Chuck Carson
Does anyone run into this problem when building on Solaris. About 75% into the build process is starts crapping out on *.xml files. For example: Docs: snip [style] Failed to process /root/TOMCAT/jakarta-tomcat-connectors-4.1.12-src/jk/xdocs/jk/neshowto.x ml BUILD FAILED

RE: ARG! Startup problems under Solaris

2002-10-01 Thread Chuck Carson
- From: Chuck Carson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 5:02 PM Subject: ARG! Startup problems under Solaris I do not know what I have done wrong this time, but I have installed tomcat at least 50 different times

Help Deploying Servlet

2002-09-12 Thread Chuck Carson
when referring to AddNewsItem from a jsp page like so: FORM action=AddNewsItem method=POST What am I missing? Thanks, Chuck Chuck Carson Sr. Systems Administrator Syrrx, Inc. 10410 Science Center Drive San Diego, CA 92121 E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] W: 858.731.3540

RE: Help Deploying Servlet

2002-09-12 Thread Chuck Carson
/servlet-name url-pattern/AddNewsItem/url-pattern /servlet-mapping /servlet /web-app Thanks, Chuck -Message d'origine- De : Chuck Carson [mailto:[EMAIL PROTECTED]] Envoye : jeudi 12 septembre 2002 18:27 A : Tomcat Users List Objet : Help Deploying Servlet I have

RE: Re[2]: Help Deploying Servlet

2002-09-12 Thread Chuck Carson
CC servlet CC servlet-mapping CC servlet-nameAddNewsItem/servlet-name CC url-pattern/AddNewsItem/url-pattern CC /servlet-mapping CC /servlet CC /web-app CC Thanks, CC Chuck -Message d'origine- De : Chuck Carson [mailto:[EMAIL PROTECTED]] Envoye : jeudi

Does Tomcat require restart when chaning classes?

2002-09-12 Thread Chuck Carson
a server restart. Thanks, CC Chuck Carson Sr. Systems Administrator Syrrx, Inc. 10410 Science Center Drive San Diego, CA 92121 E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] W: 858.731.3540 M: 858.442.0827 -- This message contains confidential information and is intended only

ARG! Please Help

2002-09-11 Thread Chuck Carson
: $TOMCAT_HOME/webapps/ROOT/index.jsp It cannot find database.dat, I have tried placing this file in nearly every directory under the tomcat tree. Where does this file need to do? Thanks, CC Chuck Carson Sr. Systems Administrator Syrrx, Inc. 10410 Science Center Drive San Diego, CA 92121 E

RE: ARG! Please Help

2002-09-11 Thread Chuck Carson
web application directory try use this -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:12 AM To: Tomcat Users List Subject: ARG! Please Help I have a class that needs to read in database connection info from a file called

RE: ARG! Please Help

2002-09-11 Thread Chuck Carson
(); out.println(webappdir); String data=webappdir+/database.dat % -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:25 AM To: Tomcat Users List Subject: RE: ARG! Please Help I think some of your message was chopped, exactly how would

RE: Relative Servlet Path

2002-09-05 Thread Chuck Carson
using tomcat for 2 weeks. Thanks, Chuck Chuck Carson Sr. Systems Administrator Syrrx, Inc. 10410 Science Center Drive San Diego, CA 92121 E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] W: 858.731.3540 M: 858.442.0827 -- This message contains confidential information and is intended only

Relative Servlet Path

2002-09-04 Thread Chuck Carson
/db ? Sorry if this is newbie, I have only been using tomcat for 2 weeks. Thanks, Chuck Chuck Carson Sr. Systems Administrator Syrrx, Inc. 10410 Science Center Drive San Diego, CA 92121 E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] W: 858.731.3540 M: 858.442.0827 -- This message