Tomcat 4.1.18: 500+ Servlets locks up on Solaris under load

2003-03-05 Thread Dov Rosenberg
on port 80 as the root user if that has any bearing on things. Originally we had Apache in the mix, but to simplify figuring out the problems we have configured Tomcat to act as the web server for the time being. Some of the static resource directories are symbolic links. Dov Rosenberg Conviveon

Re: Tomcat 4.1.18: 500+ Servlets locks up on Solaris under load

2003-03-05 Thread Dov Rosenberg
(not 4.1.18) without having this kind of behavior. Dov Rosenberg On Wednesday, March 5, 2003, at 04:10 PM, Shapira, Yoav wrote: Howdy, Given once a servlet loads that retrieves a bunch of data, the CPU processing starts to increase until it pegs at 99% (according to TOP). All users then stop

Re: Tomcat 4.1.18: 500+ Servlets locks up on Solaris under load

2003-03-05 Thread Dov Rosenberg
if that will help. Dov Rosenberg On Wednesday, March 5, 2003, at 04:28 PM, Shapira, Yoav wrote: Howdy, I would suggest profiling just your application, if possible, without a web server at all. Alternatively, run the web server with a profiler (OptimizeIt, JProbe, etc.) and try to allocate

Re: FTP server recommendation

2003-06-20 Thread Dov Rosenberg
with unknown users, just put them in the WAR server. Much more secure. Dov Rosenberg P.s. Read the help file to learn about the author of the software, the dude is pretty messed up, but he did write some good software!! On 6/20/03 4:39 PM, Brian Menke [EMAIL PROTECTED] wrote: I know this isn't

Re: apachectl startssl complains about _default_443 (amongstother things...)

2003-07-28 Thread Dov Rosenberg
I was going thru this same process last week. It seems that Apache doesn't like NameVirtualHost *. I think you need to use xxx.xxx.xxx.xxx:80 instead and make references to the IP address instead of VirtualHost * Good luck Dov Rosenberg On 7/28/03 1:02 AM, [EMAIL PROTECTED] [EMAIL PROTECTED

Re: JK2 (cont.)

2003-03-17 Thread Dov Rosenberg
I would be interested in testing your procedure on Solaris with Tomcat 4.1.18. Dov Rosenberg [EMAIL PROTECTED] On Monday, March 17, 2003, at 04:07 PM, Chris Dodunski wrote: Hello Kent and hello Dave, The good news is that I too finally got JK2 working! It took an entire weekend, but I got

Re: tomcat stops when logout

2003-03-19 Thread Dov Rosenberg
It sounds like you are running on a Unix platform. If so, you need to run from a c shell and use nohup. Bash seems to terminate the process started whereas c shell will allow it to continue. $ csh mycomputer.com % nohup ./startup.sh the puts the process in the background HTH Dov Rosenberg

Re: Virtual Host - IIS and DNS

2003-03-19 Thread Dov Rosenberg
You can use host headers on IIS to create virtual hosts. Each of the host headers need to be registered in DNS but they can point to the same IP address host headers only work with HTTP 1.1 - but that shouldn't be a problem with most browsers today. Dov Rosenberg On Wednesday, March 19, 2003

Re: JSP Taglib resolution trouble

2003-03-30 Thread Dov Rosenberg
Make sure you add the TagLib definition in the web.xml. Dov Rosenberg On Sunday, March 30, 2003, at 05:32 AM, [EMAIL PROTECTED] wrote: Hi there, If I try to compile a JSP with an absolute URI to a taglib like %@ taglib prefix=c uri = http://java.sun.com/jstl/core; % then the compiler

Re: JSP Taglib resolution trouble

2003-03-30 Thread Dov Rosenberg
pages we declare the taglibrary like %@ taglib uri=/CAStaglib prefix=CAS % HTH Dov Rosenberg On Sunday, March 30, 2003, at 03:22 PM, [EMAIL PROTECTED] wrote: Hi Dov, Do you know how to describe a taglib with an absolute uri (e.g. http://java.sun.com/jstl/core) in web.xml? Can you post a sample

Re: Tomcat is stoping Urgent

2004-04-21 Thread Dov Rosenberg
Stop using the JDBC ODBC bridge immediately - it was never designed for a production environment. Use a pure java jdbc driver or change databases. Dov Rosenberg Conviveon Corporation On 4/21/04 7:01 PM, Daniel Gibby [EMAIL PROTECTED] wrote: You've tried a reboot of the windows machine? Has

Re: portals

2003-09-24 Thread Dov Rosenberg
... --mikej -=-- mike jackson [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dov Rosenberg President, Conviveon Corporation 370

Re: JRun - maybe off topic

2003-09-25 Thread Dov Rosenberg
- Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dov Rosenberg President, Conviveon Corporation 370 Centerpointe Circle, suite 1178 Altamonte Springs, FL 32701 http

Re: virtual directory in tomcat

2003-10-05 Thread Dov Rosenberg
Instead of using relative paths in your application, use absolute paths , i.e. http://media.company.com/images/ What force Tomcat to serve your application and images, let Apache do the image serving, makes your application loads more scalable. Dov Rosenberg On 10/5/03 2:26 AM, [EMAIL

Re: Why should I use Tomcat vs .NET?

2003-10-13 Thread Dov Rosenberg
the cost/benefits of open source solutions. Dov Rosenberg On 10/13/03 6:05 PM, Richard Norman [EMAIL PROTECTED] wrote: What portions of FPSE (FrontPage Server Extensions) requires registration? I have not run into that before. So far my experience has been the oppsite. My job gets the MSDN

Re: Windows freeze...

2003-10-28 Thread Dov Rosenberg
Fdisk Install linux :) On 10/28/03 2:25 PM, Leo Larraquy [EMAIL PROTECTED] wrote: Hi people, I`ve got a really simple question but a can`t solve on my own. On Windows, when an applicacion throws an Exception, for the first time, Tomcat freezes, until I hit the keyboard or I do something on

Re: hide source of a page

2004-11-08 Thread Dov Rosenberg
to defeat any measure. Good luck. -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: hide source of a page

2004-11-08 Thread Dov Rosenberg
application for that protocol. They conveniently hid the view source from their web store. Itunes is a pretty cool example of doing what you want. On 11/8/04 9:52 PM, Steven J. Owens [EMAIL PROTECTED] wrote: On Mon, Nov 08, 2004 at 09:37:09PM -0500, Dov Rosenberg wrote: The only thing I can think

Re: OFF-TOPIC : tool to generate JSP pages for a DB table

2004-12-02 Thread Dov Rosenberg
for a given table. It would be ideal if it can generate a insert, modify, delete and one search page (based on primary key or some indexes) Any pointers? Thanks Sreejith -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com

Re: WAR file creation

2005-01-16 Thread Dov Rosenberg
Do this from the root of your web app deployment directory (the one that includes your jsp, WEB_INF jar cvf myapp.war myapp/ -- Dov Rosenberg Conviveon Corporation On 1/16/05 1:42 PM, Warron French [EMAIL PROTECTED] wrote: Can someone please provide me with the most direct path

Re: Spoofed emails

2004-07-21 Thread Dov Rosenberg
to be infected with at least the [EMAIL PROTECTED] worm variant, probably other trojans also. -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Website Planning

2004-07-27 Thread Dov Rosenberg
: [EMAIL PROTECTED] -- Dov Rosenberg President, Conviveon Corporation 370 Centerpointe Circle, suite 1178 Altamonte Springs, FL 32701 http://www.conviveon.com [EMAIL PROTECTED] AOL IM: dovrosenberg (407) 339-1177 x102 (407) 339-6704 (fax) (800) 475-9890 (407) 310-8316 (cell

Re: JMS with tocmat

2004-08-05 Thread Dov Rosenberg
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

How to get the context path for a web application?

2004-08-09 Thread Dov Rosenberg
I need to find a way to get the context path of the current web application. I would like to to it using the HttpSession, HttpServletRequest or response. I tried the ServletContext.getServletContextName but it returns null in Tomcat. Is there a cross container solution? -- Dov Rosenberg

SOLVED: How to get the context path for a web application?

2004-08-10 Thread Dov Rosenberg
in the javadocs. David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com

Re: SOLVED: How to get the context path for a web application?

2004-08-10 Thread Dov Rosenberg
Thanks again On 8/10/04 7:52 PM, Aris Javier [EMAIL PROTECTED] wrote: that's me! =) it's nice to be of service... welcome! aris -Original Message- From: Dov Rosenberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 1:23 AM To: Tomcat Users List Subject: SOLVED

Re: Read MS Word using Java?

2004-09-10 Thread Dov Rosenberg
codes? Any Help is greatly appreciated.. Thanks in advance... aris -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: headless java setting

2004-09-27 Thread Dov Rosenberg
PROTECTED] -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cannot get xml in JSTL 1.1 to work

2004-09-28 Thread Dov Rosenberg
I would check to see if you have conflicting versions of XML parsers on your system. Check to see if you are overwriting the Xerces and Xalan parsers that come with Tomcat. -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com

Re: context sharing problems

2004-09-30 Thread Dov Rosenberg
Why don't you put your shared classes into $CATALINA_HOME/shared/classes. Then all of your web apps can see and use them -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com On 9/30/04 10:58 AM, Michael Cornell [EMAIL PROTECTED] wrote: Hi, I am trying to share the same

Re: context sharing problems

2004-09-30 Thread Dov Rosenberg
to consider is to change the need for a singleton type of class or store some info in a database. Dov Rosenberg On 9/30/04 1:22 PM, Michael Cornell [EMAIL PROTECTED] wrote: Well, I could do (and this actually works) but the problem then is that the web-apps are actually started up separately (in separate

Re: Search engine friendly URLs

2004-10-02 Thread Dov Rosenberg
=bookssubsection=architecture into this: http://localhost/do/site/books/architecture Regards, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dov Rosenberg Conviveon

Re: Search engine friendly URLs

2004-10-03 Thread Dov Rosenberg
the search engine data is garbage On 10/2/04 7:59 PM, Ben [EMAIL PROTECTED] wrote: I would like to use Tomcat alone On Sat, 02 Oct 2004 19:37:35 -0400, Dov Rosenberg [EMAIL PROTECTED] wrote: Use URL Rewriting with Apache. That will do what you are looking for. On 10/2/04 11:53 AM

Re: AW: Search engine friendly URLs

2004-10-03 Thread Dov Rosenberg
the rest of the url. You could do: http://localhost/site.do/books/architecture and parse the rest of the url to section = books and subsection = architecture Simply map site.do to your servlet. Reagrds, Steffen -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com

Re: Windows Environment Variables

2004-10-03 Thread Dov Rosenberg
Why not add them as context variables in the web.xml? -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com On 10/3/04 9:48 PM, Stuart Weston [EMAIL PROTECTED] wrote: Under the one Install of Apache Tomcat upon a Windows 2000 Server we would like to run multiple applications

Re: Windows Environment Variables

2004-10-04 Thread Dov Rosenberg
/context-param ... /web-app You can access the context parameters using ServletConfig.getServletContext().getInitParameter() inside your servlet. -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com - To unsubscribe

Re: Taglib loading classes of web application

2004-10-22 Thread Dov Rosenberg
Class.forName(className) -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com On 10/21/04 7:49 PM, Michael Wille [EMAIL PROTECTED] wrote: Hello all, I have a strange question. I need to load a class that is inside a packkage of a web application from within a taglib

Re: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Dov Rosenberg
is oracle.jdbc.OracleDriver The URL format is: jdbc:oracle:thin:@db host address:port:sid In your code you need to create an instance of the Oracle connection pool class. I think Oracle10g renamed the jar files to something like ojdbc14.jar. HTH -- Dov Rosenberg Conviveon Corporation http

Re: Can Tomcat be configured to be an FTP Server?

2004-10-25 Thread Dov Rosenberg
If you need to include some logic with your FTP, you should really look at Kermit (I think it is from University of Chicago). It has the best command line interface around and is very capable and open source to boot. You could easily wrap a servlet around it if needed -- Dov Rosenberg Conviveon

Re: Version control tool

2005-02-07 Thread Dov Rosenberg
CVS is the old school source code versioning tool. We recently converted to Subversion (http://subversion.tigris.org) - it has most of the good CVS functionality without the CVS weirdness. It also integrates with Eclipse -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com On 2

Re: [OT] RE: HTMLArea v. fckeditor

2005-02-11 Thread Dov Rosenberg
I noticed I had some weird problems using Firefox and FckEditor with the dropdowns if I used the default theme, but if I changed to a different theme (I like Noia 2.0) the problems go away. HTH -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com On 2/11/05 3:08 PM, Mike Curwen

Re: post processing operations after servlet response is sent

2005-03-21 Thread Dov Rosenberg
Why don't you create a filter? They are designed to interact with the request/response loop either before the servlet is kicked off or after the servlet gets called. HTH -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com On 3/21/05 10:13 PM, QM [EMAIL PROTECTED] wrote

Re: My experience of how to avoid problems with log4j in webapps on TC 5.5.9

2005-09-11 Thread Dov Rosenberg
. -- Dov Rosenberg Conviveon/Inquira Knowledge Management Experts http://www.conviveon.com http://www.inquira.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat and JMS

2005-09-22 Thread Dov Rosenberg
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dov Rosenberg Conviveon/Inquira Knowledge Management Experts http://www.conviveon.com http://www.inquira.com