Re: Factory methods.

2003-10-28 Thread Micael
They create objects -- the are an object factory/maker. At 05:05 PM 10/28/2003 +0530, you wrote: Why are some methods called factory methods? e.g. prepareStatement() in java.sql.PreparedStatement - To unsubscribe, e-mail: [EMAIL

RE: Hosting

2003-10-13 Thread Micael
I have found http://www.lunarpages.com unbeatable. At 08:04 PM 10/12/2003 -0700, Richard Mixon (qwest) wrote: We are extremely happy with the support, capabilities and overall value offered by http://www.mmaweb.net . If your site is commercial or is critical that it be available, I would check

Re: OT: Apologies

2003-09-24 Thread Micael
Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the frist and lsat ltteer be at the rghit pclae. The rset can be a total mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae the huamn mnid

Re: trouble access admin

2003-09-21 Thread Micael
. Micael At 01:24 PM 9/21/2003 -0700, you wrote: Added the admin and manager to the tomcat-users.xml file. went to login and this is what I got type Status report message Invalid direct reference to form login page description The request sent by the client was syntactically incorrect (Invalid

Re: WAR

2003-09-18 Thread Micael
Try Java in a Nutshell. At 08:11 AM 9/18/2003 +0100, Jerald Powel wrote: Hello, Can anyone tell me, what is the purpose of the WAR file, how does one create / implement it? Where may I find doco about WAR please? thanks J. P.S Why WAR? What does it stand for?

Re: article on tomcat performance

2003-09-17 Thread Micael
Also, YES At 08:59 AM 9/17/2003 +0200, you wrote: YES - Original Message - From: Peter Lin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 5:17 AM Subject: article on tomcat performance It looks like the tomcat performance book probably

Re: [File Upload] How to Increase the Speed of File transfer ??

2003-08-19 Thread Micael
You definitely should use a buffered stream. Get a book on networking and take a look at these issues. There are many good ones out there. Network Programming by Hughes, et al, is one I have enjoyed. Micael At 01:50 AM 8/19/2003 -0700, Bikash Paul wrote: Hi gang, I have developed one file

RE: JNDI References To Tomcat 4.1

2003-08-16 Thread Micael
other JNDI resource). Of course, if tomcat's JNDI provider moves into its own jakarta-commons component as we've been discussing, I bet you'd have standalone JNDI very soon ;) Yoav Shapira On Fri, 15 Aug 2003, Micael wrote: This is mistaken, if you mean what you say. There is a JDBC resource

RE: JNDI References To Tomcat 4.1

2003-08-15 Thread Micael
This is mistaken, if you mean what you say. There is a JDBC resource available via JNDI in Tomcat. You have to code it, of course, but it definitely is available. At 02:53 PM 8/15/2003 -0500, Madere, Colin wrote: I think your inclinations that Tomcat is not a naming service are correct. I

Re: Best Tomcat Book, Recommendations???

2003-07-29 Thread Micael
WROX professional series are just great, I think. I like Ian Darwin's work, and he is the new guy with O'Reilly and Tomcat. I am +1 with John Turner on this. At 08:24 AM 7/29/2003 -0400, you wrote: As a Wrox author, I have to tell you that your overall impression is incorrect. Books are

RE: Best Tomcat Book, Recommendations???

2003-07-29 Thread Micael
They are not the right kind of book for that. At 02:07 PM 7/29/2003 +0100, you wrote: I wish Wrox would bind the books the same way as O'Reilly though. -Original Message- From: epyonne [mailto:[EMAIL PROTECTED] Sent: 29 July 2003 13:43 To: Tomcat Users List Subject: Re: Best Tomcat Book,

Re: mysql connection pool

2003-07-28 Thread Micael
I don't know what is going on in this case but this is normal procedure. When you close the connection, you really are (normally) just closing a wrapper to a connection, which, instead of really closing it, just sends it back to the pool. I suspect this is really what is happening. The

Re: Where are translated classes stored in Tomcat 5??

2003-07-26 Thread Micael
The xml should tell you where it is. At 11:25 PM 7/26/2003 +0200, Julien Martin wrote: Hello, I am having some problems with tomcat5. I don't know where translated files (something_jsp.java) are stored. It used to be stored in %catalina_home%\work\catalina\localhost\myapp for an app called

Re: Scheduling within Tomcat

2003-07-21 Thread Micael
I would suggest you look at Doug Lea's concurrent programming, which I think is scheduled to be partly included in j2se 1.5. At 09:51 AM 7/22/2003 +0800, you wrote: How about this : http://jcrontab.sourceforge.net ? Works for me. Tim Shaw wrote: Linux RH8, TC 4.1.24 I have an app I want to

Re: Tomcat on windows 98

2003-07-08 Thread Micael
Works fine on Win98. At 09:31 AM 7/8/03 +0100, you wrote: Hi, Will tomcat4.18 work on windows 98??? I am facing with the installation problems???I have read somewhere on the net that it wont work on windows 98. Would you please let me know. As a work around,after I installed 4.1.18. and at the

Re: Tomcat on windows 98

2003-07-08 Thread Micael
You should not do 5, in my opinion. You should, rather, provide for each individual servlet in your xml files. There are security problems with enabling the invoker servlet. That is why it is commented out in the first place. At 06:35 PM 7/8/03 +0530, you wrote: Hello Sirinivas, i am here

Re: Accessing databases...

2003-07-01 Thread Micael
I wholeheartedly endorse this approach, using value objects and a composite entity pattern. The book on j2ee patterns shows a lot on how to do all this. It is a really valuable book if followed. At 11:38 AM 7/1/03 -0400, you wrote: Depending on your app, you might find the the Data Access

Re: Proper way to deal with serialization of session attribute with Logger attribute

2003-05-27 Thread Micael
At 12:31 PM 5/27/03 -0500, you wrote: Normally, loggers should be created as class static variable which are, effectively, transient already. Why would you want instance loggers anyway? Loggers are thread safe. Just make it static. You can deal with creating a new logger in the

[OT] Thanks: Re: Tomcat vs. JBoss

2003-04-05 Thread Micael
Thanks for these references. Much appreciated. The IBM stuff is really helpful. At 01:50 PM 4/5/03 -0500, you wrote: Do you know any real-life scenarios where you can't do it with Tomcat but need EJB seriously? The short answer is yes. But this is really getting off-topic for this

Re: ?? Simple Newbie Question about Root Context ??

2003-03-31 Thread Micael
No, it is not a guess. I mean has to be. The default has to be hardcoded somewhere, since it is not configured and it does not happen magically. At 05:59 AM 3/31/03 -0600, you wrote: Well, it sounds like a guess... - Original Message - From: Micael [EMAIL PROTECTED] To: Tomcat Users

Re: ?? Simple Newbie Question about Root Context ??

2003-03-30 Thread Micael
The reason has to be, then, that the startup of the webapp creates a default context on its own, because it cannot happen magically. I hope that does not sound smart-alexey but, rather, clear. At 08:14 PM 3/30/03 -0600, you wrote: But my point is that everything works fine even *with* the

Re: Classloader Mysteries

2003-03-29 Thread Micael
(ActionServlet, ApplicationConfig): Sat Mar 29 09:31:34 PST 2003 End of init(ActionServlet, ApplicationConfig): Sat Mar 29 09:31:34 PST 2003 The Thread object is static in this class. What do you think? Micael On Sat, 2003-03-29 at 00:48, Micael wrote: I have created a daemon which I want to startup

MYSTERY SOLVED: Re: Classloader Mysteries

2003-03-29 Thread Micael
is destroyed, then that daemon is what is pinning your web application and therefore WebappClassLoader. On Sat, 2003-03-29 at 00:48, Micael wrote: I have created a daemon which I want to startup when Tomcat is started up. If I configure the daemon to be started with a servlet in web.xml or by using

Classloader Mysteries

2003-03-28 Thread Micael
I have created a daemon which I want to startup when Tomcat is started up. If I configure the daemon to be started with a servlet in web.xml or by using a PlugIn interface and struts-config.xml, I get two daemons running. How I don't know. If I don't start the daemon at startup but by

[OT] Contract Work Hourly Rates

2003-03-26 Thread Micael
I have a job offer to do contract work coding websites. I am well versed in most of the areas required, and wonder what is a good hourly rate to ask for? I know Java (certified programmer), Tomcat, Struts, Ant, blah, blah, as well as scripting, Red Hat, etc. Thanks for any assistance. LEGAL

Re: [OT] Contract Work Hourly Rates

2003-03-26 Thread Micael
I live in Washington (state) and the coding is being done for a firm in California. At 04:46 PM 3/26/03 -0500, you wrote: Micael wrote: I have a job offer to do contract work coding websites. I am well versed in most of the areas required, and wonder what is a good hourly rate to ask

RE: [OT] Contract Work Hourly Rates

2003-03-26 Thread Micael
Thanks, anyway, Filip. You must be poor, you cannot afford the rest of the P, an h or the extra l in Phillip. LOL. I will work for food too. How much is the issue. LOL. At 01:47 PM 3/26/03 -0800, you wrote: will work for food Filip -Original Message- From: Micael [mailto

RE: [OT] Contract Work Hourly Rates

2003-03-26 Thread Micael
. Matt -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 2:44 PM To: Tomcat Users List Subject: [OT] Contract Work Hourly Rates I have a job offer to do contract work coding websites. I am well versed in most of the areas required, and wonder

RE: [OT] Contract Work Hourly Rates

2003-03-26 Thread Micael
much they're willing to spend. Usually they will fess up and then you can decide from there. Telling them how much you (truly) want will usually result in yeah, right. Matt -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 2:44 PM To: Tomcat

RE: [OT] Contract Work Hourly Rates

2003-03-26 Thread Micael
-40/hour. :( Matt -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 3:26 PM To: Tomcat Users List Subject: RE: [OT] Contract Work Hourly Rates Do you have a ballpark, since I was asked? At 03:15 PM 3/26/03 -0700, you wrote: In this economy

Servlet init() versus doPost() Classloading???

2003-03-24 Thread Micael
init and doPost and the difference between startup of Tomcat and startup by call via doPost is dark to me. I would just go read more intensively on classloaders, if I could know that was the way to solve this dilemma of my own making. Thanks for any assistance on this. Micael LEGAL NOTICE

Re: Can't connect to X11 window server using '0:0' as the value of the display and now java.awt.HeadlessException

2003-03-23 Thread Micael
=-Djava.awt.headless=true This worked fine. At 08:15 AM 3/23/03 +, you wrote: On Thu, 2003-03-20 at 20:36, Micael wrote: For me the easiest thing was just to provide the right command line options (java.awt.headless=true) when I started up Tomcat. May I ask, how you did this ? I've also encountered

Re: Can't connect to X11 window server using '0:0' as the value of the display and now java.awt.HeadlessException

2003-03-23 Thread Micael
(We couldn't find + inputImage + . Is it in another directory?); } } } At 09:09 AM 3/23/03 +, you wrote: Thanks Micael. Tried the same thing and got the same results. Looks like Catalina/Tomcat is indeed using headless mode but it's not working with my Java (1.4

Re: Can't connect to X11 window server using '0:0' as the value of the display and now java.awt.HeadlessException

2003-03-23 Thread Micael
The material George gave you is really good. Do you have X11 installed, even if not running? I am not a Solaris guy, so don't know what that may mean in that context. At 09:09 AM 3/23/03 +, you wrote: Thanks Micael. Tried the same thing and got the same results. Looks like Catalina

Re: Problems with tomcat 4.0.1 and 4.1.18

2003-03-21 Thread Micael
The two are likely the same problem. Do you have something that might be spawning threads in your application? At 09:48 AM 3/21/03 +0100, you wrote: Hi to all Recently, we updated our Tomcat server from 4.0.1 to 4.1.18. All was perfect on the first day, but then the new server crashed and I

Re: Can't connect to X11 window server using '0:0' as the value of the display and now java.awt.HeadlessException

2003-03-20 Thread Micael
You using Linux? What is your environment? Anyway, setting the JVM is the way to go if you are using Linux. At 06:09 PM 3/20/03 +0100, you wrote: Hi, I put System.setProperty(java.awt.headless, true); in my servlet init method it's ok, but now when I open a Frame, I get the exception

Re: Classpath Question

2003-03-20 Thread Micael
A problem with the classpath should indicate a classpath related exception, which essentially is an inability to find a class. Why do you think that hte java.rmi.ServerException fits into this pattern? If you don't declare where the class paths [sic] are for each application how do you expect

Re: Can't connect to X11 window server using '0:0' as the value of the display and now java.awt.HeadlessException

2003-03-20 Thread Micael
For me the easiest thing was just to provide the right command line options (java.awt.headless=true) when I started up Tomcat. At 02:27 PM 3/20/03 -0500, you wrote: At 07:18 PM 3/20/2003 +, you wrote: ok: there is another solution to the headless thing: (I wrote a graphical servlet that runs

RE: web.xml question

2003-02-03 Thread Micael
Read recent posts on this. At 05:49 PM 2/3/03 -0500, you wrote: -Original Message- From: Haytham Samad [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:47 PM To: Tomcat Users List Subject: RE: web.xml question Hi, I think you need to change your url to the

Re: Tomcat and java.nio

2003-01-07 Thread Micael
I have heard that it is unpredicatably buggie? Is that not true? At 02:40 AM 1/6/03 -0800, you wrote: For those who haven't experienced the joys of java.nio yet, I highly recomend it. Not only do you get performance advantages, but it's easier to use, too, in my opinion. Speaking of which...

log4j initialization: Tomcat, Struts Framework, or Application?

2002-12-25 Thread Micael
I am new to using log4j and am getting the standard error log4j:ERROR No appenders could be found for category (Actions). log4j:ERROR Please initialize the log4j system properly. I don't know if this means that Tomcat, Struts, or the Application (Chiki) is not initialized properly. The

CLASSPATH again -- weird Win98 issues: JGurus Around?

2002-12-20 Thread Micael
PROMPT=$p$g winbootdir=C:\WINDOWS PATH=C:\WINDOWS\COMMAND.COM windir=C:\WINDOWS BLASTER=A220 I5 D1 T4 P300 There was nothing originally in AUTOEXEC.BAT and nothing is now in CONFIG.SYS. What the hay is going on? Thanks for any help. Micael LEGAL NOTICE This electronic mail transmission and any

RE: Almost there...Updated Apach-Tomcat with mod_jk .. please he lp!

2002-12-15 Thread micael
a server set to listen at 443. Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only

Re: Classpath

2002-12-11 Thread micael
do not see any of these files. Is it possible this jar file is under a different name in the newer version? Thanks in advance! Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. Micael --- This electronic mail transmission

Re: How to access /images?

2002-12-11 Thread micael
, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only

RE: The future of Tomcat and java.nio

2002-12-11 Thread micael
incorporate these high-performance features? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain

Re: server.dtd

2002-12-11 Thread micael
] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged

RE: The future of Tomcat and java.nio

2002-12-11 Thread micael
doesn't require it, Tomcat certainly isn't going to require it. So go bother the spec people ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 2:41 PM To: Tomcat Users List Subject: RE: The future

Re: For all: Excuse me please.

2002-12-09 Thread micael
. :):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):) :):):):):) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender

Re: How to get a File for a certain folder

2002-12-09 Thread micael
under my $CATALINA_HOME/webapps/ROOT/ - Folder. I want to traverse over the files that are placed there. Can anyone help me? thx Patrick -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael

Re: How to get a File for a certain folder

2002-12-09 Thread micael
:[EMAIL PROTECTED] I have forgot to say that I want to do this trought out of a Servlet that is placed under $CATALINA_HOME/webapps/ROOT/WEB-INF/classes/myapp -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael

Re: I don´t understand the objective of this open list !

2002-12-09 Thread micael
´s for NOTHING. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging

RE: How do I install a jar file and reference it with a jsp page? (Next problem)

2002-12-09 Thread micael
, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information

-- Starting and Stopping Applications in Servlets: Re: Threads of Control

2002-12-09 Thread micael
) { } } } } } } Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use

Re: File structure in webapps for tomcat.

2002-12-09 Thread micael
You can get the URL for any class from its ClassLoader. So, I don't know what you mean by the current path, but this functionality provides a lot of tricks. -micael At 06:00 AM 12/9/2002, you wrote: I've just been looking at the URL package, but I can't see how that is going to get around

RE: I don´t understand the objective of this open list !

2002-12-09 Thread micael
-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential

[OT} T.O. RE: I don´t understand the objective of this open list !

2002-12-09 Thread micael
] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information

Re: I don¥t understand the objective of this open list !

2002-12-09 Thread micael
your invitation. Bye bye tomcat. Mike -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain

Re: localization recommendation for tomcat

2002-12-09 Thread micael
it in compiling, I suspect, which means downtime, etc. I will look though, to be fair, and I always liked Jacob's submissions. Micael At 08:51 PM 12/9/2002 -0600, you wrote: Take a look at the Barracuda project localization. http://barracuda.enhydra.org/cvs_source/Barracuda/docs/comp

Threads of Control

2002-12-08 Thread micael
= AppProps.changes(); for(int i = 0; i app.length; i++) { AppManager.implementChange(app[i]); try { ctrl.sleep(200); // .2 second break between changes. } catch (InterruptedException ignored) { } } } } } } Micael

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread micael
~ Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use of the individual or entity

Re: Where to put JSP files?

2002-12-06 Thread micael
!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission

Re: Where to put JSP files?

2002-12-06 Thread micael
. It is straightforward. The idea some people have given you of using drilled pages in webapps, of course, does not answer your question. I like the idea of the welcome page solution offered though. That is nice! Micael At 03:42 AM 12/6/2002 -0800, you wrote: Where should I put my jsp files? I

RE: Why run tomcat as root

2002-12-06 Thread micael
John, I like your horse sense. It is refreshing. Micael At 12:00 PM 12/6/2002 -0500, you wrote: Well, we are going around in circles. You're not understanding that the developers HAVE thought about this issue, and have thought about it for years (more than 40 years). It's not a mistake

Re: OFF-TOPIC: weak references

2002-12-06 Thread micael
: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only

Re: OFF-TOPIC: weak references

2002-12-06 Thread micael
The object is not gced. That is right. At 05:00 PM 12/6/2002 -0200, you wrote: Yes, so the reference to my object is gc'd, not the object itself (as long its key is not strongly referenced anywhere else) when I remove an object from the HashMap right? On Fri, 2002-12-06 at 16:59, micael

Re: Tomcat 4 class loader precedence order?

2002-12-06 Thread micael
PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged

RE: DNS NAMES

2002-12-04 Thread micael
from a file naming strategy and is read, as a tree structure, from left to right. You, essentially, are trying to combine two disparate but cooperative naming systems. Micael At 08:45 AM 12/4/2002 -0500, you wrote: No, it is not possible. www.test.com is a hostname, equal to an IP address

RE: DNS NAMES

2002-12-04 Thread micael
://www.test.com/test/test.htm; but doing so requires a special service that supersedes DNS, a URL forwarding service. Such special services typically require a fee. DNS in and of itself cannot resolve URLs that have filenames in them. John -Original Message- From: micael [mailto:[EMAIL

RE: DNS NAMES

2002-12-04 Thread micael
of this and that over something that seems to be really unimportant. What you want to do probably can be done, if you state what the real objective is. Of course, making whatever into a DNS name is not your goal, we can surmise. Micael At 06:03 PM 12/4/2002 -0500, you wrote: I want to create

RE: Loading Properties Files

2002-12-04 Thread micael
-Mail:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael

RE: DNS NAMES

2002-12-04 Thread micael
0-9 (digits) - (Hyphen) . (Period) Look at the RFC, and read the BNF definition for an identifier. -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: 04 December, 2002 4:22 PM To: Tomcat Users List Subject: RE: DNS NAMES But don't be misled. Noel is giving you direct

RE: Loading Properties Files

2002-12-04 Thread micael
a number of options. There you go. Jake At 03:37 PM 12/4/2002 -0800, you wrote: If I understand you correctly, the properties file CANNOT be in the war file, it needs to be external. Right. -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 3

Re: SUCCESS w. Tomcat execution!

2002-12-03 Thread micael
for your perusal. Congratulations again. (The Ant suggestion was a good one for you to pay attention to, Steve.) Micael At 10:36 PM 12/2/2002 -0800, you wrote: Yes, SUCCESS is what I have finally met with in trying/attempting to get Tomcat activated!!! I make a thunderous declaration that I

Re: Newbie: Infos about Windows NT Authentication

2002-12-03 Thread micael
:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use

Re: Tomcat BOOK List Request

2002-12-03 Thread micael
12/3/2002 -0800, you wrote: Hello, as Micael wanted me to do, I am making a formal request of the group of any and all good books on Tomcat technology! I want books specifically on the subject of deploying either JSP's and/or Servlets in the Tomcat container. I have gone WAY TOO DAMN LONG now

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread micael
-- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread micael
? __ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread micael
provide. Sorry. Micael At 12:59 PM 12/2/2002 -0800, you wrote: Micael, before I refer to my problem w. Tomcat NOT starting the correct/right way for me, I MUST point out something about u (And I frankly don't care at all if this observation of you gets my emails in the future filtered out of your

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread micael
that. What do you want to do? At 12:59 PM 12/2/2002 -0800, you wrote: Micael, before I refer to my problem w. Tomcat NOT starting the correct/right way for me, I MUST point out something about u (And I frankly don't care at all if this observation of you gets my emails in the future filtered out of your

Re: JSP page not found, invoker mess

2002-12-01 Thread micael
but an attempt to get you to see things a bit more fairly. Don't look a gift horse in the mouth. Know what that means? You can take a horse to water, but you cannot make it float on its back. Know what that means? Micael At 01:02 PM 12/1/2002 -0500, you wrote: After having my problem, and reading

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread micael
to say, because it will work. JRun is another list. Irrelevant here. What? Are you trying to do dynamic Flash or something? Why would you want Tomcat and JRun? Sounds to me like you might be mixing two incompatible servers. Micael At 01:42 PM 12/1/2002 -0800, you wrote: Hello all. I need

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
Okay, Murray, give it up! At 02:45 PM 11/30/2002 -0600, you wrote: I didn't figure it out, Scott Murray did, I'm waiting for his explanation. Ron -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 2:38 PM To: Tomcat Users List Subject: RE

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
Ron, You should look at: http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg33723.html Micael At 02:45 PM 11/30/2002 -0600, you wrote: I didn't figure it out, Scott Murray did, I'm waiting for his explanation. Ron -Original Message- From: micael [mailto:[EMAIL PROTECTED

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 2:55 PM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Ron, You should look at: http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg33723.html Micael At 02:45 PM 11/30

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
So, I guess I am confused. Murray's suggestion did not help? At 03:46 PM 11/30/2002 -0600, you wrote: Micael not start-up but running webapps.. My original post, still happening ** I just installed Tomcat 4.1.12. But now my tomcat 4.0.3 webapps run

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
to better, oft we mar what's well. Scott Murray - Original Message - From: micael [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 3:53 PM Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Okay, Murray, give it up! At 02:45 PM 11/30/2002

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
it, as the current solution works and I agree with Shakespeare: Striving to better, oft we mar what's well. Scott Murray - Original Message - From: micael [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 3:53 PM Subject: RE: tomcat 4.1.12 much slower than

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
. Both times, restarting Tomcat worked. Why, I don't know. Micael At 02:30 PM 11/30/2002 -0500, you wrote: Ron, I had the same problem, and fixed it with this same web.xml for all my apps (this goes in the WEB-INF dir of each app): * ?xml version=1.0 encoding=ISO-8859

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-29 Thread micael
-mail: mailto:tomcat-user- [EMAIL PROTECTED] -- Steven Burrus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-29 Thread micael
. Micael At 12:36 AM 11/30/2002 -0600, you wrote: I need some help/assistance right away with trying to see a JSP in my browser!! All that I get for my efforts is a cryptic server error msg. [404] message saying that the requested resource couldn't be found! On Fri, 29 Nov 2002 22:47:02 -0600, Ron Day

MYSTERY SOLVED: RE: How to add a servlet to a new Webapp

2002-11-28 Thread micael
] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may

Re: MYSTERY SOLVED: RE: How to add a servlet to a new Webapp

2002-11-28 Thread micael
] Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use of the individual or entity

[OT] - Let's be nice -- Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread micael
ChemInformatics -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael

Re: OFF-TOPIC: creating classes

2002-11-27 Thread micael
Faculdade Ritter dos Reis www.ritterdosreis.br [EMAIL PROTECTED] Fone/Fax.: (51)32303328 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael --- This electronic mail transmission

Re: [OT] - Let's be nice -- Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread micael
;) Yoav Shapira Millennium ChemInformatics -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Micael

Re: Tomcat

2002-11-27 Thread micael
it at webapps/abcd with something in there (i.e. index.html) like: html TEST /html If so, things should be okay, and it is not the app setup. This is too verbose. 'Hope it is helpful nonetheless. Micael At 01:24 PM 11/27/2002 -0800, you wrote: Hi, I have installed Apache-Tomcat

Re: Tomcat

2002-11-27 Thread micael
me before /contextmanager , but there is no context manager tag in server.xml thanx NItesh micael [EMAIL PROTECTED] wrote:There are a lot of options here. You might try, first, removing your context definitions and just dropping your app into the webapps prior to starting tomcat up. If everything

  1   2   3   4   >