Can't create TCP/IP socket

2003-11-03 Thread Michael Hanke
it is invoked through Tomcat I always get the message: Can't create TCP/IP socket (10106) The message occurs whether MySQL is started or not. As I read many postings about that problem but didn't find an answer I would be really glad if you could help me! Michael

AW: Test mail list

2003-10-30 Thread Nitschke Michael
No ;) -Ursprüngliche Nachricht- Von: LEONARDO MARTINEZ [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Oktober 2003 15:17 An: [EMAIL PROTECTED] Betreff: Test mail list Testing U can see me? Atte. Leonardo Martínez Paz.

AW: Programming Question?

2003-10-29 Thread Nitschke Michael
I assume you are in the wrong list, this is for special tomcat problems not for common programming problems. I suggest you use a database if the datavolume is high enough, if there are only 5 forms a day that get filled out, you could save it in a text file on the server. I prefer not to save

Tomcat 4.0, server.xml and SSL

2003-10-29 Thread Gilpin, Michael R.
I installed SSL on my Apache Tomcat 4.0 server. When the SSL Connector portion of server.xml is commented-out, my Apache Tomcat server service restarts with no problems. But when the SSL Connector portion is not commented-out, the Apache Tomcat server service will NOT restart. It doesn't

TC 3.3.1: How to disable static access to *certain* directories?

2003-10-23 Thread Lemke, Michael IZ/HZA-IE5
try http://host.dom:4711/otherapplication/WEB-INF/web.xml I get a 403 Forbidden. How can I make tomcat to return 403 (or 404) for the first path as well? I just couldn't find anything in the docs or google. Thanks, Michael

RE: Logging of individual file access - How?

2003-10-23 Thread Lemke, Michael IZ/HZA-IE5
3.3.2. Michael -Original Message- From: Ralf Bierig [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:12 PM To: [EMAIL PROTECTED] Subject: Logging of individual file access - How? I would like to log every file access (defined by its URL) in Tomcat

RE: TC 3.3.1: How to disable static access to *certain* directori es?

2003-10-23 Thread Lemke, Michael IZ/HZA-IE5
-Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 3:07 PM To: Tomcat Users List Subject: RE: TC 3.3.1: How to disable static access to *certain* directories? -Original Message- From: Lemke, Michael IZ/HZA-IE5 [mailto

RE: Apache cannot load jk2

2003-10-23 Thread Dean, Michael D.
just a shot, Julien but, if your file config is EXACTLY as shown, your LoadModule directive is commented out... IfModule !mod_jk2.c # LoadModule jk2_module modules/mod_jk2-1.3.27.dll /IfModule Best Regards, Michael Dean Sun Certified Programmer for the Java 2 Platform Washington State

RE: TC 3.3.1: How to disable static access to *certain* directori es?

2003-10-23 Thread Lemke, Michael IZ/HZA-IE5
Thanks. I might try that. One more question: How can I change the default page, i.e., the one that displays when I just enter a path, from index.html to something else? Thanks again, Michael -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Thursday, October

redirect?

2003-10-23 Thread Dean, Michael D.
specified in the URL... I'm trying to set it so the user doesn't have to remember the ports Best Regards, Michael Dean Sun Certified Programmer for the Java 2 Platform Washington State Department of Corrections ph: 360-664-8802 fx: 360-664-3985 mailto:[EMAIL PROTECTED] I'm a sailor

Strange behaviour with Tomcat 4.x running as a service

2003-10-16 Thread Michael Schuldt
and then it crashes suddenly. I thought about an error in Cayenne. But when I’m runnig Tomcat as a console application everything works fine! Am I doing something wrong? Michael Schuldt ascensys Software Consulting Schuldt und Spajic GbR Individualsoftware · Sicherheitskonzepte · Internetlösungen

Strange behaviour with Tomcat 4.x running as a service

2003-10-16 Thread Michael Schuldt
and then it crashes suddenly. I thought about an error in Cayenne. But when I’m runnig Tomcat as a console application everything works fine! Am I doing something wrong? Michael Schuldt - To unsubscribe, e-mail: [EMAIL PROTECTED

AW: Strange behaviour with Tomcat 4.x running as a service

2003-10-16 Thread Michael Schuldt
:07 An: Tomcat Users List Betreff: RE: Strange behaviour with Tomcat 4.x running as a service Howdy, Do you have different JVM options (or JVMs altogether) between the service and the console startup scripts? Yoav Shapira Millennium ChemInformatics -Original Message- From: Michael

tomcat5.0 source update build errors

2003-10-12 Thread Michael C. Starkie
I'm trying to update my build of tomcat5.0. I go to my $CATALINA_HOME directory and and enter: ant this is what I get: build-commons-daemon: [echo] == Building: commons-daemon BUILD FAILED file:/home/mike/dev/tomcat5.0/jakarta-tomcat-5/build.xml:482:

Re: tomcat5.0 source update build errors

2003-10-12 Thread Michael C. Starkie
Michael C. Starkie wrote: I'm trying to update my build of tomcat5.0. I go to my $CATALINA_HOME directory and and enter: ant this is what I get: build-commons-daemon: [echo] == Building: commons-daemon BUILD FAILED file:/home/mike/dev/tomcat5.0/jakarta-tomcat-5/build.xml:482

AW: how to write file download program

2003-10-09 Thread Nitschke Michael
You know that you are on a java oriented list, and i assume that not much of the members are php-experienced. Mike -Ursprüngliche Nachricht- Von: bin cai [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 09. Oktober 2003 12:08 An: Tomcat Users List Betreff: how to write file download

AW: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Nitschke Michael
I could remember that there was a mail today that answered your question. The pool provides an wrapper for the connection object that you receive, this means you call getConnection and you do not get the real connection instead you recive an object implementing the Connection functionality with

JNDI context read only ??.

2003-10-08 Thread Michael Remijan
Hi, I want to put an object into the JNDI context, but I get an exception that says the context is read only. Is there a way to make it writable? Context ctx = (Context) new InitialContext().lookup(java:comp/env); ctx = ctx.createSubcontext(glqso); ctx.bind(ResourceManager, _rm); thanks, Mike

Where does system.out go?

2003-10-08 Thread Michael Remijan
Hello, In a JSP page i'm doing some testing. I have System.out.println() statements in there temporarily. Anyone know where they go? I checked the Context's logger that they are not there. Mike - To unsubscribe, e-mail:

JSTL App Still Failing Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
I'm still having that problem with a JSTL app failing under Tomcat 4.0.6. The error is No such tag redirect in the tag library imported with prefix c. The c.tld in the standard.jar calls for class org.apache.taglibs.standard.tag.el.core.RedirectTag to implement the tag. I can see that class,

One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
One more piece of info regarding my problem: I deployed the apps in this order: echo, data-source, and big. The stderr.log was empty after I deployed echo and data-source. When I look in stderr.log after deploying big, I see a single line: No tags It's cryptic, and it obviously says

Re: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
A Google search suggested that perhaps Tomcat 4.0.6 had an out-of-date servlet.jar, so I replaced it with the one from Tomcat 4.1.27. Still failed - No tags. MOD --- Michael Duffy [EMAIL PROTECTED] wrote: One more piece of info regarding my problem: I deployed the apps in this order

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
rem Michael O. Duffy Wed 23Jul2003 if %OS%==Windows_NT setlocal rem Change these for local environment set JAVA_HOME=C:\Tools\JDKs set CATALINA_HOME=C:\Tools\Tomcat\4.0.6-LE-jdk14 set TOMCAT_HOME=%CATALINA_HOME% set SERVICE_NAME=Apache-Tomcat-4.0.6 set BOOTSTRAP_SERVICE

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
Very good. I'll do that right away and get back to you. Thank you - MOD --- Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, Yes, I run Tomcat as a Windows service. I asked for both stdout.log and stderr.log when I set up the service. Here's the script. - MOD Hmm, let's try to take

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
Yoav, you're a genius. It came right up when I stopped the service and ran it from the command window. I'm NOT crazy. ;) Thank you! Now, the question is that when I deploy this it's going to be Tomcat 4.0.6 running as a service and connected to IIS on a Windows XP server. What did I do

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
] wrote: Michael, What account does the service run under? The default for most services is the System account, which may be having problems accessing some resource that your application needs. Chris -Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: 02

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
account? Please advise. Thanks - MOD Thanks for contributing to --- Walker Chris [EMAIL PROTECTED] wrote: Hi Michael, This is a Winows thing, rather than a Tomcat thing. Control Panel-Services-Apache Tomcat 4.1-Startup will show you the NT account the service uses to start. By default

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
production server... Chris -Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: 02 October 2003 16:21 To: Tomcat Users List Subject: RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6 Hi Chris, Thank you for pointing that out. (I'd forgotten

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
not it. Anybody else seen such behavior running Tomcat 4.0.6 as a Windows service? - MOD --- Walker Chris [EMAIL PROTECTED] wrote: Hi Michael, This is a Winows thing, rather than a Tomcat thing. Control Panel-Services-Apache Tomcat 4.1-Startup will show you the NT account the service uses

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
far though ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 10:34 AM To: Tomcat Users List Subject: RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6 Yoav, you're

Re: No mention of 4.1.27 hotfix on website

2003-10-02 Thread Michael Duffy
Thanks for sending this, Wendy. I didn't get the hotfix, either. Thanks to you I've got it now. - MOD --- Wendy Smoak [EMAIL PROTECTED] wrote: I just embarrassed myself on struts-dev complaining that the struts-blank webapp wouldn't reload, when the problem was that I hadn't applied

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
that everything the app needs, especially the taglibs, is accessible to all users. Failing that, I suppose you could search the source for the message No tags. Chris -Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: 02 October 2003 16:42 To: Tomcat Users List

RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

2003-10-02 Thread Michael Duffy
Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: 02 October 2003 16:42 To: Tomcat Users List Subject: RE: One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6 Hi Chris, I just tried my app after setting up the Windows service to login under the system account

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-10-01 Thread Lemke, Michael IZ/HZA-IE5
Almost. TOMCAT_HOME/lib/container did the trick. Thanks again, Michael -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 9:23 PM To: Tomcat Users List Subject: RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-10-01 Thread Lemke, Michael IZ/HZA-IE5
(AccessLogInterceptor.class) { FileWriter fw = getFileWriter(); if (fw != null) { Shouldn't that be put into the current release of TC3.3? (My actual solution made this into a new class so I had to change more.) Thanks, Michael -Original Message- From: Lemke, Michael IZ/HZA-IE5

STILL Can't Deploy WAR With JSTL Under Tomcat 4.0.6

2003-10-01 Thread Michael Duffy
My woes continue... I took all the extraneous JAR files out of my Tomcat 4.0.6 common/lib directory. There are only four in there now: the three that came in the download and the tools.jar. The three WAR files that I'm deploying (echo, query, and big app) all have the JARs they need in their

Problem Deploying A Web App Under Tomcat 4.0.6

2003-09-30 Thread Michael Duffy
I've written a Web app that uses JSTL 1.0.3 that deploys and runs successfully under Tomcat 4.1.24 in a development environment. I deploy it as a WAR file, along with a context XML file of the same name. Tomcat 4.1.24 picks up both successfully and creates the JNDI data source I need without a

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-09-30 Thread Lemke, Michael IZ/HZA-IE5
the .java in share/org/apache/tomcat/modules/loggers, add org... to modules.xml and server.xml and have ant make new jar files. I couldn't find anything in the docs in that regard that I could understand. Thanks, Michael -Original Message- From: Larry Isaacs Sent: Monday, September 29, 2003

Web App Using JSTL Is Still Failing Under Tomcat 4.0.6

2003-09-30 Thread Michael Duffy
Yoav Shapiro, I hope you're still out there. I wrote earlier this morning about a Web app, deployed as a WAR with a context.xml, that deployed and ran fine under Tomcat 4.1.24 but failed under 4.0.6. You pointed out that 4.0.6 requires modifications to the server.xml. I modified my server.xml

Re: Pointing a ServerOutputStream at the printer? Possible?

2003-09-30 Thread Michael Duffy
The JSP output stream is HTML, of course, so your printer would have to be smart enough to take HTML and render it like a browser. I think if you just send the stream to a printer, all you'll get out is the HTML text. That aside, have a look at the javax.print API. That will let you send to a

RE: Web App Using JSTL Is Still Failing Under Tomcat 4.0.6

2003-09-30 Thread Michael Duffy
Thanks very much for taking the time - I greatly appreciate it. On Shawn Bayern's sage advice, I put the standard.jar in the CLASSPATH and make the URI identical to the value in the c.tld file inside the jar. I don't put the .tld files under my WEB-INF, and I don't have any reference to them

RE: Web App Using JSTL Is Still Failing Under Tomcat 4.0.6

2003-09-30 Thread Michael Duffy
Yes, I don't even have a CLASSPATH environment variable set up on my machine. When I say CLASSPATH, I mean the union of TOMCAT_HOME/common/lib and the app WEB-INF/classes and WEB-INF/lib, not an environment var. Yes, I believe that's right - the problem is with this one Web app.

RE: Web App Using JSTL Is Still Failing Under Tomcat 4.0.6

2003-09-30 Thread Michael Duffy
Thank you so much for your wise counsel. Your idiom has now become mine. I'm going through very carefully and trying to make sure that everything is set up properly with my apps. I've stripped my Tomcat installation down to just the JARs that Jakarta put in the common/lib, and I'm rearranging

RE: Web App Using JSTL Is Still Failing Under Tomcat 4.0.6

2003-09-30 Thread Michael Duffy
to the tomcat.exe. Typing tomcat -help didn't reveal any CLASSPATH info. Why isn't Tomcat picking up my tools.jar anymore? This gets worse by the minute! I knew how to run Tomcat this morning! ;) - MOD --- Michael Duffy [EMAIL PROTECTED] wrote: Thank you so much for your wise counsel. Your

RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests

2003-09-29 Thread Lemke, Michael IZ/HZA-IE5
a certain request. Thanks, Michael -Original Message- From: Larry Isaacs Sent: Tuesday, July 02, 2002 2:10 PM To: 'Tomcat Users List' Subject: RE: Tomcat 3.3.1: AccessLogInterceptor doesn't log PUT requests AcessLogInterceptor writes the log entry using the beforeCommit

AW: Tomcat Admin Password

2003-09-25 Thread Nitschke Michael
In *tomcathome*/conf/ is a file named tomcat_users.xml there are all passwords, usernames and roles stored. Ito should be very easy to figure them out. -Ursprüngliche Nachricht- Von: N.B.Bopanna [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 25. September 2003 13:26 An: [EMAIL

RE: Configuring a JDBC Data Source

2003-09-24 Thread Renda, Michael
sounds like you need the commons-dbcp and commons-pool jar files as well. Adam On 09/24/2003 01:52 AM Renda, Michael wrote: I'm trying to configure a JDBC Data Source for a Tomcat 4.1.27 installation. I used the Admin tool which wrote the following entry to my server.xml file

RE: Can't Setup!

2003-09-24 Thread Tam, Michael
Make sure you have set the environment variable JAVA_HOME CATALINA_HOME. -Original Message- From: Rodrigo Poblanno Balp [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 1:31 PM To: Tomcat Users List Subject: Can't Setup! Hi, I've just installed Tomcat 4.1.24-LE-jdk14 for

Configuring a JDBC Data Source

2003-09-23 Thread Renda, Michael
I'm trying to configure a JDBC Data Source for a Tomcat 4.1.27 installation. I used the Admin tool which wrote the following entry to my server.xml file: GlobalNamingResources Resource name=jdbc/connection scope=Shareable type=javax.sql.DataSource/ ResourceParams name=jdbc/connection

printing from java bean to jsp page

2003-09-22 Thread Michael Ni
System.out.print from a java bean writes to the command prompt but how do i write to a jsp page where inside that jsp page i call the java bean. must i pass it in as a variable or can i write psuedo code such as println(htmlblah/html); if so how. mike

Yoav do you know how to solve my problem?

2003-09-22 Thread Michael Ni
My question is in the email above from Michael Ni _ Instant message with integrated webcam using MSN Messenger 6.0. Try it now FREE! http://msnmessenger-download.com

Forwarding with Tomcat Standalone

2003-09-22 Thread Michael Futeran
I am trying to replace an Apache/Tomcat combination with Tomcat standalone. I have everything else working, but I can not figure out how to get requests for secure pages to be auto forwarded to https the way they are with Apache.

RE: Application Configuration

2003-09-19 Thread Renda, Michael
Configuration Do you really need to have webapps/examples/myApp/* ? Otherwise, just have webapps/myApp/* and create a context for myApp... -Rishi. On Thu, 18 Sep 2003 20:18:28 -0400, Renda, Michael [EMAIL PROTECTED] said: Hi, I'm having a simple application configuration problem. 1. Tomcat 4.1.27

RE: Where should I put properties files

2003-09-19 Thread Michael D. Spence
(Java2WSDL.java:542) This reminded me why it was that I changed my class to not extend AxisServlet in the first place. Is there a way around this? Michael D. Spence Mockingbird Data Systems, Inc. - To unsubscribe, e-mail: [EMAIL

Where should I put properties files

2003-09-18 Thread Michael D. Spence
for the properties file (e.g., C:\XYZ.properties), the service can't find it. How is this issue normally handled? Michael D. Spence Mockingbird Data Systems, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Where should I put properties files (corrected, sorry)

2003-09-18 Thread Michael D. Spence
for the properties file (e.g., C:\XYZ.properties), the service can't find it. How is this issue normally handled? Michael D. Spence Mockingbird Data Systems, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Where To Put Resource Bundles?

2003-09-18 Thread Michael Duffy
I'd like to externalize my exception messages in a resource bundle. Where is the generally-accepted place to put them? Thanks - MOD __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

RE: Where should I put properties files

2003-09-18 Thread Michael D. Spence
be looking? -Original Message- From: Michael D. Spence [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: Where should I put properties files I have a web service (call it XYZ) which requires a .properties file. I had been putting

RE: Desperation! Tomcat crashing inexplicably. :- Fresh ideas n eeded.

2003-09-18 Thread Michael Duffy
Sjoerd might be a common name in NL, but I have to ask: Did you ever work for a company called The Allied Group in CT, USA? - MOD --- Sjoerd van Leent [EMAIL PROTECTED] wrote: Or something like Eclipse... It has to many plug-ins to name http://www.eclipse.org Also Open-Source Sjoerd

RE: Where To Put Resource Bundles?

2003-09-18 Thread Michael Duffy
in your existing classpath. -Paul -Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 1:46 PM To: [EMAIL PROTECTED] Subject: Where To Put Resource Bundles? I'd like to externalize my exception messages in a resource bundle

RE: Where should I put properties files

2003-09-18 Thread Michael D. Spence
I'm sorry, I'm still struggling with this. I've changed my service class to extend AxisServlet and can do the getResourceAsStream, but it always appears to return a null pointer. I've tried putting my properties file in the JAR, and the whole Tomcat tree is positively littered with copies (to

Application Configuration

2003-09-18 Thread Renda, Michael
Hi, I'm having a simple application configuration problem. 1. Tomcat 4.1.27 2. I can run all of the applications in the examples directory. 3. I've created a new directory structure called myApp. Within it is WEB-INF and within that is classes. Within myApp/WEB-INF/classes is a servlet

AW: Apache 2, Tomcat 5, mod_jk?

2003-09-17 Thread Nitschke Michael
mod_jk2 is a rework/reimplementation of mod_jk and is expected to work with Apache 2 and tomcat 4. there are some good tutorials and howtos, for linking apache and tomcat together, around. We used this : http://cnr.berkeley.edu/~salazar/apache_tomcat.html Mike -Ursprüngliche Nachricht-

IllegalStateException in catalina.out

2003-09-15 Thread michael . sonnleitner
) at java.lang.Thread.run(Thread.java:536) If I run my programms under WIN2000 and the same configurations as above, I don't get this erros. Does anyone has an answer? Michael Sonnleitner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

AW: Exception in Tomcat?

2003-09-12 Thread Nitschke Michael
If the connection is not proper established this error occurs. The easiest was to fix it is to catch the exception in your application, so your application would not die at every occurrence. Surround the socket write statement with the catch construct. -Ursprüngliche Nachricht- Von:

AW: AW: Exception in Tomcat?

2003-09-12 Thread Nitschke Michael
, 2003-09-12 at 13:22, Nitschke Michael wrote: If the connection is not proper established this error occurs. The easiest was to fix it is to catch the exception in your application, so your application would not die at every occurrence. Surround the socket write statement with the catch construct

RE: Tomcat + WebStart

2003-09-11 Thread Finn, Michael
headers. Tomcat does this by default if the requested resource is within a security-constraint. The browsers probably abide by the directive not to store the file. You can override the headers in a filter or move the jnlp file outside of the security-constraint. HTH, Jon Finn, Michael wrote

tomcat memory

2003-09-11 Thread Michael A. Hughes
My name Is mike hughes. I saw you message on the tomcat site about increasing memory. I was wondering if you could tell me how to change the catalina.bat file??? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Tomcat + WebStart

2003-09-10 Thread Finn, Michael
Is anyone successfully using WebStart 1.2 with Tomcat 4.1.x? I am using Tomcat under JBoss, but that *should* be irrelevant here. We are having a problem deploying a WebStart (1.2) application on JBoss 3.2.2RC3 (w/ Tomcat 4.1.27). When the JNLP file is downloaded, WebStart errors out, saying it

mysite - 3rd party - mysite, session *sometimes* lost

2003-09-10 Thread Michael Teter
Howdy. I've got a site I am interfacing with PaySystems.com (credit card processing). For some users (Internet Explorer, same or very similar version, default settings), when they return to my site after doing the credit card dance on the paysystems.com site, they get a new session. I can't

Re: help with domain and ip

2003-09-09 Thread Michael Ni
your browers to go to 123.45.67.89:80 as that is the default port for web services. there is no such thing as serving on 123.45.67.89. any tcp/ip comm happens on a port on an ip address. or i am confused as well? sai. On Mon, 08 Sep 2003 21:32:06 -0700, Michael Ni wrote Hi I have a domain

help with domain and ip

2003-09-08 Thread Michael Ni
Hi I have a domain where i can set the ip as 123.45.67.89 however my apache is set to 123.45.67.89:8080. How do I configure my port 8080 to direct to 123.45.67.89 mike _ Use custom emotions -- try MSN Messenger 6.0!

help with domain and ip

2003-09-08 Thread Michael Ni
Hi I have a domain where i can set the ip as 123.45.67.89 however my apache is set to 123.45.67.89:8080. How do I configure my port 8080 to direct to 123.45.67.89 mike _ Use custom emotions -- try MSN Messenger 6.0!

Testing

2003-09-05 Thread Tam, Michael
Testing my autoreply. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-04 Thread Nitschke Michael
It looks like you didnt correctly (typemissmatch, caps or something like that) register the data soruce in windows. It could be that you misspelled the settings at the instantiation of your database driver. Hope it helps Mike -Ursprüngliche Nachricht- Von: Jon Wingfield [mailto:[EMAIL

Limitation on the number of Hosts per Engine? (SAXParserFactoryImpl not found)

2003-09-04 Thread Michael Mealling
Hi, I'm setting up a server with about 12 virtual hosts on it. Things go fine until I attempt to add the 9th Host. Each Host entry is a carbon copy of the others except for the Host's name and Alias. Once I add the 9th host I get this at startup: Exception during startup processing

RE: Limitation on the number of Hosts per Engine?(SAXParserFactoryImpl not found)

2003-09-04 Thread Michael Mealling
On Thu, 2003-09-04 at 15:11, Shapira, Yoav wrote: Howdy, There's no hosts per engine limitation in the code. Even if there was, 11 seems like an unlikely candidate ;) Odd, huh Exception during startup processing java.lang.reflect.InvocationTargetException:

tomcat admin context configuration problems

2003-08-28 Thread Montenegro, Michael H (Michael)
extensively but could not find anything. I looked at the source and org.apache.webapp.admin.ApplicationServlet.java can not find a reference of the following object: org.apache.Catalina.mbeanserver . I looked for this class in the catalina.jar and could not find one. Thanks, Michael

RE: tomcat admin context configuration problems

2003-08-28 Thread Montenegro, Michael H (Michael)
) at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve -Original Message- From: Montenegro, Michael H (Michael) Sent: Wednesday, August 27, 2003 5:49 PM To: '[EMAIL PROTECTED]' Subject: tomcat admin context configuration problems Machine specifics: Sun e 420r OS: Solaris 9 Tomcat version: 4.1.27 I am having problems

ant+manage+mod_jk+loadbalance

2003-08-23 Thread Michael Barrett
I'm deploying a pair of tomcat servers behind an apache server using mod_jk with the loadbalance worker. Everything is going great, and the loadbalancing is working fine. Now I want to start using tomcat's /manage application to deploy and reload applications using ant. This is all

Re: Special Caracters Problem

2003-08-21 Thread E. Michael Akerman
Have you tried using #205; instead? - Original Message - From: Oscar (Eccox) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 21, 2003 3:37 PM Subject: Special Caracters Problem Hi, I'm from Brazil and I have a problem with special caracters... In an

about web.xml and servlet mapping and reloading

2003-08-19 Thread Nitschke Michael
I try to dynamically create and change servlet mapping in the web.xml in full production mode and then reload/reread the web.xml to update the mapping, but as i read in the manage application: quoteNOTE: The /WEB-INF/web.xml web application configuration file is not reread on a reload. If you

AW: about web.xml and servlet mapping and reloading

2003-08-19 Thread Nitschke Michael
Nitschke Michael wrote: I try to dynamically create and change servlet mapping in the web.xml in full production mode and then reload/reread the web.xml to update the mapping, but as i read in the manage application: quoteNOTE: The /WEB-INF/web.xml web application configuration file is not reread

AW: about web.xml and servlet mapping and reloading

2003-08-19 Thread Nitschke Michael
still be required with a context stop/start -Tim Nitschke Michael wrote: I try to dynamically create and change servlet mapping in the web.xml in full production mode and then reload/reread the web.xml to update the mapping, but as i read in the manage application: quoteNOTE: The /WEB-INF

Can't post to wiki

2003-08-17 Thread Michael Slinn
I've tried editing http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Jk2Connector and also the sandbox, but the wiki just times out. There doesn't seem to be any way of notifying the owner of the wiki. I tried IE 6 and Opera, every day for a week, in case the problem was temporary. It's not.

Re: [OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Michael Teter
This is the age old IIS worm working its magic. It's either Code Red or Code Red 2 or whatever. In any case, you can safely ignore it if Tomcat is the one reporting it. And unfortunately, you're unlikely to get anywhere by trying to contact the offending server owner or ISP. Just ignore it,

RE: Freeing processors

2003-08-08 Thread Donaldson Sgt Michael J
I have a question along these lines... I am running jakarta-tomcat-4.1.18 on 4 different severs. 3 are Red Hat 8.0 and 1 Red Hat 6.2. Same tomcat configuration on all of them. ps -el shows one java process on the Red Hat 8.0 but on the 6.2 box I have upward of 30 processes for java. Is there a

RedHat 8.0 Apache 2.0.40-8 mod_jk

2003-08-07 Thread MICHAEL DUBROVITSKY
Hi, Does anybody know where can I get mod_jk.so for Apache 2.0.40-8 on Redhat 8.0? 10x - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache Linux question

2003-07-29 Thread Michael Hyman
on the server: 1. Perl 2. Mod_perl 3. Apache 1.3.x 4. Oracle Client for Oracle 9 5. Java JRE 1.4 for a small middleware program Thanks in advance for the help..I appreciate it. Regards...Michael

WAR That Runs Fine Under Tomcat 4.1.24 Fails Under 4.0.6 - Invalid DataSource

2003-07-23 Thread Michael Duffy
I've written a Web app that works fine under Tomcat 4.1.24. It uses an app-specific Context to set up a JNDI data source that works fine. It uses the org.apache.commons.dbcp.BasicDataSourceFactory and the Oracle 9.2 JDBC type IV thin driver. The Oracle JDBC driver JAR is in

Re: WAR That Runs Fine Under Tomcat 4.1.24 Fails Under 4.0.6 - Invalid DataSource

2003-07-23 Thread Michael Duffy
Okay, I've got it. I moved the Commons and jdbc2_0-stdext JARs into TOMCAT_HOME/common/lib and everything is fine again. --- Michael Duffy [EMAIL PROTECTED] wrote: I've written a Web app that works fine under Tomcat 4.1.24. It uses an app-specific Context to set up a JNDI data source

Deploying a webapp with ant

2003-07-23 Thread Michael Kessler
unpackWARs=true Any help is very welcome... thanx Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Deploying a webapp with ant

2003-07-23 Thread Michael Kessler
}XAT.war/ /target note you need tomcat/4.1.24 + tomcatAntLib path variable pointing to the ant jar file that comes with the tomcat installation. (see the tomcat help pages for more info on ant deployment). (d_build = path to war file). good luck Vrata Michael Kessler wrote: Hi

Re: Deploying a webapp with ant

2003-07-23 Thread Michael Kessler
in your servlet.xml file so at restart it will get redeployed! Michael Kessler wrote: With the install task the webapp is lost after a restart, so there is no use for me... thanks On Wed, 2003-07-23 at 16:55, Aurele Venet wrote: I managed to deploy using ant with the following script

Re: Deploying a webapp with ant

2003-07-23 Thread Michael Kessler
it to build it say in /tmp, then transfer it (using the copy task) to your webapp dir, and finally install it! All feasable under ant. If /tmp and weapps/ are not on the same network, then you can even ftp it using ssh from the ant script without requiring any password exchanges! Michael

Deploying Vendor S'ware For Tomcat 4.0.6 Under Tomcat 4.1.24

2003-07-22 Thread Michael Duffy
I have Tomcat 4.1.24 running on a Windows 2000 test server. A vendor has shipped software to me that runs under Tomcat, but they have only tested on version 4.0.6. What should I do to install the vendor s'ware? I see three alternatives: (1) Uninstall the 4.1.24 Tomcat and put 4.0.6 in its

java applet loading question

2003-07-14 Thread Michael Ni
I have this problem where my applet will only work properly if I move the mouse cursor over the applet. Once I do that all is ok but if I do not the browser just hangs loading the applet, I just get a grey box. Does anyone know why? im using java 1.4.1 mike

servlet load-on-startup/ causes TC 5.0.3 to hang on startup

2003-07-12 Thread Michael Woinoski
Tomcat 5.0.3 on W2K hangs on startup whenever I deploy an app whose web.xml has a servlet definition that contains a load-on-startup element, either with or without a number. This happens consistently on my TC installation, which has unpackWARs set to true. Has anyone seen this behavior before?

How to make Tomcat reread user's role from database

2003-07-10 Thread Michael Mattox
it'd be a common problem. Thanks, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Apache 2.0.43 + mod_jk2 + Tomcat 4.1.24 on LINUX RH8 : (

2003-07-10 Thread Michael Cardon
I have written a HOWTO for RH Linux 8, Apache2, and tomcat. You can get to it at http://www.cardon.biz/docs/tomcat -Original Message- From: Bentzy Sagiv [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 9:47 AM To: Tomcat Users List Subject: RE: Apache 2.0.43 + mod_jk2 + Tomcat

<    2   3   4   5   6   7   8   9   10   11   >