please help!!! basic problem with tomcat 3.2.3 / win98

2001-08-22 Thread Josef Oberckal
Hello again, I still have some major problems with tomcat 3.2.3 on windows98. When trying to start tomcat I receive: --- java.net.SocketException: network subsystem has failed The problem I am describing occurs at home, where I don't have internet. Can anyone please help me? Josef

Re: please help!!! basic problem with tomcat 3.2.3 / win98

2001-08-22 Thread Pawan
Hi, Am a new user in this mailing list. This is what I am doing : Storing data in Servlet Context and Page Context seperately. Issues: 1. Can I access page context from inside Servlets. 2. If i go for clustering of ServletEngine on a Single WebServer. WIll I have mutiple copies of Servlet

Jsse / SSL / Tomcat

2001-08-22 Thread zze-messager FTM balr002
Hello, I need to use HTTPS 1. I've installed jsse.jar, jnet.jar and jcert.jar both in $JDK/jre/lib/ext and in $TOMCAT/lib. 2. I need now to create a server certificate : I've tried the command line : keytool -genkey -alias tomcat -keyalg RSA - i'm asked for the password :

RE: Konqueror

2001-08-22 Thread Paul Foxton
Yes, I've found the same thing in konqueror - it seems to have an odd way of dealing with cookies, flaky at best, but I havn't looked into it in any detail. I also find that when I redirect back to page showing the results of a db update I need to refresh the page before I can see the updates,

Sharing Authorization Between TC4 + Apache

2001-08-22 Thread David Molloy
I am currently working on a project where users log into a Tomcat servlet-based system, which does numerous wonderful things :) However, one additional thing I would like to implement is to allow users authorized through the servlets (using sessions etc.) to be also authorized for various

Configuration

2001-08-22 Thread Stéphane De Jonghe
Hi everybody, I would like to know how to configure TomCat 4B7 to see all the debug message on console and especially the request/response received and send by TomCat. It will be usefull for me to understand how HTTP protocol work. Thanks Stephane

Poolman 2.0.4 and Tomcat 3.2.3

2001-08-22 Thread Järkeborn Joacim
Hi, Since I need to get a DataSource from some JNDI I have downloaded PoolMan 2.0.4. When I am trying to run JSP Database Client Tomcat terminates. In TOMCAT_HOME/lib I have the following jars: poolman.jar, jdbc2_0-stdext.jar, jta.jar, xerces.jar, mm.mysql-2.0.4-bin.jar I also have the

mod_jk compile problems with Solaris 8

2001-08-22 Thread Peter Shankey
What I have: uname -a returns SunOS wando 5.8 Generic_111433-02 sun4u sparc SUNW,Ultra-5_10 Java programs Using Java 2 SDK, Standard Edition Version 1.3.1 Using Java API for XML Processing Version 1.1 Using Java Secure Sockets Extension (JSSE) version 1.0.2 Using Ant 1.3 Using servletapi-3.2.3

RE: where is build-solaris.sh

2001-08-22 Thread Peter Shankey
Please let me know how it goes for you. I am struggling with the same issues. I have just posted a message about compiling mod_jk with Solaris 8. If I get it to work I will certainly send mod_jk to you. Pete [EMAIL PROTECTED] Shahed A Moolji [EMAIL PROTECTED] wrote: Hi, I just downloaded

RE: tomcat 4 datasource Oracle help

2001-08-22 Thread Peter Shankey
Pleae let me know how it goes for you as that is my goal for tomcat. However, currently I am struggling with mod_jk Pete [EMAIL PROTECTED] [EMAIL PROTECTED] (Jonathan Pierce) wrote: I must still be missing something here. Please help. I'm still not able to get an Oracle datasource using

[Solved] RE: Poolman 2.0.4 and Tomcat 3.2.3

2001-08-22 Thread Järkeborn Joacim
Hi again, The poolman.xml file wasn't found but it's a bit strange. This is NOT working --- :setClasspath set CP=%TOMCAT_HOME%\conf\poolman\poolman.xml;%TOMCAT_HOME%\classes This is WORKING ---

very very basic question!

2001-08-22 Thread force onme
Hi all, I have a basic question regarding the installation of the Tomcat 3.2.3 in Windows'98. I have jdk1.3. I have set the parameters, TOMCAT_HOME=c:\guru\tomcat\jakarta-tomcat-3.2.3, JAVA_HOME=c:\guru\java and PATH=c:\guru\java\bin Now I am trying to do the following operation and this gives

very very basic question in installation!

2001-08-22 Thread force onme
Hi all, I have a basic question regarding the installation of the Tomcat 3.2.3 in Windows'98. I have jdk1.3. I have set the parameters, TOMCAT_HOME=c:\guru\tomcat\jakarta-tomcat-3.2.3, JAVA_HOME=c:\guru\java and PATH=c:\guru\java\bin Now I am trying to do the following operation and this gives

Please help on HPUX

2001-08-22 Thread Dave Lopez
Can someone help me install apache and tomcat for HPUX? thanks...

RE: [Solved] RE: Poolman 2.0.4 and Tomcat 3.2.3

2001-08-22 Thread Järkeborn Joacim
Yes, of course. I had a temporary error in my brain ;-) // Jocke -Original Message- From: Gregor Kovaè [mailto:[EMAIL PROTECTED]] Sent: den 22 augusti 2001 12:13 To: [EMAIL PROTECTED] Subject: Re: [Solved] RE: Poolman 2.0.4 and Tomcat 3.2.3 Hi! This is not strange. Java

Help: Can't build mod_jserv.so for tomcat

2001-08-22 Thread Rob Cartier
I have downloaded the source for tomcat 3.2.3 and am trying to build the mod_jserv.so module. But no matter what I do I get the following error: apxs:Error: @sbindir@httpd not found or executable or apxs: Error @LIBEXECDIR@ not found or executable any ideas or does someone have a generic

Re: [Solved] RE: Poolman 2.0.4 and Tomcat 3.2.3

2001-08-22 Thread Gregor Kovaè
Hi! This is not strange. Java looks for files in directories. So you specify directories in classpath or jar files, not files itself. Both jar files and directories contain files java needs, hence %TOMCAT_HOME%\conf\poolman\poolman.xml does not contain a file, right? Best regards,

Re: Problems with German ä, ö,

2001-08-22 Thread Frank Neumann
Hi Andrew, Andrew Sudell wrote: Frank Neumann Hi folks, I'm experiencing problems when using the German letters ä ö ü ß in URL's. first box: Solaris 2.6, JDK 1.3.0, tomcat 3.2.1 tomcat was installed as binary distribution by a developer from another company. When using

ldap authentication with tomcat

2001-08-22 Thread Astrid Wagner
Hi, I am new to the subject: How can I enforce ldap authentication for certain resources using tomcat - similar to the Directory toProtectResourcePath Options FollowSymLinks AllowOverride None AuthType Basic AuthName Authentication AuthLDAPURL ldap://ldapUrl require

RE: Please help on HPUX

2001-08-22 Thread Rob S.
docs for apache: http://httpd.apache.org/ docs for tomcat: http://jakarta.apache.org/tomcat/index.html Let us know what specific problem you're having and we'd be glad to help... - r -Original Message- From: Dave Lopez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001

RE: please help!!! basic problem with tomcat 3.2.3 / win98

2001-08-22 Thread Rob S.
Hi Josef, I can't say I've ever seen that error message before =) Do you have the TCP/IP protocol installed? (Right-click on network neighbourhood, then on properties). - r -Original Message- From: Josef Oberckal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 3:20 AM

RE: Please help on HPUX

2001-08-22 Thread Keerthi Nathan
Can you please help me with this problem? I have a basic question regarding the installation of the Tomcat 3.2.3 in Windows'98. I have jdk1.3. I have set the parameters, TOMCAT_HOME=c:\guru\tomcat\jakarta-tomcat-3.2.3, JAVA_HOME=c:\guru\java and PATH=c:\guru\java\bin Now I am trying to do the

RE: Please help on HPUX - or is it Win98???

2001-08-22 Thread Jim Cheesman
At 01:36 PM 22/08/01, you wrote: Can you please help me with this problem? Could you please: a) Use a relevant subject line b) Check the archives (installation on Win98 is something that comes up at least once a week) c) Try reading the error. (Hint 8.3 refers to the filename and extension...

AW: please help!!! basic problem with tomcat 3.2.3 / win98

2001-08-22 Thread Josef Oberckal
Hi, yes, the TCP/IP protocol is installed. Do I have to adjust some other options? -Ursprüngliche Nachricht- Von: Rob S. [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 22. August 2001 13:31 An: [EMAIL PROTECTED] Betreff: RE: please help!!! basic problem with tomcat 3.2.3 / win98 Hi

Graphics with jsp

2001-08-22 Thread Ruben Domene
Hi. How can i show data with graphics like de follow or similar: 100| . 80| . 60| . 40| 20| 0| 1 2 3 4 I need access to database, take the data and show with one graphic. There are any web where i will find information about this?.

RE: please help!!! basic problem with tomcat 3.2.3 / win98

2001-08-22 Thread James, Stuart
try some basic tcp/ip tests. .can you ping loclhost .is anything else trying to use the port numbers tomcat is trying to use .use a unix platform -Original Message- From: Josef Oberckal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 12:43 PM To: '[EMAIL PROTECTED]'

RE: please help!!! basic problem with tomcat 3.2.3 / win98

2001-08-22 Thread Michael Weissenbacher
if you don't have a network interface card or modem installed, you must install the ms loopback adapter, otherwise the network will not function properly. -Original Message- From: James, Stuart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 2:04 PM To: '[EMAIL PROTECTED]'

Re: Graphics with jsp

2001-08-22 Thread Gregor Kovaè
Hi! Hmm, this is a bit off topic, but nevertheless: You could use KavaChart (www.ve.com), which you can use in Servlets and JSPs, but unfortunately it is not free. Best regards, Kovi At 14:00 22.8.01 +0200, you wrote: Hi. How can i show data with graphics like de follow or similar:

Re: Re[2]: Re[2]: Mozilla and Tomcat

2001-08-22 Thread John Baker
On Wednesday 22 August 2001 00:38 am, you wrote: It sounds like a problem in your jsp or servlet. It looks like your response is not being truncated, since you get your /html tag. Make sure to flush the output stream before closing it in servlets. Also, you might want to check whether you

RE: Possible to return multiple responses/pages for a request?

2001-08-22 Thread Jim Urban
This is an unproven browser side solution which involves JavaScript and framesets... 1. The page that submits to the long running servlet should consists of a frame set. The one frame is visible and displays the page that allows the user to input the data. The second frame is invisible and

Re: Graphics with jsp

2001-08-22 Thread Nikola Milutinovic
Gregor Kovah wrote: Hi! Hmm, this is a bit off topic, but nevertheless: You could use KavaChart (www.ve.com), which you can use in Servlets and JSPs, but unfortunately it is not free. Why not the good old Fly? It is a C compiled CGI program that takes a command file and draws a GIF

AW: please help!!! basic problem with tomcat 3.2.3 / win98

2001-08-22 Thread Josef Oberckal
Hi Michael, I will check this. Is this loopback adapter delivered with win98? well, I will see. Thank you very much. Josef -Ursprüngliche Nachricht- Von: Michael Weissenbacher [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 22. August 2001 14:18 An: '[EMAIL PROTECTED]' Betreff: RE:

RE: Re[2]: Re[2]: Mozilla and Tomcat

2001-08-22 Thread Michael Weissenbacher
Yeah, IE has a wicked sticky cache. interestigly i never had problems with the cache of ie. but i had problems with mozilla and ns6, until i inserted a no-cache meta tag. michael

AW: how to get the target frame

2001-08-22 Thread Andreas Leitner
-Ursprüngliche Nachricht- Von: Jann VanOver [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 21. August 2001 23:26 An: '[EMAIL PROTECTED]' Betreff: RE: how to get the target frame I don't think you can get it. That's a client thing, not a server thing. Right, fortunately I

RE: Graphics with jsp

2001-08-22 Thread Jim Urban
You could use awt to draw the graph to a Graphics context and GifEncoder from Acme Laboratories (www.acme.com) to convert the image to a gif which you can simply return to the browser by setting the content type to image/gif. GifEncoder is free. Attached is a servlet which shows how to do this.

RE: Graphics with jsp

2001-08-22 Thread Michael Weissenbacher
unfortunately this doesn't work on linux unless you have an running X server or Xvfb, a virtual X server. you have to set the display variable to access the X server in this way: DISPLAY=localhost:0 export DISPLAY i've heared that this problem will be removed in jdk1.4 michael -Original

Re: Graphics with jsp

2001-08-22 Thread Nitin Goyal
Hi, One of the solutions (though not very elegant) is to create the graph dynamically by dynamically generating html in a jsp/servlet after fetching the data from the database. You create the requisite no. of html tags (td and tr)and fill then up with colour. Of course this wouldnt help in

AW: http vs https

2001-08-22 Thread Frerichs, Rene
Where can I find a SSL-How-2??? -Ursprüngliche Nachricht- Von: Curtis Dougherty [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 20. August 2001 15:11 An: '[EMAIL PROTECTED]' Betreff: RE: http vs https I followed the SSL-How-2 and Still could NOT get /examples to load via the SSL

suppressing white space in jsps

2001-08-22 Thread VASQUEZ_JASON
Is there any way to suppress the whitespace that is output by jsp's in Tomcat/Catalina? I have a simple jsp that generates a .csv, and sets the HTTP headers so that it opens in Excel (intranet app). Even with cramming all the jsp intro stuff on one line, I still end up with one blank line as

Sending email from servlet?

2001-08-22 Thread Yuval
can someone please explain to me how to send email from a servlet. Regards, Yuval Domain The Net Technologies Ltd. 6 Weitzman Blvd. Ramat-Hasharon Israel 47211 Tel: 972-3-5474443 Fax: 972-3-5474446 www.DomainTheNet.com “This email message and any attachments hereto are intended only for use by

Re: Sending email from servlet?

2001-08-22 Thread Leandro de Oliveira e Ferreira
Download javamail from www.javasoft.com There you'll find the classes and lots of examples , including this one. []s Leandro At 16:05 22/08/01 +0200, you wrote: can someone please explain to me how to send email from a servlet. Regards, Yuval Domain The Net Technologies Ltd. 6 Weitzman Blvd.

Re: Sending email from servlet?

2001-08-22 Thread Pawan
You can download the latest JAVAMAIL API which comes with sample codes, and go through them which clearly explains and demonstartes how to use the mail api for sending and receiving mails from a servlet. Obviously u will be needing a sendmail server running (even Linux Sendmail will do). Pawan

AW: starting tomcat from tcl

2001-08-22 Thread Held Martin ICM N MC MI E6
the solution of the problem (in case anybody is interested): CLASSPATH contained jsdk.jar which contained an old version of the ServletException class. The mentioned problem disappears if jsdk.jar is removed from, or put at the end of CLASSPATH. Martin -Ursprüngliche Nachricht- Von:

HTTP/SSl/JSSE

2001-08-22 Thread zze-messager FTM balr002
Hello, I need to use HTTPS 1. I've installed jsse.jar, jnet.jar and jcert.jar both in $JDK/jre/lib/ext and in $TOMCAT/lib. 2. I need now to create a server certificate : I've tried the command line : keytool -genkey -alias tomcat -keyalg RSA - i'm asked for the password :

RE: Graphics with jsp

2001-08-22 Thread Järkeborn Joacim
You can look at JFreeChart at: http://www.jrefinery.com/jfreechart/index.html Best regards Joacim Järkeborn At 14:00 22.8.01 +0200, you wrote: Hi. How can i show data with graphics like de follow or similar: 100| . 80| . 60| . 40| 20| 0|

Re: Jsse / SSL / Tomcat

2001-08-22 Thread Jonathan Eric Miller
- Original Message - From: zze-messager FTM balr002 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 2:42 AM Subject: Jsse / SSL / Tomcat Hello, I need to use HTTPS 1. I've installed jsse.jar, jnet.jar and jcert.jar both in $JDK/jre/lib/ext and in

RE: Jsse / SSL / Tomcat

2001-08-22 Thread zze-messager FTM balr002
i use jdk1.2.2 (ibm) -Message d'origine- De : Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 22 août 2001 15:29 À : [EMAIL PROTECTED] Objet : Re: Jsse / SSL / Tomcat - Original Message - From: zze-messager FTM balr002 [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Possible to return multiple responses/pages for a request?

2001-08-22 Thread Jonathan Eric Miller
Thanks for the response. Currently, I'm not doing any client-side scripting though and I want to try to avoid doing so if at all possible. I appreciate the suggestion though. It's something to think about. Jon - Original Message - From: Jim Urban [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: behaviour of getRequestDispatcher for bogus URLs

2001-08-22 Thread Kevin HaleBoyes
What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example: getServletContext().

JSP - postService() or aequivalent ?

2001-08-22 Thread Manfred Schäfer
Hi, Our Application architecture requires that we enclose method calls (in a JSP-File) with // create Environment tied to the current Thread Environment.createNewEnvironment(); try { ... do work ... } catch { // Removes Environment Environment.cleanup(); } The environment is a

Re: Jsse / SSL / Tomcat

2001-08-22 Thread Jonathan Eric Miller
I'd do a search of IBM's documentation for keytool and see if they have that command. I don't know if that is a required part of the JDK or not. It may be that they have an equivalent command, but, it's called something else? Jon - Original Message - From: zze-messager FTM balr002

Re: where is build-solaris.sh

2001-08-22 Thread Jonathan Eric Miller
Have you guys thought about just using Tomcat in standalone mode? That's what I'm planning to do once 4.0 comes out. Previously, I had the same problems as you guys with regard to building mod_jk. There were never any Solaris binaries available by default. Once I figured it out, it wasn't too

Tomcat IIS HowTo

2001-08-22 Thread Allwin Immanuel
Hi, Does the ISAPI redirector work with Windows 2000? The filter is not loaded when i add the filter. Any update on this, Thanks, Allwin __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger

TC 4.0 - IllegalStateException: Cannot create a session after the response has been committed

2001-08-22 Thread Blanchard Andrew H (CPOCEUR)
I'm trying to get OpenSymphony Sitemesh 1.2 running under Tomcat 4.0. I've tried beta 7 and dev beta 8. Anyway, I'm receiving the following exception: java.lang.IllegalStateException: Cannot create a session after the response has been committed at

Re[2]: Re[2]: Re[2]: Mozilla and Tomcat

2001-08-22 Thread Jonathan Pierce
4.0b7 works fine for me. You might want to try it with the example jsps. Try this, 1. Add the following lines to the top of one of the examples (i.e. Snoop) response.setHeader(Pragma, No-cache); response.setDateHeader(Expires, 0); response.setHeader(Cache-Control, no-cache); 2. Clear your

Re: Help: Can't build mod_jserv.so for tomcat

2001-08-22 Thread Jonathan Eric Miller
I'm pretty sure that it's no longer recommended that people use mod_jserv. I think mod_jk replaced it, or maybe there is something even newer? Jon - Original Message - From: Rob Cartier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 5:27 AM Subject: Help: Can't

Re: Graphics with jsp

2001-08-22 Thread Jim Cheesman
At 02:54 PM 22/08/01, you wrote: Hi, One of the solutions (though not very elegant) is to create the graph dynamically by dynamically generating html in a jsp/servlet after fetching the data from the database. You create the requisite no. of html tags (td and tr)and fill then up with colour.

Re: ldap authentication with tomcat

2001-08-22 Thread Jonathan Eric Miller
I think JNDIRealm will do this. However, it seems to be a pretty newly added feature and as far as I can tell, it isn't documented very well. I've been wondering the same thing. If you figure it out, please let me know. You might want to do a search of the mail list archives. I saw a few messages

Re:RE: tomcat 4 datasource Oracle help

2001-08-22 Thread Jonathan Pierce
I asked the question twice on this list and received no responses. I assume this means noone has been successful doing this correctly. Since I couldn't wait any longer, I wrote a temporary solution that reads the properties directly and allocates connections explicitly using the DriverManager.

Re: Sending email from servlet?

2001-08-22 Thread Jonathan Eric Miller
Yeah, that's what I'm doing and it seems to work well. Jon - Original Message - From: Leandro de Oliveira e Ferreira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 8:08 AM Subject: Re: Sending email from servlet? Download javamail from www.javasoft.com

Re: Re[2]: Re[2]: Re[2]: Mozilla and Tomcat

2001-08-22 Thread John Baker
On Wednesday 22 August 2001 14:42 pm, you wrote: 4.0b7 works fine for me. You might want to try it with the example jsps. Try this, 1. Add the following lines to the top of one of the examples (i.e. Snoop) response.setHeader(Pragma, No-cache); response.setDateHeader(Expires, 0);

RE: Graphics with jsp

2001-08-22 Thread James, Stuart
I've heard about something called vml (Virtual modelling language) which allows you to draw vector graphics in xml and display them on the browser. not sure what browsers support it but I recall that NASA use it on some of there sites! -Original Message- From: Nikola Milutinovic

multiple tomcats one config - hi load

2001-08-22 Thread Stefan . Raschke
Hi everybody, i have a question regarding multiple tomcats. We are using HPUX 11 apache 1.3.20 and tomcat 3.2.3 We have 4 tomcats running using each his own server.xml all other config files are the same. To achive this I added three new workers in worker.properties and am using them in

RE: Tomcat IIS HowTo

2001-08-22 Thread Dirk Kühnemann
Hi Allwin, I had this problem to. Once there was posted a script for doing the entries in the registry. Copy the script into notepad, edit the paths and save it as jakarta.reg. -Start- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation]

Free hosting of Servlet/Jsp ?

2001-08-22 Thread Sheila Ratnam
Hi all, Is there a free-hosting site where I can put up a small website using servlets / JSP ?.. to get the real world learning experience? Thanks, Sheila _ Get your FREE download of MSN Explorer at

Re: Q: How to use mod_rewrite with mod_jk?

2001-08-22 Thread amduser amduser
--- Denis Haskin [EMAIL PROTECTED] wrote: ... I wonder if it's a bug just with directory listing? Can you get to servlets or JSP pages via the rewrite rule? What happens when you do the rewritten url with a trailing slash (e.g. http://localhost/rewrite/examples/)? That doesn't work

Overriding jar files in /tomcat/lib

2001-08-22 Thread Stuart Clement
Hi all, I'm running Tomcat 3.2.1 on Suse Linux 7.0 with JDK 1.3. I have an application that runs with xalan-j_2_0_1 and Xerces-J-1.4.0 which support namespaces, and the only way I can get tomcat to pick them up seems to be by removing jaxp.jar and parser.jar and putting the new xalan and xerces

Re: suppressing white space in jsps

2001-08-22 Thread Matt Hudson
The only solution I have heard of is to remove the newline from your JSP. That's right -- one long line for the entire JSP. On Wed, Aug 22, 2001 at 07:59:16AM -0500, [EMAIL PROTECTED] wrote: Is there any way to suppress the whitespace that is output by jsp's in Tomcat/Catalina? I have a

Re: Free hosting of Servlet/Jsp ?

2001-08-22 Thread Keerthi Nathan
www.mycgiserver.com is one such site. Cheers, Keerthi. From: Sheila Ratnam [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Free hosting of Servlet/Jsp ? Date: Wed, 22 Aug 2001 14:05:53 + Hi all, Is there a free-hosting site where I can put up a small website

Re: suppressing white space in jsps

2001-08-22 Thread David Cassidy
Would you like to let us see the jsp - we might spot something... David Matt Hudson wrote: The only solution I have heard of is to remove the newline from your JSP. That's right -- one long line for the entire JSP. On Wed, Aug 22, 2001 at 07:59:16AM -0500, [EMAIL PROTECTED] wrote: Is

Imaginative webapp setup. Is this possible to do?

2001-08-22 Thread Gabriel J Zimmerman
I have a server that has many virtual hosts, say http://www.myhost1.com/, http://www.myhost2.com, http://www.myhost3.com etc. etc. Is it possible to create a webapp that is hosted at the / level for each of these hosts, where the servlets,tag libraries, and java classes located in the WEB-INF

Re: Imaginative webapp setup. Is this possible to do?

2001-08-22 Thread Dmitri Colebatch
yep - but it'd be something you'd do in one webapp... put some logic in your servlet (assuming you're using model-2 arch) that looks at the request, and uses the appropriate jsp... have some protocol like hostname + _homepage.jsp... for static html, probably be easier to use apache virtuals for

RE: Imaginative webapp setup. Is this possible to do?

2001-08-22 Thread Brandon Cruz
So...if you can put all common class files into tomcat_home/classes, can we put newer versions of the same class files into the new applications web-inf/classes and assume that they will be read first by the web application? Or...can we put the old versions of the jar files into the old

Solaris Problem

2001-08-22 Thread Roy K. Mayr R.
Hi, I would like to know if anyone out there is successfully using Tomcat with Solaris and if so what version of Solaris and what jdk version. Thanks Roy

Re: Solaris Problem

2001-08-22 Thread Corey A. Johnson
Here you go. Solaris 2.7 SPARC Tomcat 3.2 JDK 1.2.2 and Solaris 2.7 intel Tomcat 3.2 JDK 1.3 Cj Roy K. Mayr R. wrote: Hi, I would like to know if anyone out there is successfully using Tomcat with Solaris and if so what version of Solaris and what jdk version. Thanks Roy -- Corey

Pre-install question

2001-08-22 Thread Gregory Reddin
I have a Windows 2000 Server that I would like to be able to process JSP files with. I do not have IIS installed on this server. I am getting confused with the difference between Apache webserver and Tomcat. Do I need to download and install Apache before using Tomcat? What would be the best

Help required for Cocoon 1.8.2 Tomcat 3.2.3 combo.

2001-08-22 Thread Hariharasubramanian Ranganathan
Hi, I have been using Tomcat 3.2.3 on Windows 2000. Tomcat is working fine. But when I install Cocoon 1.8.2 (by copying required jar files to my-web-app\WEB-INF\lib and I tried to view the default cocoon page. http://host:port/mywebapp/Cocoon.xml and I recv the following exception. I renamed

Re: Solaris Problem

2001-08-22 Thread Matt Barre
Tomcat 3.2.3 and Tomcat4b7 on Solaris 8 with jdk 1.3.1 - Original Message - From: Roy K. Mayr R. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 9:11 AM Subject: Solaris Problem Hi, I would like to know if anyone out there is successfully using Tomcat

HTTPS : server certificate - error with IE5

2001-08-22 Thread zze-messager FTM balr002
Hello, I've got a server certificate for tomact generated by using the comand keytool... When i try to access to my web-app (https://locahost:8443/tutu), my browser (IE5) send me a security alert : - The name on the server certificate does not corresponds to the name of this site What can

Re: Solaris Problem

2001-08-22 Thread Thad Humphries
Roy, I am mixed success with Tomcat and Solaris. In all cases, we're running Solaris 2.7 (properly patched), JDK 1.3.1, and Tomcat 3.2.3 with mod_jk. We've two applications. Fortunately, our web product (a thin-client document imaging and workflow application) runs like a top. My other

Re: Free hosting of Servlet/Jsp ?

2001-08-22 Thread Denis Haskin
A couple of sites are listed at http://directory.google.com/Top/Computers/Programming/Languages/Java/Server-Side/Servlets/Hosting/Free/ (although at least one is a free-for-2-months only...) dwh From: Sheila Ratnam [EMAIL PROTECTED] Hi all, Is there a free-hosting site where I can put

From tomcat 3.2 to tomcat 4

2001-08-22 Thread hatim
Hi All i was using Tomcat 3.2 with apache , to configure tomcat i used in httpd.conf include /app/jakarta-tomcat/conf/mod_jk.conf-auto I tried to do the same thing with tomcat 4 , but :) it doesn t work , so how can i do that ? tomcat 4 is it very different from the 3.2 ? thank you ! Hatim

multiple context paths pointing to the same doc base?

2001-08-22 Thread Vladimir Grishchenko
Hi there, May be somebody can give me a quick answer with regards to T3.2.2. I need to have multiple context paths to point to the same doc base, say my server.xml has the following entries: Context path=/somectx docBase=d:/foo/bar debug=0 reloadable=false

RE: Link error with mod_webapp

2001-08-22 Thread Shaun Campbell
Pier I don't suppose you had any more thoughts on my problems building mod_webapp.so. Just out of interest I installed a built version of mod_webapp.so and I got an error with an undefined symbol ap_ctx_get when I started Apache. I guess this is becuase its not compatible with RH 7.1. Thanks

Re: HTTPS : server certificate - error with IE5

2001-08-22 Thread Bernhard Wraase
When i try to access to my web-app (https://locahost:8443/tutu), my browser (IE5) send me a security alert : - The name on the server certificate does not corresponds to the name of this site What can i do to avoid that ? Type for the name locahost when you generate the certificate with

How to flush apache response buffer?

2001-08-22 Thread Matthias Piehl
Hello - We created a chat webapplication using Servlets and JSP. Under Tomcat as stand alone (via port 8080) the method ServletResponse.flushBuffer(); works fine. So we can react directly to incoming messages and internal events by putting the output to the response on this way. But now we

Re: behaviour of getRequestDispatcher for bogus URLs

2001-08-22 Thread Craig R. McClanahan
See embedded answers below. On Wed, 22 Aug 2001, Kevin HaleBoyes wrote: What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example:

Re: Sharing Authorization Between TC4 + Apache

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, David Molloy wrote: I am currently working on a project where users log into a Tomcat servlet-based system, which does numerous wonderful things :) However, one additional thing I would like to implement is to allow users authorized through the servlets (using

Re: Configuration

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, Stéphane De Jonghe wrote: Hi everybody, I would like to know how to configure TomCat 4B7 to see all the debug message on console and especially the request/response received and send by TomCat. It will be usefull for me to understand how HTTP protocol work. If you

Re: AW: http vs https

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, Frerichs, Rene wrote: Where can I find a SSL-How-2??? For which version of Tomcat? With 3.x it's included in the documentation that is reachable via http://localhost:8080 once you start Tomcat. For Tomcat 4, the most recent version (not yet integrated into the

Re: suppressing white space in jsps

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001 [EMAIL PROTECTED] wrote: Is there any way to suppress the whitespace that is output by jsp's in Tomcat/Catalina? I have a simple jsp that generates a .csv, and sets the HTTP headers so that it opens in Excel (intranet app). Even with cramming all the jsp intro stuff on

Tomcat, JSP, BEAN, /lib

2001-08-22 Thread Shawn Evans
I have a connectionpool bean that I am using in myapp. I added connectionpool.jar to /lib. I added this to the beginning of my jsp. jsp:useBean id=pool scope=application class=com.sterling.util.db.connectionpool / Here is what I get when I access it... any ideas what I have done wrong?

Redirect ?

2001-08-22 Thread Dejan Pecar
Hi there, We're moving from tomcat 3.1 to tomcat 3.2.1 in our servlets we have calls like this: httpServletResponse.sendRedirect(mShopSession.calcURL(mShopSession.makeLink())); with tomcat 3.2.1 a page which says 'Document moved' with a link to the appropriate page is shown, in tomcat 3.1 we

Re: JSP - postService() or aequivalent ?

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, Manfred Schäfer wrote: Hi, Our Application architecture requires that we enclose method calls (in a JSP-File) with // create Environment tied to the current Thread Environment.createNewEnvironment(); try { ... do work ... } catch { // Removes Environment

Re: TC 4.0 - IllegalStateException: Cannot create a session afterthe response has been committed

2001-08-22 Thread Craig R. McClanahan
See below. On Wed, 22 Aug 2001, Blanchard Andrew H (CPOCEUR) wrote: I'm trying to get OpenSymphony Sitemesh 1.2 running under Tomcat 4.0. I've tried beta 7 and dev beta 8. Anyway, I'm receiving the following exception: java.lang.IllegalStateException: Cannot create a session after the

Jsp doesn't work !!

2001-08-22 Thread Roberto B.
So.. I use a Linux Debian box. I have tomcat installed in /usr/tomcat47 I have to place the file for virtual host with Apache in /var/www/... My httpd.conf file is: : LoadModule webapp_module /usr/lib/apache/1.3/mod_webapp.so AddModule mod_webapp.c : VirtualHost 213.188.200.22 DocumentRoot

Re: Overriding jar files in /tomcat/lib

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, Stuart Clement wrote: Hi all, I'm running Tomcat 3.2.1 on Suse Linux 7.0 with JDK 1.3. I have an application that runs with xalan-j_2_0_1 and Xerces-J-1.4.0 which support namespaces, and the only way I can get tomcat to pick them up seems to be by removing jaxp.jar

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, Vladimir Grishchenko wrote: Hi there, May be somebody can give me a quick answer with regards to T3.2.2. I need to have multiple context paths to point to the same doc base, say my server.xml has the following entries: Context path=/somectx

ContextManager: SocketException reading request, ignored

2001-08-22 Thread Dan R. Labonte
So I was receiving the out of Buffer errors and the census was for me to upgrade to Tomcat 3.2.3, which I did. So far so good, no Buffer errors as of yet. I do have two new issues now: 1. I'm receiving this error often: $2001-08-21 15:56:29 - ContextManager: SocketException reading request,

Re: From tomcat 3.2 to tomcat 4

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, hatim wrote: Hi All i was using Tomcat 3.2 with apache , to configure tomcat i used in httpd.conf include /app/jakarta-tomcat/conf/mod_jk.conf-auto I tried to do the same thing with tomcat 4 , but :) it doesn t work , so how can i do that ? tomcat 4 is it very

  1   2   >