problems with Catalina on solaris (unix)

2001-11-27 Thread tamir
Hi everybody, I'm using tomcat 4.0.1 on Windows NT without problems, and very satisifed from it. However, when I copied catalina to solaris on unix I faced some problems: First of all, I couldn't run any jsp's, because of this exception: java.lang.ClassCastException:

RE: mod_jk and Apache ....

2001-11-27 Thread Arnaud Héritier
You can download the mod_jk module (mod_jk.dll) for Apache on WinNT from : http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/ or http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.4/bin/win32/i386/ If I don't make a mistake you can use either of them with

RE: mod_jk and Apache ....

2001-11-27 Thread Alan Scott
Thanks. I got the files and it is running very well. Fullt integrated with win2k IIS. I will have some questions when I go to deploy a jsp page with some database code soon. Thanks all for the help. At 10:40 AM 11/27/2001 +0100, you wrote: You can download the mod_jk module (mod_jk.dll) for

Manager with Warp Connector

2001-11-27 Thread Tom Colman
Hello all, In server.xml : - Can I use a Manager with a Warp (mod_webapp) Connector ?? I want to do this to avoid having too much warp threads floating around that drown my machine eventually. Thanks, Tom Colman Belgacom Belgium

Tomcat on IRIX6.5

2001-11-27 Thread Mouneer M Rabie
hi all: I ran Tomcat on IRIX 6.5 , the servlets work fine ..but any request for a JSP page produce a Java Exception: Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: java.lang.NoClassDefFoundError: sun/tools/javac/Main at

Re: Tomcat on IRIX6.5

2001-11-27 Thread Marius Matei
One possible solution could be this : You must put the archive tools.jar in $TOMCAT_HOME/lib and set your CLASSPATH=$TOMCAT_HOME/lib/tools.jar. You'll find this archive in your JDK distribution. Hope this will be useful for you. - Original Message - From: Mouneer M Rabie [EMAIL

Tomcat container managed security for swing clients?

2001-11-27 Thread Dan Labrosse
Hi Does anyone know how to take advantage of Tomcat 4.0 container managed security features using a swing client? I appreciate that the using j_security_check flag from a jsp client sets the user's credentials which are intercepted by the container. Then container can then perform the realm

Exception occuring while testing the Tomcat

2001-11-27 Thread Designing Department
Hi, I have installed the Tomcat on My Linux Server but when I am testing the Tomcat with ./startup.sh I receive the following exception and the compilation stucks after the last line. ./startup.sh Using classpath:

DEPLOYING WAR FILES / MOD_WEBAPP

2001-11-27 Thread Alec Bickerton
Hi all, Still having the proble where TC4 refuses to install a WAR file, claiming file does not exist, The manager app reports the file does not exit. however when I login as Tomcat4 and extract the file using : jar xf myapp.war the directory gets created and I can install fine. How can I

Tomcat server is very slow when used with Netscape server

2001-11-27 Thread Kiran Kumar
Hi, Iam using Tomcat 3.2.3 for my application.In my application iam reading the contents of a files present in directory outside the tomcat web server directory(i.e. my content is in c:\temp).The application is very fast if I browse the application using Internet Explorer.The same application

Tomcat is very slow when used with Netscape browser

2001-11-27 Thread Kiran Kumar
Hi, Iam using Tomcat 3.2.3 for my application.In my application iam reading the contents of a files present in directory outside the tomcat web server directory(i.e. my content is in c:\temp).The application is very fast if I browse the application using Internet Explorer.The same application

AW: TC 3.3 JDBCRealm: Authentication unsuccessful

2001-11-27 Thread Lichtmannegger Manfred
Any ideas/proposals how I can to proceed to find the problem? I have downloaded the source code and inserted additional log statements (*) It was a my problem - i.e. a user problem. When I filled the oracle database I supposed a autocommit. But there was no autocommit and therefore the

Error starting Tomcat 3.2.3 /Linux Mandrake 8.1

2001-11-27 Thread Marius Matei
I need some help in starting successfully Tomcat 3.2.3 under Linux Mandrake 8.1 and with Apache 1.3.20 mod_jk Sometimes Tomcat fails starting. I need to reboot the server in order to restart it correctly. It starts it correctly the first time. I stop it normally (no error message). Apache is

AW: Tomcat is very slow when used with Netscape browser

2001-11-27 Thread Ralph Einfeldt
It is not necessary the time to load, but it also can be the time to render the data. We have a website wherer netscape 4.7 takes 16 seconds to render. IE and netspape 6.1 do it in less than 2 seconds. -Ursprüngliche Nachricht- Von: Kiran Kumar [mailto:[EMAIL PROTECTED]] Gesendet:

Re: Emulating JServ's session.topleveldomain with Catalina

2001-11-27 Thread Craig R. McClanahan
On Sat, 24 Nov 2001, Daniel Rall wrote: Date: Sat, 24 Nov 2001 23:36:54 -0800 From: Daniel Rall [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED] Cc: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Emulating JServ's

RE: tomcat.pid: cannot create

2001-11-27 Thread Larry Isaacs
Most of my work is on Windows, but I don't recall anything in the default installation for *nix that creates a tomcat.pid. Normally a conf/ajp12.pid is created. What changes have made to the default configuration? It is possible a bug is being exposed. Cheers, Larry -Original

Re: Create JSP file or a Servlet file for web browser.

2001-11-27 Thread renyu teng
Hi tom, thanks. I will definitely check the book. By the way, do you mean that I should use FrontPage or other tools to create a html file with a layout I want and then modify the html file? Please bear me such stupid question. Thanks regards teng --- Tom Drake [EMAIL PROTECTED] wrote:

Re: Create JSP file or a Servlet file for web browser.

2001-11-27 Thread renyu teng
Hi Tom, thanks you. I will definitely check the book. by the way, do you mean I should use FrontPage or other tools to create html file with layout I want and then modify the file with jsp tags? please bear me such stupid question. thanks regards teng --- Tom Drake [EMAIL PROTECTED] wrote:

RE: Create JSP file or a Servlet file for web browser.

2001-11-27 Thread Barney Hamish
You can use whatever tools you want to create HTML pages and then rename them to .jsp and add whatever dynamic JSP stuff you want. JSP files are just HTML documents with a bit of scripting added to them. -Original Message- From: renyu teng [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Navigating between application context

2001-11-27 Thread Lauer, Oliver
Hi all, I admit it's probably a beginner's question and I believe I could find it in the docs as well but maybe somebody can answer this very quickly: Can I and if I can how do I navigate from one application context /firstExampleContext/MainJsp to another context

AW: Create JSP file or a Servlet file for web browser.

2001-11-27 Thread Ralph Einfeldt
That's one way to go. (Although I wouldn't use FrontPage, but that's a matter of taste) Anpother way is to use an editor that is (more or less) aware of jsp (HomeSite, DreamWeaver UltraDev, Sun Forte). Those tools are better in helping you to insert the jsp. As they highlight the code

mod_jk and tomcat 4.0.1

2001-11-27 Thread Arnaud Héritier
Is it possible with Tomcat 4.0.1 to auto-generate the mod_jk.conf-auto like with TC 3.X ?? With Tomcat 4.0.1 the workers.properties file isn't provided. I took one of tomcat 3.X but should I modify the lines ?? # # Additional class path components. #

RE: CLASSPATH for web apps - and the answer is?

2001-11-27 Thread Larry Isaacs
If you are adding 2.2-D13 xalan.jar in Tomcat 3.2.3, you will probably need to replace the jaxp.jar and parser.jar with the v1.4.3 xerces.jar. For Tomcat 3.3 you could update the v2.1.0 xalan.jar and replace crimson.jar with xerces.jar. If you can use Tomcat 3.3 instead of Tomcat 3.2.3, I would

AW: Navigating between application context

2001-11-27 Thread Ralph Einfeldt
AFAIK you can't share sessions between different contexts. Each context has it's own classloader, so you can't read objects created in one context from another context. (See also craigs response in the thread 'Emulating JServ's session.topleveldomain with Catalina') -Ursprüngliche

Refrain: tomcat4.0.1-apache.1.3.19-mod_webapp

2001-11-27 Thread Alberto Bolchini
Hi all. I've been searching for soultins around but haven't come up with anything working yet. I have a x86 Linux/Suse7.2 box with Apache 1.3.19 and Tomcat 4.0.1 installed. I have downloaded the binary version of mod_webapp.so and configured apache's httpd.conf as below: [...] LoadModule ...

RE: mod_jk and Apache ....

2001-11-27 Thread Larry Isaacs
FYI: The v3.2.x and v3.3 mod_jk are not the same. The v3.3 mod_jk supports input chunking and should work with Tomcat 3.2.x. However, since the v3.2.x mod_jk doesn't have the input chunking feature, it will *hang* when used with Tomcat 3.3 or later. Larry -Original Message- From:

RE: Tomcat on IRIX6.5

2001-11-27 Thread Larry Isaacs
The solution below appears to be for Tomcat 3.2.x. However, the stacktrace indicates Tomcat 3.3. The tomcat.sh script sets your CLASSPATH to contain just tomcat.jar. Tomcat internally tries to add tools.jar, which contains the missing class, using the java.home system property. The simplest

RE: Exception occuring while testing the Tomcat

2001-11-27 Thread Larry Isaacs
Notice your classpath contains ...xalan.jarCLASSPATH=/usr/ I would try clearing your CLASSPATH environment variable and seeing if Tomcat will start with the CLASSPATH it creates automatically. Also, I would leave the trailing '/' off of JAVA_HOME and TOMCAT_HOME. Cheers, Larry

.gif images not displaying with JSPs

2001-11-27 Thread Mark
My servlet/JSP/JavaBean app is working under TC 4.0.1, except for images not displaying in JSPs. The various .gifs live in the root context for the application, ie. the same directory as the html and JSP files. The JSP has simple embedded html statements such as: aimg src=image1.gif

Re: JSP compilation error.

2001-11-27 Thread David Smith
Have you taken a look at the .java file that's generated from the .jsp file? It's located in $CATALINA_BASE/work and should give you more insight into what's happening. --David On Monday 26 November 2001 11:08 am, you wrote: Hi there, Tomcat 4.0.1 on Solaris (SunOS 5.6), JDK 1.3.1, trying

RE: mod_jk and Apache ....

2001-11-27 Thread Arnaud Héritier
Thanks Larry for the information. With TC 4.0.1 which of them should I use I suppose TC 4.0.1 supports input chunking so I can use the 3.2 or the 3.3 (better I think) ??? What is the input chunking ??? where can I have docs about it ?? Arno -Message d'origine- De: Larry

RE: mod_jk and Apache ....

2001-11-27 Thread Larry Isaacs
I would go with the Tomcat 3.3 version. I don't know if TC 4.0.1 supports the Java half of the input chunking feature, but it shouldn't hurt if it doesn't. I just know Tomcat 3.3's Java half requires the mod_jk half of this feature. I'm not an HTTP expert, but I believe input chunking allows

Default directory

2001-11-27 Thread Catalin
hi 2 All, i have a pb : I use a jakarta-tomcat-3.3-m4 tomcat version and I have an web application with jsp. I erased \jakarta-tomcat-3.3-m4\work\DEFAULT directory and the server do not regenerate it. Where do I need to look so tomcat regenerate itself this directory? 10x 2All!!! -- To

Re: JSP compilation error.

2001-11-27 Thread Yoav Shapira
Howdy, Thanks for the reply ;) I'd actually figured it out, and it was that evil don't have more than one Servlet/JSP jar in your classpath issue ;) (I totally agree with that requirement, by the way). Turns out the weblogic.jar that's packaged with Weblogic Server 6.0 has javax.servlet and

RE: Default directory

2001-11-27 Thread Larry Isaacs
It is typically up to Tomcat to create the work directories. If it is not be created, then there may be something wrong with your configuration. I would check the log output to see if any errors are occurring. I would also recommend upgrading to Tomcat 3.3 final. Cheers, Larry -Original

AW: .gif images not displaying with JSPs

2001-11-27 Thread Ralph Einfeldt
It looks like you access the jsp through an url like /myapp/servlet/some.jsp. If you call it like that, you tell the browser with src=image1.gif to look for image1.gif in the same directory as the requested page. As the browser isn't aware of the internal directory structure of the server he

Lost message via servlet using tomcat 3.3

2001-11-27 Thread atk2
Hello -- I am using a soap servlet (WASP 1.x) and tomcat 3.3 with apache. From time to time I get the following error message: - 2001-11-20 08:18:14 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007 2001-11-21 09:59:07 - Ctx( /soap ): Servlet API error: sendError with commited

Re: TC 4.0 newbie - servlet app won't run

2001-11-27 Thread David Smith
Have you taken a look at the global web.xml file? It's located in $CATALINA_BASE/conf and contains some default mappings. One of those I believe takes care of finding HelloWorldExample.class for the examples context. At any rate you might find it an interesting read as these settings are

RE: character encoding in HTTP GET / POST requests

2001-11-27 Thread Hoogervorst, Nico
Suppose I would migrate to Tomcat 3.3, would changing the defaultEncoding of the DecodeInterceptor in the server.xml file do the trick for me? See: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#DecodeInterce ptor But how can I do the same in Tomcat 4.0? thx, Nico

Re: [repost] loading class files

2001-11-27 Thread Craig R. McClanahan
On Mon, 26 Nov 2001, Frank Lawlor wrote: Date: Mon, 26 Nov 2001 13:08:02 -0600 From: Frank Lawlor [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat (E-mail) [EMAIL PROTECTED] Subject: Re: [repost] loading class files Note on the other

ClassFormatError help!

2001-11-27 Thread Ivan E. Markovic
I checked the archives and there was nothing that was suggested that I haven't already tried, so I thought I would send an e-mail. I have just upgraded to jdk 1.3.1 and to Tomcat 3.3 and Ajpv13 and I can't get my packages to load correctly. All my code is in .jar files in the correct

Setting Jndi InitialContext on Tomcat 4.0

2001-11-27 Thread Guillaume Coté
Hi, I have a command line client that access a ejb the following way : InitialContext jndiContext = new InitialContext(); Object ref = jndiContext.lookup(args[0] + /RedressementJudiciaireResSurv); RedressementJudiciaireResSurvHome home =

STARTING TOMCAT: JAVA_HOME ERROR

2001-11-27 Thread Daliso Zuze
Hello all, I have a small problem starting up tomcat 4.0.1. I followed the instructions for installing the jdk, and I extracted tomcat to a directory. Then as required, I set environment variables for JAVA_HOME and CATALINA_HOME. When it comes to starting up tomcat the following message is

RE: Lost message via servlet using tomcat 3.3

2001-11-27 Thread Larry Isaacs
The servlet spec defines the behavior that calling HttpServletRequest.sendError() when the response has already been committed results in an IllegalStateException. To avoid this you need to either avoid the sendError or avoid committing the response. Your log indicates you are running Tomcat

Re: [repost] loading class files

2001-11-27 Thread David Smith
You're right. The spec does not say jsps can not be stored under WEB-INF, but it does say and I quote the spec: No file contained in the WEB-INF directory may be served directly to a client by the container -- Servlet 2.3 spec pg 60 Given that, what good is storing a .jsp (or .gif, jpg, pdf,

RE: Tomcat is very slow when used with Netscape browser

2001-11-27 Thread Durham David Cntr 805CSS/SCBE
It's not Tomcat that is slow, it's netscapes rendering engine. In other words, the wait is probably for netscape to figure out how to draw the page. I have seen this with large tables, or deeply nested elements. -Dave -Original Message- From: Kiran Kumar [mailto:[EMAIL PROTECTED]]

Configuring Tomcat 3.2.3 to access Oracle 8i backend

2001-11-27 Thread Raymond Reid
Hello, I currently have Apache 1.3.2 configured together with Tomcat 3.2.3 running on windows NT 4.0 Service pack 5, and when I remotely access html pages that execute simple JSP's (hello world looping 10 times etc...) everything works fine. On a second computer I have Oracle 8i running on

RE: character encoding in HTTP GET / POST requests

2001-11-27 Thread Hoogervorst, Nico
I keep answering my own questions. :-) In Tomcat 4.0 the trick is to create a filter, which sets the CharacterEncoding, like explained in: http://java.sun.com/products/servlet/Filters.html#72673 And then, add the filter in the web.xml, like this: web-app !-- Filter to set

Re: [repost] loading class files

2001-11-27 Thread DONNIE HALE
As Craig indicated in a message earlier this morning, the good of storing JSPs (in particular) under WEB-INF is if you want to enforce that they are only available via some kind of dispatching servlet which does a RequestDispatcher.forward or .include. In other words, if the application

Problem while starting Tomcat 4 server

2001-11-27 Thread Kiran Kumar
Hi, I have installed Tomcat 4.0 and when I try to run it following error is happening. java.lang.NoClassDefFoundError: javax/naming/directory/DirContext at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:241) at

Re: Tomcat is very slow when used with Netscape browser

2001-11-27 Thread William Lee
I have also had this problem. Yes, it's Netscape 4.7x slow rendering speed that causes that slowness that you've seen. You can try Netscape 6.x and you should see MUCH faster rendering speed. Anyway, try reducing the complexity of the page. Reducing the use of css stylesheet classes and

Re: Refrain: tomcat4.0.1-apache.1.3.19-mod_webapp

2001-11-27 Thread jean-frederic clere
Alberto Bolchini wrote: Hi all. I've been searching for soultins around but haven't come up with anything working yet. I have a x86 Linux/Suse7.2 box with Apache 1.3.19 and Tomcat 4.0.1 installed. I have downloaded the binary version of mod_webapp.so and configured apache's

Re: DEPLOYING WAR FILES / MOD_WEBAPP

2001-11-27 Thread jean-frederic clere
Alec Bickerton wrote: Hi all, Still having the proble where TC4 refuses to install a WAR file, claiming file does not exist, The manager app reports the file does not exit. however when I login as Tomcat4 and extract the file using : jar xf myapp.war the directory gets created and I

Re: [repost] loading class files

2001-11-27 Thread David Smith
I see Craig has answered on this. Since he was involved in writing the spec, he's most certainly the better person to answer this. Thanks Craig for the info. --David On Tuesday 27 November 2001 10:35 am, you wrote: You're right. The spec does not say jsps can not be stored under WEB-INF,

Re: .gif images not displaying with JSPs

2001-11-27 Thread Micael Padraig Og mac Grene
I have a directory called graphics on the same level as WEB-INF, i.e. root_directory/webapps/myapp/graphics/flags/ and root_directory/webapps/myapp/WEB-INF/, and I use img src='graphics/flags/german_flag.gif'//a/tr without dificulty, if that helps. This may have to do with my settings

always getting 403 Forbidden pages

2001-11-27 Thread Peter Matulis
I keep getting 403 pages when trying to access the test or example jsp's or servlets. What can be causing this? I'm using TC322 on Red Hat 7.1 Peter Matulis -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: .gif images not displaying with JSPs

2001-11-27 Thread Domingo Aguilera
I added Context path=/myapp docBase=webapps/myapp debug=0 reloadable=true /Context to server.xml but didn't work then I changed to... Context path=/myapp docBase=myapp debug=0 reloadable=true /Context that is without webapps and the app is running again, but gifs and jpgs

Need Help - Realm not working within Context

2001-11-27 Thread Scott Edwards
Scott Edwards wrote: I have a JDBC Realm which is working fine as long as it is defined within the Engine. If I take that Realm definition and Cut-Paste it into the Context definition I get the contextConfig.missingRealm error logged out of ContextConfig.java. Is there some magic that needs to

Re: Configuring Tomcat 3.2.3 to access Oracle 8i backend

2001-11-27 Thread James Chuang
Raymond: Your Oracle distribution should come with the JDBC drivers you need, classes111.zip or classes12.zip. They should be in your $ORACLE_HOME/jdbc/lib directory. Put them in your classpath, and you can write the JDBC code to access them in a servlet. I guess you can put the code to do so

Dispatching

2001-11-27 Thread Erwin Ambrosch
Hi, I'm using TC 3.2.3. Is there a possibility to forward a request to a different context, similar to the RequestDispatcher.forward(...) method for the same context. Thank's for any comment. Erwin -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Including multiple webapps in a JSP

2001-11-27 Thread Matt Sales
Hello, I am using Apache-1.3.22, RedHat-7.2, and Tomcat-4.0.1 with mod_jlk. Everything is working smoothly, but I'm stumped on how to simulate JSSI functionality. I am able to access a webapp's servlets in a jsp from within that webapp's directory using the jsp:include page=/servlet/foo.bar

RE: Refrain: tomcat4.0.1-apache.1.3.19-mod_webapp

2001-11-27 Thread Alberto Bolchini
Yup! 2001-11-27 09:45:52 [org.apache.catalina.connector.warp.WarpConnector] Connection from localhost/127.0.0.1:32850 to localhost/127.0.0.1:8008 2001-11-27 09:45:52 WarpHost[localhost]: Installing web application at context path /examples from URL file:/var/tomcat4/webapps/examples 2001-11-27

RE: CLASSPATH for web apps - and the answer is?

2001-11-27 Thread Ian Bruseker
Larry, It sounds like you are saying that one solution is to rip out what ships with Tomcat (crimson and the version of xalan chosen) and replace it with what I want. That's not a presumption I'm willing to make on behalf of the customer. I'm not going to assume that my webapp is the only one

Re: .gif images not displaying with JSPs

2001-11-27 Thread Mark
Can you display images from a JSP? My straight html pages display images with no problems using Tomcat. What's odd is if I take the html source generated by the JSP (ie, 'view source from the browser'), save it as an html file and re-display it, it's fine. So the html generated by the JSP

RE: .gif images not displaying with JSPs

2001-11-27 Thread Carsten Lingemann
I've run into problems with images showing on JSPs in the past as well, and I found that using request.getContextPath() solves the problem to give you an absolute path within the context. example: img src='%=request.getContextPath()%/graphics/flags/german_flag.gif'//a/tr Hope that helps!

Prob loading mod_webapp on Solaris 8.

2001-11-27 Thread Matt Goyer
I've been struggling with this for a week or two now.. I'm able to compile mod_webapp on Solaris 8 with GCC 3.0.1 using the snapshots of mod_webapp and apr from CVS. However I have to modify my apxs since three values don't get properly set by the apache makefile. So I then try and load my

Problems with mod_webapp and Apache 2.0

2001-11-27 Thread Nikola Milutinovic
Hi folks. This is not really Apache 2.0 related - I suspect it would do the same on 1.3. So, here is my situation. I have Tomcat 4.01 binary, mod_webapp 20011126 snapshot and Apache 2.0.28 Tomcat standalone works. Apache 2.0.28 standalone works (although in prefork MPM mode, if that matters).

javax.servlet not found in import - how can that be?

2001-11-27 Thread Starsinic, Frank
Here's the error i get when trying a simple jsp page. I don't understand how these packages cannot be found. the jar file are right there in the lib directories from the initial install??? any help would be appreciated. thanks a lot, frank Apache Tomcat/4.0.1 - HTTP Status 500 - Internal

Re: IIS with isapi-filter gets stuck when Tomcat throwsOutOfMemoryEr ror

2001-11-27 Thread Laurian Gridinoc
On Mon, 2001-11-19 at 08:58, Shay Mandel wrote: Hi All, We have a problem, when Tomcat reaches it's memory limit, and calls keep on coming. The Tomcat seize to respond (I don't blame it), but then, even after the memory is freed, or tomcat is restarted, IIS doesn't go to rest. It uses 100%

tomcat with IIS on WINNT

2001-11-27 Thread Starsinic, Frank
Is there an implementation of Tomcat with IIS that works with Windows NT as opposed to Win2000? thanks, frank

RE: .gif images not displaying with JSPs

2001-11-27 Thread Mark
Yes, that fixed the problem - thank you! Takes care of my problem with Tomcat, but it introduces a problem with the same app under VAJ - request.getContextPath() isn't in the IBM HttpServletRequest interface. Yet another place where VAJ isn't fully compliant with the Sun APIs... Thanks again

RE: CLASSPATH for web apps - and the answer is?

2001-11-27 Thread Sanjay bahal
Larry, I can not even bring Tomcat 3.3 up ( not even 3.2). So are you saying with 3.3 could use xalan and xerces only- And I do not need crimson, jaxp, parser? Thanks a lot, Sanjay --- Larry Isaacs [EMAIL PROTECTED] wrote: If you are adding 2.2-D13 xalan.jar in Tomcat 3.2.3, you will probably

Re: dtd loading problem on tomcat startup

2001-11-27 Thread Frank Lawlor
If you use a non-relative DTD reference you might need to specify a proper file URI, e.g. something like: file:///foo/bar Note also the forward slashes. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and

JServ-Tomcat... SERVLET - jsp:info ... Servlets in jars

2001-11-27 Thread Damon C. Richardson
I'm moving from JServ to Tomcat. I have all my servlets in jar files. I was using JSSI with JServ in order to use the SERVLET CODE=com.me.util.myServlet Tag . how do I do this with tomcat now? ( let me first say that I have been searching for this information for about a week.) I can use

RE: CLASSPATH for web apps - and the answer is?

2001-11-27 Thread Larry Isaacs
I can't claim to be up to date with the latest state of Xerces, Xalan, and Jaxp, so there may be new issues that I'm not aware of with respect to combinations of Xerces, Xalan, etc. The fundamental problem in Tomcat 3.2.x is that: 1) The web server classes, including Jasper, live on the

specifying remote Tomcat

2001-11-27 Thread Peter Matulis
I have set up my workers in workers.properties: worker.ajp13.port=8009 worker.ajp13.host=10.0.3.128 worker.ajp13.type=ajp13 In mod_jk.conf-local I use them: Alias /examples /usr/local/jboss-tomcat/tomcat/webapps/examples Directory /usr/local/jboss-tomcat/tomcat/webapps/examples Options

beginner questions (fwd)

2001-11-27 Thread Benjamin L. May
-- Forwarded message -- Date: Tue, 27 Nov 2001 15:17:40 -0500 (EST) From: Benjamin L. May [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: beginner questions Hey guys, I am a newbie tomcat user, and I am having trouble being able to view anything thru tomcat at all.

Logging problem TOMCAT 4.01.1 on *nix HELP

2001-11-27 Thread PRABEL Christophe BSFGP/DI
My tomcat server dos not create access log err log stdout log daily. It always write on the log files it created on startup I thought it was managed automatically as describe on tomcat documentation (File Logger component) Is this a bug or do i nedd to specificaly configure server.xml to do

RE: beginner questions (fwd)

2001-11-27 Thread Charles Hudak
http://localhost:8080/reports/index.html -Original Message- From: Benjamin L. May [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 12:19 PM To: [EMAIL PROTECTED] Subject: beginner questions (fwd) -- Forwarded message -- Date: Tue, 27 Nov 2001 15:17:40 -0500

RE: beginner questions (fwd)

2001-11-27 Thread Benjamin L. May
ARGH! It was all because I thought tomcat's default port was 80!?!?! hits self on head with keyboard Thanks! On Tue, 27 Nov 2001, Charles Hudak wrote: http://localhost:8080/reports/index.html -Original Message- From: Benjamin L. May [mailto:[EMAIL PROTECTED]]

Page Auto Refresh

2001-11-27 Thread Bala Nemani
Hi: We have several JSP pages in our application. In few of the pages, we open small windows (pop up windows) for displaying/updating specific information. We like to refresh the main page upon closing a pop up window. We could do this but every time we close the popup window, Microsoft

ClassCastException on PortableRemoteObject.narrow() call

2001-11-27 Thread Aprameya Paduthonse
Hi There! I am encountering ClassCastException on attempting a PortableRemoteObject.narrow() call from one of my utility class used by my JavaBeans. I am essentially looking up a EJB deployed in Weblogic Server. I have tried placing weblogic.jar(which has the factory class -

mod_webapp/Tomcat4 ready for production level stuff?

2001-11-27 Thread J. Eric Smith
Greetings, I'm getting ready to put specs together on a load balanced cluster designed around open source software, and the time has come to decide what JSP/Servlet engine we're going to use. Up until this point we've used Weblogic for industrial strength web app development and we've been

RE: mod_webapp/Tomcat4 ready for production level stuff?

2001-11-27 Thread Starsinic, Frank
speaking of tomcat 4. i've always loved the ease of use of tomcat until i tried tomcat 4. i deployed a simple web application and none of the servlet, jasper or catalina jar files seem to get loaded. i was surprised to see import javax.servlet.xxx ... not found when i tested a jsp

tomcat cannot find it's own jar files..HELP!

2001-11-27 Thread Starsinic, Frank
i've always loved the ease of use of tomcat until i tried tomcat 4. i deployed a simple web application and none of the servlet, jasper or catalina jar files seem to get loaded. i was surprised to see a ton of... import javax.servlet.xxx ... not found type errors when i tested a jsp

Re: specifying remote Tomcat

2001-11-27 Thread Jason Koeninger
Nobody seems to be biting on your question so I'll take a crack at it. btw, I have no idea what jboss is so I'm going purely from Apache/Tomcat experience. Two things I would do to figure out the problem. First, pull out the Alias and Directory entries below. Sounds to me like they're

Re: tomcat cannot find it's own jar files..HELP!

2001-11-27 Thread Benjamin L. May
Did you include import statements for those servlet classes in your JSP? i've always loved the ease of use of tomcat until i tried tomcat 4. i deployed a simple web application and none of the servlet, jasper or catalina jar files seem to get loaded. i was surprised to see a ton

RE: .gif images not displaying with JSPs

2001-11-27 Thread Domingo Aguilera
When I type this URL from the browser's URL address textbox http://localhost:8080/myapp/images/myjgp.jpg what I get is a fuzzy image, and also when I specify an img src from a jsp. What I don't understand is why can I get a good jpg or gif from another context. I've just added this context

benchmarking Tomcat4?

2001-11-27 Thread J. Eric Smith
Has anyone tried benchmarking Tomcat4 versus some of the commercial engines like Websphere or Weblogic? If so, what did you find out? Also, I'd like to bench my setups to get a feel for where they top out. Any suggestions on what to use? We've used the gasp Microsoft web stress tool up to this

RE: always getting 403 Forbidden pages

2001-11-27 Thread Jason McCormick
Usually a directory permission problem. Do you have the files marked a world-readable and the directory to +rx? Try doing a chmod 755 on the directories where you have the files and chmod 644 on the files. -- Jason -Original Message- From: Peter Matulis [mailto:[EMAIL PROTECTED]]

Re: STARTING TOMCAT: JAVA_HOME ERROR

2001-11-27 Thread Barry L. White
What OS do you have? - Original Message - From: Daliso Zuze [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 9:58 AM Subject: STARTING TOMCAT: JAVA_HOME ERROR Hello all, I have a small problem starting up tomcat 4.0.1. I followed the

RE: tomcat cannot find it's own jar files..HELP!

2001-11-27 Thread Starsinic, Frank
no, i didn't include any of the servlet or jasper in my jsp import statements. that shouldn't be necessary should it? by default, those import statements are there when the jsp page gets turned into a servlet to be compiled. it's during the compilation (and the automatic importing of

RE: Refrain: tomcat4.0.1-apache.1.3.19-mod_webapp

2001-11-27 Thread John P. Dodge
You might try dowloading the mod_webapp CVS source from http://nagoya.apache.org/~pier/snapshots/ and build it. It includes a warp.jar file that needs to replace the one with the tomcat 4.0.1 distribution. On Tue, 27 Nov 2001, Alberto Bolchini wrote: Yup! -=( -=( -=(Alberto Bolchini

RE: specifying remote Tomcat

2001-11-27 Thread Peter Matulis
- Nobody seems to be biting on your question so I'll take a crack - at it. btw, I have no idea what jboss is so I'm going purely from - Apache/Tomcat experience. JBoss allows us to process EJBs. JBoss and Tomcat are separate entities but they are launched together. - Two things I would do

RE: specifying remote Tomcat

2001-11-27 Thread Jason Koeninger
On Tue, 27 Nov 2001 18:27:11 -0500, Peter Matulis wrote: JBoss allows us to process EJBs. JBoss and Tomcat are separate entities but they are launched together. Ahh...thanks. I've seen it mentioned but haven't used it. Should have known it was EJB related. - Two things I would do to

fop url

2001-11-27 Thread Matt Laywell
I'm using tomcat 4.0, fop 2.20, iis 5.0, w2kp. Using asp to write a .fo file to a virtual dir. after writing this file from info from the database I want to serve it to the client in .pdf. the link would be similar to this

Re: fop url

2001-11-27 Thread James Ching
Looks like this error is generated when your servlet couldn't locate the generated .fo file. You won't be able to avoid it 'cuz everyone has a different file system. If the parameter is meant to supply the location of your local file. You probably will have to make it relative to a location

form authentication

2001-11-27 Thread yilmaz
hi everybody, can anyone please tell me how form authentication in tomcat 4 b7 works? so far i was using basic auth. without a problem. for some reasons i must use custom form auth. , so i decided to configure my tomcat for form auth type. however i am having problems, and i can't find any docs

How can?

2001-11-27 Thread Rams
Hi, How can one Tomcat works as a server on behalf of somany entities? l mean, client wants to contact securely different entities whose certificates are stored in different keystores, but all are in one system. That system should work as server on behalf of all entities. So

multiple charset support problem

2001-11-27 Thread yilmaz
hi everybody, i am reposting this since i couldn't get an answer yet, however i am sure there is a solution for this problem, i can't think of that tomcat4 can't support utf-8 charset. by the way i already tried jsp interest mailing list ,but didn't help.it seems that tomcat user list

  1   2   >