HTTP Status 500 Error

2003-02-27 Thread Ravindra K. Bhat
Hello

how do I replace HTTP Status 500 error page with my own page?

Thanks
Ravi





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Keystore SSL Connection Tomcat 4

2003-02-14 Thread Ravindra K. Bhat
Hi:

I am running tomcat 4.0.6 with SSL and though my certificate is valid when
I log on to the site the window which pops up says:

The Security Certificate has expired or is not yet valid...


any suggestions on why it might be doing it..(the certificate has not
expired for sure- the date is valid for 360 days)...


Thanks 

Ravi



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Changing URL

2003-01-23 Thread Ravindra K. Bhat
Hi:

How can I replace my www.domain.com:443 with www.domain.com but still use
the same :443 port?

Thanks 
Ravi


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




URL

2003-01-23 Thread Ravindra K. Bhat

Hi:

I wanted the users to not see the port when they browse..ie
instead of the url being https://www.mydom.com:8443/**.* i would rather
have them see https://www.mydom.com/**.* 

Also ..

I have connected Apache 2.1 with TCAT 2.0.6 w/ ssl using mod_jk..but my
pages loaded slowly (mostly servlets - I have no static pages except
login)..
so now I have ssl directly with Tomcat 2.0.6 the speed has increased
dramatically...is there any downside to running Tcat without Apache?

Ravi 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




ErrNo=61

2003-01-22 Thread Ravindra K. Bhat
Hi:
My ModJK log shows the following error: (I have Tomcat 4.0.6 w/ Apache
2.0.43 on NT)...

[Wed Jan 22 08:57:20 2003]  [jk_connect.c (177)]: jk_open_socket,
connect() failed errno = 61
[Wed Jan 22 08:57:20 2003]  [jk_ajp_common.c (626)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61

Any ideas?

Thanks
Ravi


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Failed ErrNO=61

2003-01-22 Thread Ravindra K. Bhat
Hi,

Any ideas on how to solve the following error in Mod_jk.log:

[Wed Jan 22 08:57:20 2003]  [jk_connect.c (177)]: jk_open_socket,
connect() failed errno = 61
[Wed Jan 22 08:57:20 2003]  [jk_ajp_common.c (626)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61

Thanks
Ravi



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Web Pages Loads Slowly

2003-01-21 Thread Ravindra K. Bhat
Hi:

Any ideas on how to increase the loading speed of html(static) pages on
Apache..I have integrated Apache 2.1 with tomcat 4.0.6..the servelts/jsp
loads fine but the html pages seem to be loading slowly..

Thanks..
Ravi  


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Web Pages Loads Slowly (fwd)

2003-01-21 Thread Ravindra K. Bhat

hi:

I chkecked out all the directories..and log file paths..they all seem to
be in order...

My pages load smoothly when i use domain_name:8080/servlet but when I use
just the domain name it still loads a little slower... 

Any ideas? I am running apache 2.1 w/ tomcat 4.0.6 w/ mod_jk
Ravi

-- Forwarded message --
Date: Tue, 21 Jan 2003 13:39:43 -0500
From: Turner, John [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: Web Pages Loads Slowly


Something is messed up...probably DNS-related (host name lookup for log
entries, etc).  Apache serving HTML pages is, for the majority of purposes,
instantaneous.  If there's a slow down, it's external to Apache or something
in your config.

John

 -Original Message-
 From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 21, 2003 1:33 PM
 To: Ravindra K. Bhat
 Cc: Tomcat Users List
 Subject: Web Pages Loads Slowly
 
 
 Hi:
 
 Any ideas on how to increase the loading speed of 
 html(static) pages on
 Apache..I have integrated Apache 2.1 with tomcat 4.0.6..the 
 servelts/jsp
 loads fine but the html pages seem to be loading slowly..
 
 Thanks..
 Ravi  
 
 
 --
 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]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Web Pages Loads Slowly (fwd)

2003-01-21 Thread Ravindra K. Bhat
The situation happening to my site seems to match the one listed below...
I am not sure if I can speed it up...but I am going to try.  Any
suggestions are welcome...

thanks
Ravi



On Tue, 21 Jan 2003, Brandon Cruz wrote:

 In my experience, we found a similar situation when we accidentally had a
 whole webapp mapped to tomcat.  This is noticable if you have a lot of
 images in your application the path to those images is
 http://www.website.com/servlet/images/image.jpg.  All those images are
 served by tomcat through mod_jk.  If the mod_jk logging is set too high, the
 page will load really slow.
 
 If you use the :8080 port, this would make tomcat serve everything
 (including images) without using mod_jk, which would make it fairly quick,
 but when you go through apache on 80, everything will be forced to funnel
 through mod_jk.
 
 Don't know if this is what is happening in your situation, but this
 seemingly simple info would have really helped me a while back.
 
 Good luck!
 
 Brandon
 
 -Original Message-
 From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 21, 2003 2:12 PM
 To: Ravindra K. Bhat
 Cc: Tomcat Users List
 Subject: RE: Web Pages Loads Slowly (fwd)
 
 
 
 hi:
 
 I chkecked out all the directories..and log file paths..they all seem to
 be in order...
 
 My pages load smoothly when i use domain_name:8080/servlet but when I use
 just the domain name it still loads a little slower...
 
 Any ideas? I am running apache 2.1 w/ tomcat 4.0.6 w/ mod_jk
 Ravi
 
 -- Forwarded message --
 Date: Tue, 21 Jan 2003 13:39:43 -0500
 From: Turner, John [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Subject: RE: Web Pages Loads Slowly
 
 
 Something is messed up...probably DNS-related (host name lookup for log
 entries, etc).  Apache serving HTML pages is, for the majority of purposes,
 instantaneous.  If there's a slow down, it's external to Apache or something
 in your config.
 
 John
 
  -Original Message-
  From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, January 21, 2003 1:33 PM
  To: Ravindra K. Bhat
  Cc: Tomcat Users List
  Subject: Web Pages Loads Slowly
 
 
  Hi:
 
  Any ideas on how to increase the loading speed of
  html(static) pages on
  Apache..I have integrated Apache 2.1 with tomcat 4.0.6..the
  servelts/jsp
  loads fine but the html pages seem to be loading slowly..
 
  Thanks..
  Ravi
 
 
  --
  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]
 
 
 
 --
 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]
 
 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problem with fresh installation: Unable to find a javac compiler

2003-01-21 Thread Ravindra K. Bhat
Your %JAVA HOME% is not set correctly.  Check to see if you can run
the compiler at the command prompt...ie
 type JAVAC at the c:\ prompt if it says external command it means the
JAVA_HOME is not set correctly..

to set it correctly you need to add the JAVA_HOME to your SYSTEM
PROPS-Environment to point to the correct directory.  You may also need
to add the %JAVA_HOME%\bin to your class path ie you can specify the class
path as c:\jdk X X X\bin;

Hope this helps
Ravi



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Tomcat 4/Apache2

2003-01-17 Thread Ravindra K. Bhat

Hi,

After integrating tomcat and apache I am able to start them individually
without any errors but I am not able to get my servlets or tomcat folders
using the apache port (ie domain name url)...any ideas why?  

Ravi


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Time Out

2002-12-18 Thread Ravindra K. Bhat
Hello

How do I change my Time Out options?  My web form times out before I
complete the Form...


Thanks 
Ravi




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Setting the Time Out

2002-12-18 Thread Ravindra K. Bhat
Hello

How do I change my Time Out options?  My web form times out before I
complete the Form...


Thanks
Ravi 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Running a servlet automatically

2002-10-11 Thread Ravindra K. Bhat

Hi
I have a servlet which updates a table when the system time is 4:00 PM.  I
need it to run everyday @ 4:00 PM..how do I do set it up so that it runs
automatically?

Thanks
Ravi  



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Directory Listing

2002-09-20 Thread Ravindra K. Bhat

Hi,

How do I avoid listing the directory files when users type the url in 
tomcat 3.2.4?
Thanks



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Directory Listing

2002-09-20 Thread Ravindra K. Bhat

Hi Dan,

Thanks.  How do I avoid lisitng the directories via apache. I am still
able to view the directory lisitng if I use apache access to get in..

thanks
Ravi

On Fri, 20 Sep 2002, Dan Lipofsky wrote:

 In server.xml set suppress=true for StaticInterceptor like below
 
 RequestInterceptor 
className=org.apache.tomcat.request.StaticInterceptor 
debug=0 suppress=true /
 
 - Dan
 
  How do I avoid listing the directory files when users type the url in 
  tomcat 3.2.4?
  Thanks
 
 
 
 --
 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]




RE: Directory Listing for 4.0.1

2002-09-20 Thread Ravindra K. Bhat

In the web xml file under $CATALINA_HOME/conf change the default servlet
settings to: 


servlet
servlet-namedefault/servlet-name
servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-class
init-param
param-namedebug/param-name
param-value0/param-value
/init-param
init-param
param-namelistings/param-name
param-valuefalse/param-value
/init-param
init-param
param-namereadonly/param-name
param-valuetrue/param-value
/init-param
load-on-startup1/load-on-startup
/servlet



On Fri, 20 Sep 2002, Matt Raible wrote:

 Can you use this on Tomcat 4.0.1+? If so, where do you put it in
 server.xml?
 
 Thanks,
 
 Matt
 
  -Original Message-
  From: Dan Lipofsky [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, September 20, 2002 10:16 AM
  To: Tomcat Users List
  Subject: Re: Directory Listing
  
  
  In server.xml set suppress=true for StaticInterceptor like below
  
  RequestInterceptor 
 className=org.apache.tomcat.request.StaticInterceptor 
 debug=0 suppress=true /
  
  - Dan
  
   How do I avoid listing the directory files when users type 
  the url in
   tomcat 3.2.4?
   Thanks
  
  
  
 
 
 
 --
 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]




Re: integeration of Apache with TOCAAT

2002-09-09 Thread Ravindra K. Bhat

Hello:
has anyone had luck integrating apache 2.0.4 with Tomcat 1.4.1 on NT.  if
so could you please lead me the docs?

Thank you,
Ravi





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Tomcat and Apache

2002-09-09 Thread Ravindra K. Bhat

It seems to me that Tomcat 4.0.4 is already set up to connect with
Apache..is this correct?


Ravi


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Tomcat 4.0.4 and Apache 2.0.4 integration

2002-09-06 Thread Ravindra K. Bhat


Hi:

Any idea how Tomcat 4.0.4/Apache 2.0.4 integration is done or where I can
find the docs for it?  I had Tomcat 3.0.2 and Apache 1.3 working but it
seems to have changed.
The OS in NT.

Thanks
Ravi



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: integeration of Apache with TOCAAT

2002-09-06 Thread Ravindra K. Bhat

I am not sure it is integrated...I commented out the 8080 port in the
server.xml file but then http://servername/examples  says not found..if it
was integrated I should have succeeded

Ravi

On Fri, 6 Sep 2002, Dionisio Ruiz de Zarate wrote:

 the normal isntalation integrates both.
 they are integrated, but tomcat response, else, to the 8080 port ---
 comment the 8080 lines in the server.xml
 
 - Original Message -
 From: Sivaraman, Srinivasan [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, September 06, 2002 9:30 PM
 Subject: integeration of Apache with TOCAAT
 
 
  Hi ALL,
 
  I am a newbie to Tomcat.
 
  I have SuSE Linux 8.0
  I have installed Apache 1.3.26 and Tomcat which comes with SuSE 8.0.
  Both hte services are running. (Apache at prot 80 and Tomcat at 8080)
  Can someone please tell me how to integerate these two, i.e how to make
 servlet requests to apache be forwarded to be handled by Tomcat?
 
  Thank you!!!
 
  --
  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]
 
 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Tomcat 4.03 Problems Setting up a Context

2002-09-06 Thread Ravindra K. Bhat

I dont think you need to create a context in 4.X ..include your folder in
the webapps folder ie for example test then you can access it by typing
http://localhost:8080/test in you browser...
The context was needed in 3.x..

On Fri, 6 Sep 2002, Steve Russell wrote:

 Hi;
 
 I'm using Tomcat 4.03 with Red Hat 7.3.
 
 I'm having trouble setting up a Context for a web application and I 
 was hoping someone could give me a clue to what I missed in reading the 
 manual.
 
 First I set up a test web app like this:
 Context path=/Projects docBase=/home/srussell/Projects debug=0 
 reloadable=true/
 
 
 It worked.
 
 
 Then, I did the same thing, but for a different directory:
 
 
 Context path=/zoora docBase=/zoora debug=0 reloadable=true/
 
 Did *NOT* work, yet when I set the docBase to /zoora/mysubdir it worked.
 
 Is Tomcat 4.03 blind to directories right off of root ?
 
 I am the owner of /zoora.  It and all of its subdirs are chmoded to 777.
 
 Any ideas?
 
 Thanks in advance
 
 
 Steve
 
 
 --
 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]




Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat

Hi:

I am trying to run apache1.3 with tomcat 3.2 on NT 4.0.  I have apache and
tomcat running independently and am trying to integrate the two.

I have downloaded the mod_jserv to the apache libexec folder and have
included the path in the httpd.conf file.  But apache does not start when
I include the path.  What am I doing wrong?

My path to tomcat.conf within my tomcat directory is:
c:\jakarta-tomcat-3.2.3\conf\tomcat.conf and the path to the httpd.conf
file is: c:\program files\apache group\apache\conf\httpd.conf

what should my include file path in the httpd.conf file be?

Thanks
Ravi 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat

Hello:

What is the difference between: mod_jk.dll and
ApacheModuleJServ.dll..which of these files do I need to integrate Apache
with Tomcat for servlets?

Also what is the differnce between mod_jserv.so and ApacheModuleJServ.dll?

Thanks
Ravi



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat

After Tomcat/Apache integration do you need to start both Tomcat and
Apache or does Apache alone do the job?

Thanks 

Ravi



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat

Hi:

What is the difference between tomcat.conf and tomcat-apache.conf.  which
of these two files need to be included in the httpd.conf file?  Also how
do I know if request are being answerd by apache or tomcat ie how do I
test if the integration is successful?

Thanks
Ravi



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat

Hi:

Yes..I tested the intgration it works on both 80 and 8080...should it not?
if not how do I disable 8080?
Thanks ravi

On Wed, 4 Sep 2002, Tam, Michael wrote:

 Hi John,
 
Just a quick question about this integration.  Does it mean with the
 integrated tomcat + apache, we would open 2 ports (80 + 8080) instead of
 having port 80 only??  That would open up port 8080 to public to directly
 reach tomcat wouldn't it??  
 
 Regards,
 Michael
 
 -Original Message-
 From: Turner, John [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 04, 2002 1:33 PM
 To: 'Tomcat Users List'
 Subject: RE: Tomcat Apache Config
 
 
 
 You will know if the integration is successful if what your browser receives
 is identical for these 2 URLs:
 
 http://some.host.com:8080/some-servlet (or
 http://some.host.com:8080/examples)
 
 http://some.host.com/some-servlet (or http://some.host.com/examples)
 
 One is port 80, the other is port 8080 (tomcat 4's default port). If Apache
 and Tomcat are integrated, the results will be the same even though the URLs
 are accessing different ports.
 
 John Turner
 
  -Original Message-
  From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 04, 2002 4:29 PM
  To: Tomcat Users List
  Subject: Tomcat Apache Config
  
  
  Hi:
  
  What is the difference between tomcat.conf and 
  tomcat-apache.conf.  which
  of these two files need to be included in the httpd.conf 
  file?  Also how
  do I know if request are being answerd by apache or tomcat ie how do I
  test if the integration is successful?
  
  Thanks
  Ravi
  
  
  
  --
  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]
 
 --
 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]




Log out Screen

2002-08-29 Thread Ravindra K. Bhat

Hi:

Where is the session time out set?  and how do I redirect it to a
logout page once the session times out?

Thanks
Ravi



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Log out Screen

2002-08-29 Thread Ravindra K. Bhat


how do you reset the logout time and redirect to the login page?

ravi



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Question about servlets

2002-07-22 Thread Ravindra K. Bhat

Hello:
Is there a maximum number of strings that can be passed between forms?

Thanks
Ravi



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Gif Image: Seperator Missing:

2002-04-12 Thread Ravindra K. Bhat

Hello:

Any alternate tool to create GIF images?,,I've used Adobe Photoshop...and
a few other tools but they all seem to not include the Global Color
Table and my program throws separator  '0x2c' is not found after reading
the color table' error...

Thanks



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




help Adobe Acrobat

2002-04-09 Thread Ravindra K. Bhat


Hi: I've downloaded the iText.jar file to my temp folder and included it
in my classpath c:\temp\iText.jar but when I compile I get a package
com.lowagie.text does not exist...please help..


Thanks

 On Mon, 8 Apr 2002, hemant wrote:

 Use  Cocoon for a FOP based solution . If you want to keep things simple,
 use iText . Although it was not sophisticated/XML/XSL based it did an
 extremely good job when it generated PDF. It uses java classes to render pdf
 docs. I have successfully incorporated it in my webapp.
 
 http://www.lowagie.com/iText/
 
 Thanks to Bruno Lowagie and Paulo Soares
 
 Regards
 hemant
 
 
 - Original Message -
 From: Ravindra K. Bhat [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, April 08, 2002 5:39 PM
 Subject: Adobe Acrobat
 
 
  Hi:
  How do I render my html pages to pdf for printing.  My servelet generated
  html table is too wide and columns get cut off if I print directly using
  the print icon on the browser...
 
  Thanks
 
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




iText (Lowagie) for Adobe Acrobat

2002-04-09 Thread Ravindra K. Bhat

Hello:
Thanks for the info ..I have it running now. 

I have another question:
It seems to me iText creates pdf from static files (i.e. compiled java
files) However, can I create pdf files using iText for (dynamic) servlet
generated tables if I am not sure of the number of rows returned by
servlet based on user input.

Thanks.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Stuck on Adobe Acrobat/iText

2002-04-09 Thread Ravindra K. Bhat

Hi:

Follow up question:

How do I tell my servlet to render the output in PDF format on the fly?  I
gone through the docs and it does not show me how to generate my servlet
output as an pdf.  I've generated pdf from the command prompt but am still
trying to figure out how a servlet output can be rendered into a
pdf..please help.

Thanks




On Mon, 8 Apr 2002, hemant wrote:

 Use  Cocoon for a FOP based solution . If you want to keep things simple,
 use iText . Although it was not sophisticated/XML/XSL based it did an
 extremely good job when it generated PDF. It uses java classes to render pdf
 docs. I have successfully incorporated it in my webapp.
 
 http://www.lowagie.com/iText/
 
 Thanks to Bruno Lowagie and Paulo Soares
 
 Regards
 hemant
 
 
 - Original Message -
 From: Ravindra K. Bhat [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, April 08, 2002 5:39 PM
 Subject: Adobe Acrobat
 
 
  Hi:
  How do I render my html pages to pdf for printing.  My servelet generated
  html table is too wide and columns get cut off if I print directly using
  the print icon on the browser...
 
  Thanks
 
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Adobe Acrobat

2002-04-08 Thread Ravindra K. Bhat

Hi:
How do I render my html pages to pdf for printing.  My servelet generated
html table is too wide and columns get cut off if I print directly using
the print icon on the browser...

Thanks



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: bug in catalina.sh (fwd)

2002-03-25 Thread Ravindra K. Bhat

Hi:

Where can I find the log file to see who has connected to my server?  I am
using TCAT 3.4...

Thanks


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Log File?

2002-03-25 Thread Ravindra K. Bhat

Hi:

Where can I find the log file to see who has connected to my server?  I am
using TCAT 3.4...

Thanks



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Connection reset..

2002-01-16 Thread Ravindra K. Bhat

What does...
IOException in: connection rest by peer: socket write error..mean? and how
can you fix it?



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Socket Write Error

2001-12-05 Thread Ravindra K. Bhat

Hi:

When I load a particular HTML Page I get a meessage:

Connection Aborted by peer: socket write error

Any info will be appreciated.

Thank you.



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]