Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Note: Please use "reply all", as I am not subscribed at this address. Problem: * OS = Win98. * Tomcat startup announces "it is starting in a new window". * A window flashes up for an instant, and then disappears. * No LOGS directory was created. * After manually creating

Re: Tomcat dies immediately under windows

2001-01-01 Thread Jaap van der Molen
Edit startup.bat and change the command after ":start" to "call %TOMCAT_HOME%\bin\tomcat run %1 %2 %3 %4 %5 %6 %7 %8 %9" i.e. replace "start" by "run" Tomcat will now run in the same window, enabling you to read the error messages. re Jaap - Original Message - From: "Eric Armstrong"

Re: Tomcat dies immediately under windows

2001-01-01 Thread Jaap van der Molen
Edit startup.bat and change the command after ":start" to "call %TOMCAT_HOME%\bin\tomcat run %1 %2 %3 %4 %5 %6 %7 %8 %9" i.e. replace "start" by "run" Tomcat will now run in the same window, enabling you to read the error messages. re Jaap - Original Message - From: "Eric Armstrong"

Loading .so library

2001-01-01 Thread rjraman
Hi all, Iam having problem with loading a libMy.so library with tomcat. Can you suggest a solution. Thanks a lot for sparing your time. Whenever I execute a servlet class which loads this library using a Java call System.loadLibrary, it throws the following exception. Internal

Re: Building mod_jk on Mac OS X

2001-01-01 Thread Tom Woteki
FYI, I discovered this in the macosx-dev (www.omnigroup.com) list archive. Highly relevant in case you hadn't seen it. And it works! http://www.omnigroup.com/mailman/archive/macosx-dev/2000-September/004046.ht ml From: James Duncan Davidson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: anyone using ajp13 protocol with mod_jk?

2001-01-01 Thread Tom Woteki
I was having what seems to have been a similar problem though I can't say for sure because I didn't have my logs set up the way you appear to have. In any case, the root problem for me was that the permissions on my webapp work files were set to root. Upon setting ownership recursively to me

Re: Unsubscribing

2001-01-01 Thread Mark Koscak
I believe you have to respond to the confirmation of unsubscription. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 31, 2000 10:09 AM Subject: Unsubscribing Twice now I have sent a message to unsubscribe to the digest. Each time I have

BUG REPORT: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Ah. I see it. It's a bug in tomcat.bat The start option in tomcat.bat sets the global CLASSPATH variable, but does not use the command-line option on the "start java" command to pass it to the JVM. The script expects the new shell to inherit the CLASSPATH settings, as it would in Unix. In

Re: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
More info: "tomcat run" works fine. (runs in the same window) "tomcat start" fails. (separate window dies) Some environment setting must be missing in the new window. Eric Armstrong wrote: Note: Please use "reply all", as I am not subscribed at this address. Problem: *

Re: Tomcat dies immediately under windows

2001-01-01 Thread Alef Arendsen
There was a discussion on this a couple of days ago... what solved the problem was: http://www.geocities.com/jdrudnicki/ I think it had got something to do with environment space of command prompt on Win98 or something... Alef - Original Message - From: "Eric Armstrong" [EMAIL

problems with build.sh for newbie

2001-01-01 Thread Russell Francis
Hi, Built a brand new linux machine this week with Tomcat 3.2.1 and have successfully run the sample apps. I started the tutorial but have not been successul building my first helloworld program. when executing ./build.sh I get the error: Couldn't find or load essential class

redirect to a static page from tomcat to apache

2001-01-01 Thread Randy Paries
Hello, Is there anyway to do a forward from a servlet in tomcat to a static page that apache only knows. ie. apache knows that /foo is /home/foo. but when the servlet executes and does the following(see snippet below), Tomcat does not know where /foo is mapped to. If I set up a context in

Re: No Subject

2001-01-01 Thread Pete Ehli
I have no idea - I haven't done ssl yet. -- Pete -- - Original Message - From: "Lorenzo Pastore" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, December 29, 2000 3:48 AM Subject: No Subject Good Morning I'm Pastore Lorenzo I need a Help for use Tomcat

Re: Tomcat dies immediately under windows

2001-01-01 Thread andyjee
What was the solution to your problem? How do I pose my own questions? - Original Message - From: Alef Arendsen [EMAIL PROTECTED] To: [EMAIL PROTECTED]; me [EMAIL PROTECTED] Sent: Monday, January 01, 2001 4:44 PM Subject: Re: Tomcat dies immediately under windows There was a

Re: Tomcat dies immediately under windows

2001-01-01 Thread andyjee
What was the solution to your problem? How do I pose my own questions? - Original Message - From: Eric Armstrong [EMAIL PROTECTED] To: [EMAIL PROTECTED]; me [EMAIL PROTECTED] Sent: Monday, January 01, 2001 4:35 PM Subject: Re: Tomcat dies immediately under windows More info:

Re: Tomcat dies immediately under windows

2001-01-01 Thread andyjee
What was the solution to your problem? How do I pose my own questions? - Original Message - From: Jaap van der Molen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 01, 2001 5:23 AM Subject: Re: Tomcat dies immediately under windows Edit startup.bat and change the

Re: beginner needs help(Compile error)

2001-01-01 Thread Ralph Jensen
I tried it and the same happened. The reason was that on my system (LINUX) the TOMCAT_HOME environment variable wasn't set and thus the classpath for the build script wasn't constructed properly and thus the jar file containing org.apache.tools.ant wasn't found. Look at the code of the build

Re: BUG REPORT: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Here is the change I made to tomcat.bat to solve the problem: :startServer echo Starting tomcat in new window start %TOMCAT_HOME%\bin\tomcat run goto cleanup Eric Armstrong wrote: Ah. I see it. It's a bug in tomcat.bat The start option in tomcat.bat sets the global CLASSPATH variable,

RE: Tomcat dies immediately under windows

2001-01-01 Thread Marc Saegesser
Eric, I don't have access to a Win98 system so could you please test the attached tomcat.bat file. I've changed the java commands to use a -classpath argument. It works fine on WinNT but I'd like to get a test on Win98 before I commit the changes. -Original Message- From: Eric

Mail Notification

2001-01-01 Thread Administrator
The attached message has had some or all attachments deleted because of the following reason: Message contains attachments: tomcat.bat Additional Information: none Eric, I don't have access to a Win98 system so could you please test the attached tomcat.bat file. I've changed the java

RE: How to enable ISAPI filters in IIS management console

2001-01-01 Thread Marc Saegesser
Nagaraj, Could you elaborate on the tomcat+IIS issues? If there are Tomcat problems, then lets fix them. If the problems are with IIS then we should at least be able to document them, if not provide work arounds. -Original Message- From: G.Nagarajan [mailto:[EMAIL PROTECTED]] Sent:

RE: redirect to a static page from tomcat to apache

2001-01-01 Thread Randy Paries
Thats what I thought. but when I call:: RequestDispatcher disp = getServletConfig().getServletContext().getRequestDispatcher(URL); and URL = http://www.mydomain.com/consultant/index.html disp returns a null. I can cut and paste the URL from the error message to the browser and it works ok.

Tomcat alternative authentication

2001-01-01 Thread Charles Talleyrand
Hello, I'm sorry if this topic has been covered recently but I just signed up. At any rate, I am looking for some help or at least some documentation on how I supposed to use the security constraint and authentication and all of that. In my web app, I had defined a directory that would hold

Re: Setting properties outside of the WAR

2001-01-01 Thread Ritchie Young
Thanks for the response but that wasn't quite what I was getting at. The idea was that there should be some easy way for an administrator to set a property for the application. It just strikes me that the TOMCAT_OPTIONS variable is a slightly cumbersome way especially when there start to be a

Re: Tomcat alternative authentication

2001-01-01 Thread Neil Aggarwal
Charles: I have created a set of installation notes on Apache, Java, and Tomcat in our Reading Room. I was able to set-up Basic authentication in Tomcat. Take a look at http://www.JAMMConsulting.com and click on the reading room button. I hope this helps. Neil. -- Neil

error-code with tomcat 3.2.1

2001-01-01 Thread Boris Ioffe
Fellows! I was tackling this topic for weeks and it seems like this feature won't work for me. The situation is simple like 3-4 previously described in this forum. I need XML based error page. I'll explain behavior of my tomcat instance. relevant part of web.xml:

Can't locate custom tag library

2001-01-01 Thread Bob Law
I've been developing an application using tomcat and apache for a few months, and things are working great. I have encountered a problem when I move my code to a machine behind a firewall. When I initially installed it, things worked fine, but the last few weeks they haven't worked at all.

Re: Tomcat alternative authentication

2001-01-01 Thread Ted Husted
I _don't_ understand what all is meant by all the authentication methods given (FORM vs BASIC). FORM means you have your own method, that you are collecting logins via HTML forms, and storing it in the servlet session context. BASIC means you are using the built-in HTTP method, and checking

AW: Upload problem: bug at Multipartrequest when deals with mixed pa rameters types

2001-01-01 Thread Ralph Einfeldt
To me your problem looks like your form bean is not found at runtime. But that has nothing to do with Multipartrequests. -Ursprüngliche Nachricht- Von: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 29. Dezember 2000 16:11 An: [EMAIL PROTECTED];