Re: OFF Topic : Any java based API converters from DOC or PDFto HTML

2002-11-20 Thread Joel Sather
time next question and ask google first: http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=java+pdf+conversion. -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-649-5789 [EMAIL PROTECTED] 11/20/02 12:01PM Hi, We have a situation where the documents (DOC/PDF) will get uploaded to server

Servlet init() in 4.1.12 problem

2002-11-14 Thread Joel Sather
a bug. Anyone have any ideas? Other specs: Solaris, JDK1.3.1_01 Thanks, Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-649-5789 -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Where should i put dynamically generated graphics

2002-08-30 Thread Joel Sather
a GIF encoded stream. And of course Google is your friend: http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=java+servlet+write+gif -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-649-5789 [EMAIL PROTECTED] 08/30/02 09:53AM Yes, I would like the solution where we can write

Re: Tomcat and Crystal Reports (Urgent)

2002-08-29 Thread Joel Sather
an applet you should be able to pull the image it generates to display on the web (we do this for some dynamic graphs with raw Java 2D stuff). -J Joel Sather email: [EMAIL PROTECTED] phone: 651-649-5789 [EMAIL PROTECTED] 08/29/02 04:49PM They say that new version 9.0 is fully supporting java

RE: Routing With tomcat

2002-07-25 Thread Joel Sather
the same IP the firewall/router can map them to different servers/ports on the fly. -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-917-4719 [EMAIL PROTECTED] 07/25/02 12:35PM Tomcat isn't a router. What you're trying to do isn't really a tomcat question, it's more a general web server

Re: Other question

2002-06-14 Thread Joel Sather
and just point it to the Perl script. Also, just call the Perl script--you don't need to call /bin/sh first. Make sure to chmod the script to executable, too. Thanks for the Java code, Tim. It works great now. -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-917-4719 [EMAIL PROTECTED] 06/14

RE: Fw: Other question

2002-06-14 Thread Joel Sather
Yeah, the function getppid() is a function built into Perl. -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-917-4719 [EMAIL PROTECTED] 06/14/02 09:39AM getppid() is a library function, it should already be on your system. It's like printf(), gethostbyname(), etc. John Turner

RE: [offtopic] IDE for Tomcat?

2002-06-13 Thread Joel Sather
remember, but I thought Oracle just licensed someone's IDE. Anyway, it really depends on which features you need from your IDE. I can do everything I need with ANT and vi if I have to now. :) -J Joel Sather email: [EMAIL PROTECTED] phone: 651-917-4719 [EMAIL PROTECTED] 06/13/02 01:28PM what

RE: Tomcat 4.0.1 to 4.0.3 upgrade problem

2002-03-21 Thread Joel Sather
HostnameLookups to on in the Apache httpd.conf. It now works fine. -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-917-4719 [EMAIL PROTECTED] 03/21/02 07:23AM compile your sources with debug turned on. This will give you line numbers This is a problem in your MnvuPage class. Some object

Re: Solaris Install Question

2002-03-21 Thread Joel Sather
It also looks like it is trying to open port 8005 and that it is already in use. Check the server.xml and see what is trying to use that--you may not need it if it is the AJP connector or something like that. -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-917-4719 [EMAIL PROTECTED

Re: Tomcat 4.0.1 to 4.0.3 upgrade problem

2002-03-20 Thread Joel Sather
or 4.0.3. I'm almost tempted to believe that the servlet isn't getting the request/response values in the doGet() method--any idea what causes Unknown Source at that level? Thanks, Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-917-4719 [EMAIL PROTECTED] 03/19/02 05:29PM Hi, I'm

Tomcat 4.0.1 to 4.0.3 upgrade problem

2002-03-19 Thread Joel Sather
to the modified workers.properties file. System: Sun Solaris (SunOS 5.7--forget what that is in Solaris numbers). Let me know what other info I can provide about the system. The reason I need to upgrade is due to some problems with Tomcat 4.0.1 hanging under heavy load. Thanks, Joel Joel Sather email