Re: Tomcat alias in tomcat standalone SSL

2001-02-07 Thread Pete Ehli
Have you at least tried to use your certificate? if yes what errors are you getting?. It's easy to generate your own .keystore file using JSSE if your cert will not work. -- Pete -- - Original Message - From: "Barbara Nelson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Feb

RE: Questions

2001-02-07 Thread Vikramjit Singh
yes u can use tomcat with jdk1.2.2. i am using it and till now i have not face any problems cheers > -Original Message- > From: Cinto [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 07, 2001 10:04 PM > To: [EMAIL PROTECTED] > Subject: Questions > > Hi, > Presently, I a

Re: Custom error pages from servlets?

2001-02-07 Thread Pete Ehli
catch try blocks - out.println(Your custom error message!); -- Pete -- - Original Message - From: "Les Hartzman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 4:36 PM Subject: Custom error pages from servlets? > Using Tomcat 3.2.1, is it possible to defin

JVM_recv error

2001-02-07 Thread James Masterman
Hi,     I'm new to Tomcat and am using it with Win 2000 and JDK1.3 to serve up some servlets. I am also using tomcat as a web server currently to serve up HTML pages.   When serving up Html I occassionally get a JVM_recv error, socketInputStream read. I thought there might be something wro

Re: Questions

2001-02-07 Thread Pete Ehli
Sure you can use 1.2.2 -- its always best in my opinion that you use the most current JDK -- The only thing the JDK does for tomcat is compile your JSP source when you first access them. As far as your servlet and bean class files go - if you use a current IDE it will have the latest JDK bun

Questions

2001-02-07 Thread Cinto
Hi, Presently, I am a student studying in Singapore. I have some questions regarding tomcat.   I heard that tomcat is only compatiable with jdk v1.3, is that true? Can we use jdk 1.2.2 with tomcat?   I would be very grateful if you could answer my questions. Thank you.   Ivy 

FormBased Authentication properties

2001-02-07 Thread Johnson Lim
Hello, I have tried to using formbased authentication, i have several question on it (please help): 1. Do the authentication is set to use "j_securitycheck" ? How can we change it ? since I don't see any parameter to set on redirect page name (do it must index.html/jsp) can we redirect to other

RE: JDBCRealm for Interbase

2001-02-07 Thread Ignacio J. Ortega
It's solved on CVS , it will work in 3.2.2 that it's soon to be released ( about a week or so perhaps a little more) Saludos , Ignacio J. Ortega > -Mensaje original- > De: Johnson Lim [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 8 de febrero de 2001 5:30 > Para: Tomcat-User > Asunto

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Erik LaBianca
The easiest thing to do is just to copy the servlet.jar file into your c:\jdk1.3\jre\lib\ext folder. I think thats the "official" place for extension api's. It is automatically checked for jars to be added to the classpath. --erik -Original Message- From: Scott Walter [mailto:[EMAIL PR

RE: Restarting Tomcat??

2001-02-07 Thread Vikramjit Singh
yes u have to stop tomcat whenever u compile the bean or the servlet. bye > -Original Message- > From: Jurrius, Mark [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 06, 2001 12:58 PM > To: [EMAIL PROTECTED] > Subject: Restarting Tomcat?? > > I'm using Tomcat 3.2 with Microsoft

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Scott Walter
No you don't have to download anything extra. The classes are included with tomcat in the servlet.jar file, which is located in the lib directory under your tomcat install. FYI--When specifying a classpath for jar files you can't just specify the directory in which the jar file exist in, you mus

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Rezaul H. Safiuddin
OK...I am totally Confused..please Help! I have jdk 1.3, Apache Web Server and TomCat 3.2Where is the javax package ? I finally downloaded jsdk 2.1 and the javax directory is there..I pointed the classpath to that directory or its parent directory in many ways.. - but it never finds it. Sho

jsp and config.getInitParameter()

2001-02-07 Thread Renee Petris
Has anybody had success using config.getInitParameter() in jsp pages?   I was looking at the web.dtd and noticed that the the servlet element is defined as: jsp-file is described as: Based on how init-param is used for servlets, I assumed that for a jsp page the web.xml would look like

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Erik LaBianca
Do you have the servlet api's in your compilers classpath? --erik -Original Message- From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:09 PM To: [EMAIL PROTECTED] Subject: Another Newbie Question -- Urgent Please! How come I am not being able

RE: as a standalone server

2001-02-07 Thread Erik LaBianca
Yes. Just hit port 8080 on the solaris box. --erik -Original Message- From: Jason Teh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 11:10 PM To: [EMAIL PROTECTED] Subject: as a standalone server Hey guys just wondering if it were possible to use Tomcat as a standalone

JDBCRealm for Interbase

2001-02-07 Thread Johnson Lim
Hi all, I have tried JDBCRealm for Hypersonic, it works very well, thanks for the TOMCAT GUYS!! When I tried to do it on Interbase, it seem not works (please help !) on server.xml when i run any authentication process an error occur: Error: 500 Location: /Secure/admin/index.html Internal Se

as a standalone server

2001-02-07 Thread Jason Teh
Hey guys just wondering if it were possible to use Tomcat as a standalone server (i dont want to integrate with apache just yet) on a Solaris server (5.7) and access jsp pages using a client web browser on Win NT? Jason - To u

Re: Tag Libraries: manual processing of tag bodies?

2001-02-07 Thread Jeffrey Bonevich
Craig - Thank you for the quick response! more below... "Craig R. McClanahan" wrote: > > Jeffrey Bonevich wrote: > > > Hello all! A question in search of an answer... > > > > I am developing a tag library, and for one particular tag I want to > > prevent the body content from being processed

Re: IllegalStateException on index.html??

2001-02-07 Thread joshua
Just restart tomcat. I usually get that when I do to much refreshing.   [EMAIL PROTECTED] wrote:   Error: 500 Location: /partners/index.html Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ?     at org.apache.tomcat.core.ServletWrapper

Another Newbie Question -- Urgent Please!

2001-02-07 Thread Rezaul H. Safiuddin
How come I am not being able to compile a HelloWorldServlet.java with jdk1.3 ? Its giving me hundreds of compiler errors. I need to compile this file and create the .class file . Do I need something especial for compiling servlets ? I already installed the TomCat 3.2.1 . Any Help would be appre

absolute newby

2001-02-07 Thread Jason Teh
hey guys wondeirng if you can help me out i have succesfully installed tomcat into my user account on solaris 5.7 I now want to start mucking around with jsp but i dont know how to start or where to put the files or what url to use as all html files need to go into a public_html directory for t

Re: Tag Libraries: manual processing of tag bodies?

2001-02-07 Thread Craig R. McClanahan
Jeffrey Bonevich wrote: > Hello all! A question in search of an answer... > > I am developing a tag library, and for one particular tag I want to > prevent the body content from being processed as JSP. I know I can > prevent this by declaring TAGDEPENDENT in > the descriptor file for the librar

Tag Libraries: manual processing of tag bodies?

2001-02-07 Thread Jeffrey Bonevich
Hello all! A question in search of an answer... I am developing a tag library, and for one particular tag I want to prevent the body content from being processed as JSP. I know I can prevent this by declaring TAGDEPENDENT in the descriptor file for the library. (I am aware that TAGDEPENDENT ha

Re: context related classpath question -ASAP

2001-02-07 Thread Craig R. McClanahan
Srinivas Kurella wrote: > Craig,Thanks for the clarification. I have a servlet to be loaded on > startup which is looking for another class. They are in different jars > under the same app. However the servlet can't see the class.Srini Can you create a small test case that reproduces this probl

Re: context related classpath question -ASAP

2001-02-07 Thread Craig R. McClanahan
Srinivas Kurella wrote:   Tomcat documentation says that all the jars under the WEB-INF/lib directory in a context are automatically added to the CLASSPATH.   This is not precisely what happens.     I am finding this not to be true. I have to add them explicitly to the CLASSPATH. Am i missing som

Tomcat alias in tomcat standalone SSL

2001-02-07 Thread Barbara Nelson
I'm trying to integrate Tomcat 3.2.1 with my application, and have modified the implementation of SSLSocketFactory to use my keystore and trust manager. I have a certificate in my keystore, but it has a different alias (not tomcat) and I cannot change the alias. Where in the tomcat source code do

RE: Newbie needs help ASAP! - HelloWorldServlet

2001-02-07 Thread Bill_Fellows/MO/americancentury
import java.io.PrintWriter; import java.io.IOException; import javax.servlet.*; import javax.servlet.http.*; /** * This should correctly implement a Hello Wold Servlet */ public class HelloWorldServlet extends HttpServlet { public void init(ServletConfig config) throws ServletException

NullPointerException at java.io.Reader when WAR file expanded.

2001-02-07 Thread Richard Hart
We have a web application distributed in a WAR file that consists of servlets that were compiled from JSPs, one index.jsp file and a number of JavaBeans and JAR files on Tomcat 3.2.1. When Tomcat is started, it unpacks the war file correctly with everything in its place. However, part of the initi

I fixed the Makefile for building NSAPI redirector on Solaris (Makefile.solaris) but still unable to connect! (help needed!)

2001-02-07 Thread José Vicente Núñez Zuleta
Greetings I modified the Makefile that comes with Jakarta Tomcat 3.2 in order to compile the Redirector under Solaris (i found some things that didn't work under with my configuration); I'm not sure if will work for everybody but at least you can try :) This is my current setup: Solaris 2.6 Ne

RE: context related classpath question -ASAP

2001-02-07 Thread Srinivas Kurella
Craig, Thanks for the clarification. I have a servlet to be loaded on startup which is looking for another class. They are in different jars under the same app. However the servlet can't see the class.   Srini -Original Message-From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]

Re: context related classpath question -ASAP

2001-02-07 Thread Matthias Ferber
I think the startup scripts actually add the .jar files to the CLASSPATH variable. Are you using the normal startup scripts to start Tomcat? At 04:42 PM 2/7/2001 -0800, you wrote: >Tomcat documentation says that all the jars under the WEB-INF/lib >directory in a context are automatically adde

Custom error pages from servlets?

2001-02-07 Thread Les Hartzman
Using Tomcat 3.2.1, is it possible to define/display custom error pages based on errors that occur within a servlet? No JSPs are used; this is a servlet/EJB environment. I've seen in the spec for web.xml that there is an error-page element for either a general error code or an exception type.

RE: Newbie needs help ASAP!

2001-02-07 Thread Rezaul H. Safiuddin
I am using Windows 2000. Where do I get the ApacheModuleJServ.dll ? Also can anyone give me a "Hello World" Servlet Code. I am really new with this Servlet thing. Thanks. On Wed, 7 Feb 2001, Dan Sojka wrote: > What os are u running? Did u put the ApacheModuleJServ.dll in the modules > folde

RE: Newbie needs help ASAP!

2001-02-07 Thread Nael Mohammad
Have you read the users guide that comes with tomcat when the install is completed? It provides you with a detailed step by step instructions on how to do so. I'm assuming WINDOW$ platform: So here it goes, you need to have the Mod_jserv.dll specified in the tomcat-apache.conf file. I usually do

context related classpath question -ASAP

2001-02-07 Thread Srinivas Kurella
Title: context related classpath question -ASAP Tomcat documentation says that all the jars under the WEB-INF/lib directory in a context are automatically added to the CLASSPATH. I am finding this not to be true. I have to add them explicitly to the CLASSPATH. Am i missing something ???

RE: Newbie needs help ASAP!

2001-02-07 Thread Dan Sojka
Title: RE: Newbie needs help ASAP! u can download it from apche site .. Tomcat 3.2.1 ?? heres the url... http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/ -Original Message- From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February

RE: Newbie needs help ASAP!

2001-02-07 Thread Dan Sojka
Title: RE: Newbie needs help ASAP! What os are u running?  Did u put the ApacheModuleJServ.dll in the modules folder in Apache? Also make sure you have the right ApacheModuleJServ.dll  depending on your Tomcat version. I had the same problem  using tomcat 3.2.. I fixed it by getting the up

Newbie needs help ASAP!

2001-02-07 Thread Rezaul H. Safiuddin
Hi All, I am tryint to integrate the TomCat with my Apache Web Server and then run some servlets on the browser. My Apache Server is configured properly and works fine. I can even start and stop the TomCat perfectly. I was just following the "Tomcat - A Minimalistic User's Guide" ..which is pret

Problems with Jakarta on IIS

2001-02-07 Thread Fabricio Costa
I made all configurations of the jakarta IIS how-to but when i try to start de Internet Services, it does the following messages in file /logs/iis_redirect: [jk_uri_worker_map.c (155)]: Into jk_uri_worker_map_t::uri_worker_map_alloc [jk_uri_worker_map.c (195)]: Into jk_uri_worker_map_t::uri_worke

Re: Session ids (netscape)

2001-02-07 Thread Peter Alfors
"Craig R. McClanahan" wrote: > > The safe solution (and the only solution if you cannot control whether the user > uses cookies or not) is to program your app to deal with the "two windows / one > session" problem. One approach to this would be to embed a hidden variable in > each form that is

integrating tomcat with netscape 4.0

2001-02-07 Thread Jay Scherer
can someone please send some info on integrating tomcat with netscape 4.0. I followed the instructions from http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/tomcat-netscape-howto.html , but they don't seem to work. I will eventually be using a Solaris, but for now I'm just trying to

NoSuchMethodError when using custom tag with attributes - found info but still can't resolve

2001-02-07 Thread Matthias Ferber
I've found this error described in the mailing list archives, but I cannot figure out why I'm still seeing it and I can't make it go away. When I try to load a JSP page that uses a custom tag library containing attributes (my own, or the sample included with Tomcat), I get the following error:

Re: Session ids (netscape)

2001-02-07 Thread Craig R. McClanahan
Peter Alfors wrote: > Sorry to keep this post going on, and on, and on... > But I am still pretty confused. > > I am attempting to disable the cookies on the server side by using the > "noCookies" attribute in the RequestInterceptor as follows: > >className="org.apache.tomcat.requ

RE: still having some trouble with mod_jk on SGI

2001-02-07 Thread Hladky, David
Yes, it has always done that with everything I have compiled, it just seems to ignore them. I am using the gcc that comes from SGI's freeware download site. It is version 2.95.2. Apache compiled perfectly and fires right up. I think the -n32 stands for "native 32 bit". I only know this because

Re: still having some trouble with mod_jk on SGI

2001-02-07 Thread Ed Mooney
Here's a transcript from a compilation on Solaris 8 x86 (apologies for however my mail client is sure to mangle the output): cd /usr/local/share/jakarta-tomcat-3.2.1-src/src/native/apache1.3/ apxs -S CC=gcc -S CFLAGS_SHLIB="-G -fpic" -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/jav

Re: still having some trouble with mod_jk on SGI

2001-02-07 Thread Ed Mooney
Here's a transcript of a compilation on Solaris 8 x86: cd /usr/local/share/jakarta-tomcat-3.2.1-src/src/native/apache1.3/ apxs -S CC=gcc -S CFLAGS_SHLIB="-G -fpic" -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -lposix4 -c *.c ../jk/*.c gcc -DEAPI -DMOD_PERL -DUSE

RE: still having some trouble with mod_jk on SGI

2001-02-07 Thread Mike Braden
David, What compiler are you using? It sounds like compiling apache worked OK, right? Looks like your complier is choking on these options: cc: unrecognized option `-n32' cc: unrecognized option `-KPIC Did your compiler build apache with the above flags w/o error? Have you tr

Re: Servlet init method called twice

2001-02-07 Thread Shahed Ali
I had exactly the same problem. However, it was with my config. I had setup the directory under webapps, and also as part of a . So tomcat was loading the same application under (in my case) 3 different contexts. Check your server.xml and see. Also check your logs (tomcat.log I think and see if t

RE: Servlet init method called twice

2001-02-07 Thread Randy Layman
A new instance of each servlet is created for each way you access the servlet (i.e. for each ServletName you assign, one for the servlet invoker, etc). For each new instance, the init method is called. Randy -Original Message- From: Scott Walter [mailto:[EMAIL PROTECTE

Tomcat Install Moved Apache?

2001-02-07 Thread Rick at canoffroad.net
After installing Tomcat 3.2.1-1 from the RPM it seems that apachectl (and everything else) has moved from /usr/local/apache/bin/ to /usr/local/apache/proxy/bin.   Is it supposed to do this? My scripts for restarting, etc are now all wrong?   Richard

Re: Installing Tomcat windows 98

2001-02-07 Thread Bill_Fellows/MO/americancentury
Wir sprechen Englisch bitte. (We speak English please) Ausweitung der kapazitaet der Speicherplatz. rechtklinke MSDOS, das Eigentum, speicherplatzetikett , anfangswert circa 3072 (Increase in capacity the memory. Right click MSDOS, in properties, Memory tab, initial value approximately 3072)

RE: *.properties files

2001-02-07 Thread Randy Layman
Try /www/WEB-INF/classes/db.properties if you are trying to use the ClassLoader.getResource("db.properties"). Randy -Original Message- From: John Golubenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 4:42 PM To: [EMAIL PROTECTED] Subject: *.properties f

Re: Session ids (netscape)

2001-02-07 Thread Peter Alfors
Sorry to keep this post going on, and on, and on... But I am still pretty confused. I am attempting to disable the cookies on the server side by using the "noCookies" attribute in the RequestInterceptor as follows: My simple web page: Session Id: <%= session.getId() %>

Servlet init method called twice

2001-02-07 Thread Scott Walter
If I have a servlet that I have setup as load-on-startup the init() method is called twice. However if remove the load-on-startup and call the servlet manually the init() method is called once. Any clues? thanks, scott. __ Do You Yahoo!? Yahoo! A

*.properties files

2001-02-07 Thread John Golubenko
Hi, I've been having problem to use *.properties files. I'm running Slackware 7.1 (Linux), Tomcat 3.x, JDK 1.2.2, Apache 1.3.12 /www/index.jsp /www/db.properties /www/servlets/test.class /www/servlets/db.properties Also tried: /www/WEB-INF/lib/db.properties /www/META-INF/db.properties Neither

Re: Doug McNamara

2001-02-07 Thread Craig R. McClanahan
George McKInney wrote: > > Because WEB-INF/classes is searched before WEB-INF/lib (AFAIK), properties > files in /classes will override those in /lib jar files. > This is required in servlet 2.3 (which Tomcat 4.0 implements). It was unspecified in servlet 2.2, so your mileage may vary on differ

Re: Session Timeout Config in Catalina

2001-02-07 Thread Craig R. McClanahan
Steve Ruby wrote: > Under Tomcat4 my web.xml which contains (for an individual webapp) > > > 480 > > > > > at the end throws: > org.xml.sax.SAXParseException: Element "web-app" does not allow "session-config" >here. > > Where does it go?? The exact same web.xml file works unde

Installing Tomcat windows 98

2001-02-07 Thread FHSL1
Hi, ich habe versucht Tomcat unter Windows98 zu installieren. Beim starten der Batchdatei startup bekomme ich jedesmal folgende Fehlermitteilung: Kein Speicherplatz mehr im Umgebungsbereich. Für Tips wäre ich sehr dankbar .   Gruß Frank

Tomcat+SSL

2001-02-07 Thread Julie Ruiz
I am trying to configure SSL in Tomcat over Windows NT and Linux but it fails in the two Operating Systems. I followed the instructions in the tomcat-ssl-howto but something fails. To use the HTTP with SSL connector in tomcat, I activated in server.xml I installed the 3 jars of the JSSE in the $

RE: Doug McNamara

2001-02-07 Thread George McKInney
> -Original Message- > From: Randy Layman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 07, 2001 10:49 AM > To: [EMAIL PROTECTED] > Subject: RE: Doug McNamara > > > > There are two ways. ... > 1. When you access your resource, use > ClassLoader.getResourceAsStream() a

Session Timeout Config in Catalina

2001-02-07 Thread Steve Ruby
Under Tomcat4 my web.xml which contains (for an individual webapp) 480 at the end throws: org.xml.sax.SAXParseException: Element "web-app" does not allow "session-config" here. Where does it go?? The exact same web.xml file works under 3.2.1

Jsp: page directive related question

2001-02-07 Thread Srinivas Kurella
Title: Jsp: page directive related question If a jsp includes another jsp and if both the jsps have 'page' directives in them, the jsp compiler complains. Is this as per spec ?? This is not an issue with some other jsp compilers/engines. Srini

RE: still having some trouble with mod_jk on SGI

2001-02-07 Thread Nael Mohammad
Use mod_jserv, I've fought this battle and determined that mod_jk does not work and mod_jserv works perfectly fine with Apache, tomcat and cocoon. All working. With Mod_jk, never worked. -Original Message- From: Hladky, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001

RE: Doug McNamara

2001-02-07 Thread Randy Layman
There are two ways. The first is the way that I prefer, and another is one that my co-worker prefers. 1. When you access your resource, use ClassLoader.getResourceAsStream() and then use the fully qualified class name (i.e. org.apache.tomcat.Tomcat), but you will need to replac

still having some trouble with mod_jk on SGI

2001-02-07 Thread Hladky, David
Mike and Others, Thanks for the info this morning on building it locally. That appears to have gotten me going in the right direction. I doesn't error code rc=1 now. I am still not getting it compile the shared object though. As far as the libraries I jsut simply took my old apache

Doug McNamara

2001-02-07 Thread GMcnam7639
Doug McNamara - Sorry if this creates duplicates I sent this mail when I subscribed but I am not sure if that's what need to do. I am using Tomcat 3.2.1. I have a number of classes that use property files. Each class file expects its .prp file to be in the same directory as the class f

Eating CPU on Solaris 7

2001-02-07 Thread Fredrick Backman
We have a Solaris 7 (sparc Ultra 250) where the java process is using up what appears to be an unnecessary ammount of CPU, 'top' shows an average of 90%, and vmstat also shows a high overall CPU usage: procs memorypagedisk faults cpu r b w swap fr

RE: Recuring problem - please help

2001-02-07 Thread Jurrius, Mark
I have seen this error before. In my case it was because I was using a JSP keyword for a field name in the database refered to in the JSP. It happened to be the 'page' directive. I hope this helps. Mark -Original Message- From: Arif Shaikh [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: IllegalStateException on index.html??

2001-02-07 Thread Kyle Robinson
Title: IllegalStateException on index.html?? I occasionally get this error when I recompile a class that Tomcat is using.  After you recompile all your classes you should restart Tomcat. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, Februar

RE: problem with tomcat and javamail

2001-02-07 Thread Wang, Jianming
Did you give the code permission in the security file to connect to the specific host and port? -Original Message- From: Rich Catlett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 12:51 PM To: [EMAIL PROTECTED] Subject: problem with tomcat and javamail I am running tomca

problem with tomcat and javamail

2001-02-07 Thread Rich Catlett
I am running tomcat with a security manager and I can get a mail taglibrary that uses the javamail api to work. My best guess is that the taglib is trying to access the system properties and can't due to the security manager. I have tried to set javamail properties in the code so that it wouldn'

RE: Intercepting 404's !! PLEASE HELP

2001-02-07 Thread Dan Sojka
Title: Intercepting 404's !! PLEASE HELP Ok here is my stack trace...pretty ugly. Tomcat's output on the console shows the non-exsistant page repeatedly being called.. I can point my browser at the 404.jsp page. All it contains is this : <%@page language="java"%> 404 error page   Trace--> E

IllegalStateException on index.html??

2001-02-07 Thread sean . hammon
Title: IllegalStateException on index.html?? Error: 500 Location: /partners/index.html Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ?     at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261)     at

IllegalStateException on index.html??

2001-02-07 Thread sean . hammon
Title: IllegalStateException on index.html?? Error: 500 Location: /partners/index.html Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ?     at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261)     at

RE: mod_jk: build problem OpenBSD 2.8

2001-02-07 Thread Palumbo, Mark
I don't know if this helps but on my system, the #define your compile is failing on, is located in: /usr/include/dlfcn.h This appears to be the header file associated with the dynamic-loader library (libdl.a), notice this header file is included at the top of the jk_jni_worker.c...again I don't

RE: Tomcat 3.2.1 + Apache 1.3.12 + ajp12 / ajp13

2001-02-07 Thread Randy Layman
If you really want to use mod_jk and AJP13 and file upload, then you will have to fix this bug yourself. This has been a known issue since around Dec and there has not been a solution yet. Randy -Original Message- From: Martijn van Rooijen [mailto:[EMAIL PROTECTED]] Sen

Tomcat 3.2.1 + Apache 1.3.12 + ajp12 / ajp13

2001-02-07 Thread Martijn van Rooijen
Hi, I have some trouble uploading files using the following configuration: Redhat Linux 6.2 / SunOS (doesn't matter which) Tomcat 3.2.1 mod_jk (compiled one myself and also tried a downloaded binary from jakarta.apache.org) Apache 1.3.12 I'd like to use the new features of the AJP 1.3 protocol,

Re: How set a 128bits key for Tomcat with SSL direct

2001-02-07 Thread Loïc Courtois
Yes, I'am talking about the informations displayed in the browser... But, who knows the difference between the key length, and the information in the browser? How could I get a 128bit SSL information in the browser with tomcat? Thanks a lot. Loic - Original Message - From: "John Golube

Re: ISP with tomcat

2001-02-07 Thread Johnathan Smith
just to please around with --- AC <[EMAIL PROTECTED]> wrote: > If you need I can host you in my server ... Which > kind of applications do > you want to run? > > andrea > > > At 06.56 07/02/2001 -0800, you wrote: > >Does any one know a ISP with tomcat on it?? > > > > > > > >= > >If your i

Re: Tomcat can't start as service

2001-02-07 Thread John Golubenko
Title: Re: Tomcat can't start as service Well, it seems to me that Group\tomcat\... is wrong, it should be Apache Group\tomcat\...which says you should install the tomcat under HDD root directory, such as C:\tomcat, and C:\apache.On my Linux box for example, I have to escape the spaces with \,

Re: ISP with tomcat

2001-02-07 Thread AC
If you need I can host you in my server ... Which kind of applications do you want to run? andrea At 06.56 07/02/2001 -0800, you wrote: >Does any one know a ISP with tomcat on it?? > > > >= >If your into Body For Life, check out >http://clubs.yahoo.com/clubs/bodyforlifestatenislandny > >__

RE: trouble with mod_jk

2001-02-07 Thread Mike Braden
David, apxs is a perl script that is part of the apache distribution, which requires perl 5.003 (maybe 5.004) or greater. The biggest problem seems to be that apxs assumes that Apache was built on your system. If you installed apache from a binary distribution, you can run into problems because

Re: How set a 128bits key for Tomcat with SSL direct

2001-02-07 Thread John Golubenko
Not really. It's 128bit, but if you talking about info after clicking lock icon in the browser, it's not that. >> Original Message << On 2/7/01, 4:21:53 AM, "Loïc Courtois" <[EMAIL PROTECTED]> wrote regarding How set a 128bits key for Tomcat with SSL direct: >

Re: Parse Error in the tag library

2001-02-07 Thread John Golubenko
The tld files should go in META-INF directory I think. >> Original Message << On 2/6/01, 5:08:22 PM, "Paolo Barolat-Romana" <[EMAIL PROTECTED]> wrote regarding Parse Error in the tag library: > I get the following error when I try to access a jsp that has tags

Problems getting Apache-Tomcat on the jk-module running!

2001-02-07 Thread CARL-HENRIK . LILJEGREN . SP
Hi everybody, could somebody please give me a hint, on how to get Apache-Tomcat on the jk-module running??? I've tried everything... Discription: --- I'm using Apache 1.3.17 and Tomcat 3.2.1 (JDK 1.3) on a Linux-Maschine. I've built Apache with the mod_jk.c of the source distribution of

trouble with mod_jk

2001-02-07 Thread Hladky, David
All, I have looked around on alot of the sights and I haven't seen a whole lot of success with anybody being able to build mod_jk on any platform. Anyhow, I was wondering if anyone could give me a bit of advice on building it on IRIX. I am running into alot of the same issues others have on

Re: Missing mod_jserve.so file?

2001-02-07 Thread canoffroad
Thanks Mike, I will look at that. I did notice that Tomcat seems to be looking for Apache in /usr/lib where the Redhat 7 dist installs it in /usr/local (which is the same as you quoted) Is this going to be a problem or is there only the 1 reference to /usr/lib? Rick - Original Message

RE: ISP with tomcat

2001-02-07 Thread Patrick Vanden Driessche
There are a couple around : http://www.myservlethosting.com http://www.cwihosting.com http://www.inihosting.com All offering tomcat in one of their hosting plans. Although www.myservlethosting.com offers the possibility to have your own private tomcat runtime. > -Original Message- > Fr

Re: Servlet source code??

2001-02-07 Thread Peter Alfors
look in the work directory within tomcat. You will find the java files for all the pages that you have visited. Johnathan Smith wrote: > I am using tomcat 3.2.1 and someone told me that I > could see the source code that my JSP makes?? can > someone please tell me how to see the servlet source

Recuring problem - please help

2001-02-07 Thread Arif Shaikh
Hi Everybody;   I am having problems with invoking my JSPs. i am using Apache-Tomcat inside VisualAge for Java 3.5. the simple JSPs are working where it has to show only the html (static) content. but if any JSP needs to get something from the database it gives me the following error (i have

Re: tomcat on win2k

2001-02-07 Thread Peter Alfors
I think that you are right...It does appear that as soon as you select 'work offline' it does not try to connect. I think I tried the local IP address (127.0.0.1) as well. I will try this tonight also. Setting the connect via LAN is a good idea, I know I didn't try that. (I tried the never conne

Re: tomcat on win2k

2001-02-07 Thread Peter Alfors
We have noticed this behaviour as well in NT. If you click in the tomcat window, you will notice the word "Select" appears at the top of the command window. This 'pauses' tomcat until you hit a key to release it. Pete "Etienne Baert (SPS Office)" wrote: > Hi Salvatore, > > this happens when

RE: Missing mod_jserve.so file?

2001-02-07 Thread Mike Braden
It should be called mod_jserv.so, at least for Solaris and some OS's, the .so can be different. The file should be located in /usr/local/apache/libexec If it is not there, it is because your distribution does not contain it. Assuming you already have gcc, its not that hard to build. You need to

[Windows 2000] Is that Tomcat eating memory ?

2001-02-07 Thread Oleg L. Sverdlov
Hello. The machine runs Tomcat 3.2.1 + jdk 1.3 + iis_redirect + Win2K Professional Every time a browser reloads a page, "Java" process eats out a few bytes of memory. Simple hello.jsp consumes a few bytes. Pages dealing with Java beans or db connections, consume more memory. On Win2K Serv

RE: Servlet source code??

2001-02-07 Thread Nicholas Christopher
A nice habbit to get into is using jspc to precompile your JSP's. That way you see the compile time errors in advance of running and the code is there for easy review. You can also compile and deploy the resultant classes for a performance boost. -Original Message- From: Johnathan Smith [

Re: Parse Error in the tag library

2001-02-07 Thread Peter Alfors
This is how we set up our own taglibs. on the JSP pages, we include this line: <%@ taglib uri="my-taglib" prefix="mytags" %> In the web.xml file we include this: my-taglib /WEB-INF/tlds/mytaglib.tld HTH, Pete Paolo Barolat-Romana wrote: > If I move my taglib from $

Servlet source code??

2001-02-07 Thread Johnathan Smith
I am using tomcat 3.2.1 and someone told me that I could see the source code that my JSP makes?? can someone please tell me how to see the servlet source code that my JSP pages make = If your into Body For Life, check out http://clubs.yahoo.com/clubs/bodyforlifestatenislandny __

RE: tomcat on win2k

2001-02-07 Thread Michael Weissenbacher
i think when you use ie in offline mode it doesn't try to connect to any server, including localhost. i think if you configure ie to connect to the internet via a LAN you'll be able to access tomcat via localhost, or try http://127.0.0.1. if you don't have a network card in this computer you may h

Re: tomcat on win2k

2001-02-07 Thread Peter Alfors
I thought that I tried that. I was not online however. Therefore, when I prefix my URLs with Http:// IE asks me to connect to the internet. I then choose 'work offline' and the page is not found. I will try it again tonight, maybe I missed in my MANY attempts to get it to work on IE. :) Than

Re: ISP with tomcat

2001-02-07 Thread John Ahrens
Alistair Hopkins wrote: > > www.mycgiserver.com does, I think... > It actually uses resin. > -Original Message- > From: Johnathan Smith [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 07, 2001 2:56 PM > To: [EMAIL PROTECTED] > Subject: ISP with tomcat > > Does any one know a IS

  1   2   >