RE: Error..

2003-01-15 Thread Ralph Einfeldt
What tomcat version are you talking about ? (Is it tomcat at all ?) What webserver ? AFAIK mod_jserv isn't supported any longer for tomcat. So it's time to upgrade to mod_jk or mod_jk2. > -Original Message- > From: MARIO HENLEY BECERRIL GELDIS [mailto:[EMAIL PROTECTED]] > Sent: Wednesday

RE: Logging System.out to a text file

2003-01-15 Thread Julius Davies
Rommel Sharma, Question 1.) Because I feel like being mischevious, I thought I'd respond to this. Try the following. The nice thing is that it will work with all webservers and even any application written in java, not just Tomcat. You can even do it from a jsp!!! ==

jk_tcp_socket_recvfull failed Errors

2003-01-15 Thread Dan Finkelstein
Hi -- We are using Tomcat 4.06 with apj13, v 1.2.0 behind Apache 1.3.23. For the most part, the system works ok, although we find that sometimes an Internal Error is generated. Funny enough, whether we get the internal error or the page displays correctly, we get the idential following log line

Logging System.out to a text file

2003-01-15 Thread Rommel Sharma
Hi! 1. How to log the System.out outputs to a text file instead of the console? Tried modifying the server.xml file's element with attribute className="org.apache.catalina.logger.SystemOutLogger" but output is still on console. Also, specifying directory and file name in with cl

Tomcat hangs under SSL connection, Clarification of Problem I have been experiencing, really need help

2003-01-15 Thread Steve Vanspall
Hi there I am having a reall problem with Tomcat. These are my specs Tomcat 4.1.18LE for JDK 1.4 (Also have a problem with 4.1.18 standard) Struts 1.1-b2 and naturally JDK 1.4.1 My application seems to work, without a hitch, until I implement the SSLext for Struts 1.1-b2 Then things go bad. Y

Re: Data files with webapp

2003-01-15 Thread Jacob Kjome
Ok, you are right. Sorry, I did misread it. In fact, I think I read part of it and then assumed the rest. Anyway, there is a way to do this. You can set up a with some default. The server should be able to override this default. In Tomcat, that means nesting elements inside the element

RE: Another port 80 problem

2003-01-15 Thread Noel J. Bergman
> I changed my .host in workers.properties to be "localhost" > instead of the FQDN and it seems to be working now. Several possibilities come to mind, including whether or not there is a firewall that would prevent httpd from contacting tomcat via the external IP address, and whether tomcat is con

Re: mod_jk apache2 tomcat4.1.8

2003-01-15 Thread Lajos Moczar
Bill - Another thing is that you are mixing apples and oranges to use the auto-generated mod_jk.conf. It may not be in fact your problem, but just take the Include out of httpd.conf - you don't need it since a) you have your own LoadModule/AddModule commands; b) you are using VirtualHosts. Reg

RE: Loggin with Tomcat 4.1.18LE for JDK 1.4

2003-01-15 Thread Steve Vanspall
HAving read around I guess I should add that I am using SSL Perhaps that is a help Still can't find a solution Steve -Original Message- From: Steve Vanspall [mailto:[EMAIL PROTECTED]] Sent: Thursday, 16 January 2003 1:58 PM To: Tomcat Users List Subject: Loggin with Tomcat 4.1.18LE fo

Loggin with Tomcat 4.1.18LE for JDK 1.4

2003-01-15 Thread Steve Vanspall
Hi there, I have recently switched from Tomcat 4.1.18 to 4.1.18LE for JDK 1.4 I had hoped it would stop this logging problem I am having. For a while it looked ike it had, but now it has started again. The error I am getting is org.apache.commons.logging.LogConfigurationException: org.apache.c

Re: [ot?] Frontpage extensions for tomcat or related items

2003-01-15 Thread Jason Pyeron
I think the parts people use have to do with the navigation widgets. All those useless directories that are created, etc. I guess thats the stuff I am looking for. -jason On Wed, 15 Jan 2003, Don Saxton wrote: Isn't frontpage a webdav client? Tomcat docs (4.18) state that IE is a webdav client.

Re: Another port 80 problem

2003-01-15 Thread Kevin Kovach
Well, I think that did it. I changed my .host in workers.properties to be "localhost" instead of the FQDN and it seems to be working now. Can you tell me why that might be? Why you thought to change that? So that I might understand. Thanks a bunch. - Kevin Turner, John wrote: I'm stumped...ev

Re: mod_jk apache2 tomcat4.1.8

2003-01-15 Thread Kevin Kovach
I'm not sure what the difference is but the sample workers.proerties file here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/workershowto.html has a mixture of 'worker' & 'workers'. Is that incorrect? - Kevin Denise Mangano wrote: Not sure if this is related to your problem since 1)

Re: Data files with webapp

2003-01-15 Thread Gary McGath
On Thursday, January 16, 2003, Jacob Kjome <[EMAIL PROTECTED]> wrote: >Yes, of course there is Thanks, but this illustrates why the bottom-quoting so popular on this list doesn't work well. Either you've misunderstood my question, or you're assuming something else which I'm still missing, an

Re: [ot?] Frontpage extensions for tomcat or related items

2003-01-15 Thread Don Saxton
Isn't frontpage a webdav client? Tomcat docs (4.18) state that IE is a webdav client. my impression was that Frontpage was needed to make it into a writing / editing webdav client. If so that would give you the publishing part. There are other webdav clients you might want to check out at wevdav.o

Re: stack trace error when viewing html source, but the displayinbrowser is good.

2003-01-15 Thread Jason Pyeron
good advice, my next step would be to use curl. my favorite usage is: curl -viLsA 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.0.3705)' url -F for form values -b & -c for cookies -k for ssl issues -u for user auth -o for output file ( i like the screen better ) On Thu, 16 J

Re: stack trace error when viewing html source, but the display inbrowser is good.

2003-01-15 Thread mwm
If the browser is displaying what you expect then the html (or at least some of it) must be getting to sent to the browser, right? Either, as someone already implied, the browser is loading up a cached version of the page, or alternatively, the browser is getting sent a mix of the correct response

Re: WARP (Apache<->Tomcat)

2003-01-15 Thread Lajos Moczar
Neal - Certainly on Windows it is. But on Linux as well, I've heard people complain about things like connectivity breaking after certain periods of time. I vaguely remember having something similar happen, but at the moment I can't recall what the exact issue was. Let me ask - is there a part

Re: Tomcat on windows platform?

2003-01-15 Thread Robert L Sowders
Take it from someone who knows, First off, for all those Windows faithful flamers out there, don't get me wrong, I do both at my site. Both OS's have their place. But I spend more time and money on the Windows segments which actually comprise less of my architecture than my Solaris, Linux, Fr

Re: stack trace error when viewing html source, but the display inbrowser is good.

2003-01-15 Thread Nathan McMinn
Is it possible that the response.getOutputStream() method is returning a null? - Original Message - From: "Paul Tomsic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 3:28 PM Subject: Re: stack trace error when viewing html source, but the display inbrowser i

Re: stack trace error when viewing html source, but the display in browser is good.

2003-01-15 Thread Nathan McMinn
Could you send the stack trace? - Original Message - From: "Paul Tomsic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 1:17 PM Subject: stack trace error when viewing html source, but the display in browser is good. > Has anyone ever seen the expected resu

Re: Jk2 application questions

2003-01-15 Thread Robert L Sowders
Try this from Umberto. Pay particular attention to the Tomcat and JK2 and Apache2 configs. Even though it was written for RedHat it works for windows too. The concepts are the same. rls Kemp Randy-W18971 <[EMAIL PROTECTED]> 01/15/2003 05:59 AM Please respond to "Tomcat Users List"

RE: servlet with Tomcat

2003-01-15 Thread Steve R Burrus
Hi Ralph, whoever the hell you are, or supposed to be! Why do you damned people always have such a "holier-than-thou" attitude towards people like myself who want nothing more or less than to have our questions answered!!! I'm quite sorry if I didn't seem to ask the questions just the way in which

RE: WARP (Apache<->Tomcat)

2003-01-15 Thread neal
Is it known to be buggy on Linux or just Windows? It sounds like its fine and even preferred according to some docs when using Linux/Apache 1.3. Also, I discussed load balancing and it sounds like we're using hardware load balancer so each instance of Apache will have a 1:1 map to its own Tomcat i

JDBC connection pooling, update

2003-01-15 Thread Nathan McMinn
First, thanks to those that pointed me in the right direction. I just have one more problem with connection pooling. Now when I request a connection from the connection pool, I get the following exception: java.sql.SQLException: No suitable driver pretty standard exception, not really that confu

RE: IO Exception: Connection reset by peer: socket write error

2003-01-15 Thread Lior Shliechkorn
Agreed on that one. However, back to the issue, this is not letting me log back in to the application. And, it's not throwing an exception in the filter that I have that gets/releases DB connections from a connection pool. When the application is run over in the same network as the DB there is n

RE: IO Exception: Connection reset by peer: socket write error

2003-01-15 Thread Turner, John
Never mind...I missed the part about the DB. *sigh* ...time for an after work beer. John > -Original Message- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 4:45 PM > To: 'Tomcat Users List' > Subject: RE: IO Exception: Connection reset by peer: soc

RE: IO Exception: Connection reset by peer: socket write error

2003-01-15 Thread Turner, John
Agreed, though in my experience "connection reset by peer" messages mean the browser/client has stopped accepting data from the server, for various reasons: timeouts, closing the browser window, etc. In most situations, they are harmless. John > -Original Message- > From: Shapira, Yoav

RE: IO Exception: Connection reset by peer: socket write error

2003-01-15 Thread Lior Shliechkorn
Right, sorry. Tomcat 4.0.5, using ajp13 connectors. This is a catalina log output for the error: 2003-01-15 08:05:54 HttpProcessor[8080][3] process.parse java.io.IOException: Couldn't read line at org.apache.catalina.connector.http.SocketInputStream.readRequestLine(SocketInputStream.java:235) a

Re: IO Exception: Connection reset by peer: socket write error

2003-01-15 Thread Peter Harrison
On Thu, 16 Jan 2003 10:37, Lior Shliechkorn wrote: > Hi, > > I'm running an app from a remote location (Chicago) with a database located > in New York. I know this is not by any means a recommended practice, > however, it's for testing purposes. My question is why this is occuring? > The applicatio

RE: IO Exception: Connection reset by peer: socket write error

2003-01-15 Thread Shapira, Yoav
Howdy, You're going to need to give us a lot more than that ;) What tomcat version, what connectors, full stack trace / log if possible, etc... ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, January 15,

IO Exception: Connection reset by peer: socket write error

2003-01-15 Thread Lior Shliechkorn
Hi, I'm running an app from a remote location (Chicago) with a database located in New York. I know this is not by any means a recommended practice, however, it's for testing purposes. My question is why this is occuring? The application works fine, but if I try to access it after a little tim

Re: JDBC Connection pooling

2003-01-15 Thread Nathan McMinn
Here is a complete stack trace of the exception javax.naming.NamingException: Cannot create resource instance at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory. java:167) at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:311)

Re: Jk2 application questions

2003-01-15 Thread Robert Riley
I would first turn off the stand alone service so you don't muddy up your debug of your apache-TC communication. Can you post your workers2.properties so we can see if you have the correct [uri] mappings? Might as well post your server.xml and jk2.properties also. >>> [EMAIL PROTECTED] 01/15/03

Re: stack trace error when viewing html source, but the display inbrowser is good.

2003-01-15 Thread Paul Tomsic
yes, what I'm saying is that our servlet is actually sending the output to the browser, but when you view source of that output in the browser, it displays a stacktrace. The browser, however, is showing what we expect (the desired HTML). Here's the stackTrace: (I've removed the html,head,title tag

mod_jk apache2 tomcat4.1.8

2003-01-15 Thread Bill
I'm still having problems using mod_jk with Apache2. The "unable to open config" error seems to have gone away, the incomplete read errors are still there. I started fresh on a new box so I'll re-submit the relevant info: ##http.conf## LoadModule jk_module modules/mod_jk.so

Re: JDBC Connection pooling

2003-01-15 Thread Nathan McMinn
That is where the tyrex jars are, problem is, I don't use HypersonicSQL, which is the jar file tyrex is looking for. If I put the hypersonicSQL jars there, it attempts to connect to a non-existent database. I found what was causing that problem, and I have a new one (Progress!!). Now whenever I

RE: mod_jk apache2 tomcat4.1.8

2003-01-15 Thread Bill
Thats okay Denise...I never hit send either. :) The message is still in my Drafts folder, weirdI'll repost with the errors... On Wed, 2003-01-15 at 20:57, Denise Mangano wrote: > There is no error message included :) > > Denise > > > -Original Message- > From: Bill [mailto:[EMAIL

Re: Data files with webapp

2003-01-15 Thread Jacob Kjome
Yes, of course there is InputStream is = getServletContext().getResourceAsStream("/WEB-INF/myFile-dataResource.xml"); You can also get a list of files matching a particluar pattern using something like the following ServletContext context = getServletContext(); List list = new ArrayLi

RE: mod_jk apache2 tomcat4.1.8

2003-01-15 Thread Turner, John
Good eye! John > -Original Message- > From: Denise Mangano [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 4:03 PM > To: 'Tomcat Users List' > Subject: RE: mod_jk apache2 tomcat4.1.8 > > > Not sure if this is related to your problem since 1) I am a > newbie and 2) I >

Re: JDBC Connection pooling

2003-01-15 Thread David Boyer
The error you mention suggests Tyrex cannot find the hsql jdbc driver. The Class Loader How-To would suggest putting the hsql jar(s) in $TOMCAT_HOME/common/lib to make them available to both Tomcat's JNDI provider and your web applications. Isn't that where you have the Tyrex jars? >>> [EMAIL PROT

RE: mod_jk apache2 tomcat4.1.8

2003-01-15 Thread Denise Mangano
Not sure if this is related to your problem since 1) I am a newbie and 2) I didn't see any error message included, but shouldn't the first line of your workers.properties file look like: worker.list=ajp13 not workers.list=ajp13 ?? (Just taking a guess but I compared it to mine). HTH Denis

tomcat 4.0.6 and getting JSP examples working.

2003-01-15 Thread [EMAIL PROTECTED]
I have just installed Tomcat 4.0.6 and when going to localhost 8080 I get the index.html from ROOT dir, everything looks good.. I can run the Servlets but can not run any of the JSP examples. I have searched high and low. I have 1.4.1 of the j2re installed (wrong version?) I get the followin

RE: mod_jk apache2 tomcat4.1.8

2003-01-15 Thread Denise Mangano
There is no error message included :) Denise -Original Message- From: Bill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 10:35 AM To: tomcat user Subject: mod_jk apache2 tomcat4.1.8 I'm still having problems using mod_jk with Apache2. The "unable to open config" error

Re: JDBC Connection pooling

2003-01-15 Thread Nathan McMinn
Any suggestions on what in particular to look for? I know the classloader that is spitting up on itself is the webapp classloader, because the exception doesn't occur until I attempt to access this application. Is that correct? - Original Message - From: "David Boyer" <[EMAIL PROTECTED]>

RE: Problems with RMI and Axis in Tomcat??

2003-01-15 Thread Anecito, Anthony (HQP)
Hi All, I am a newbe to Tomcat & Axis but learned a lot over the past couple of evenings. I did solve the problem! I learned the following: 1. Do not trust the error messages coming back to the Axis Client. They are filtered such that the root cause may not be displayed. 2. Launch Tomcat in a sep

mod_jk apache2 tomcat4.1.8

2003-01-15 Thread Bill
I'm still having problems using mod_jk with Apache2. The "unable to open config" error seems to have gone away, the incomplete read errors are still there. I started fresh on a new box so I'll re-submit the relevant info: ##http.conf## LoadModule jk_module modules/mod_jk.so

Re: JDBC Connection pooling

2003-01-15 Thread David Boyer
For this particular error, the Tomcat classloader documentation would probably be your best bet. >>> [EMAIL PROTECTED] 01/15/03 02:24PM >>> When trying to get a connection pool set up, tomcat spits this exception back out. Nowhere in the code do I reference this class. Can anyone point me to a g

JDBC Connection pooling

2003-01-15 Thread Nathan McMinn
When trying to get a connection pool set up, tomcat spits this exception back out. Nowhere in the code do I reference this class. Can anyone point me to a good HOWTO on connection pooling in tomcat 4.0.6? TyrexDataSourceFactory: Cannot create DataSource, Exception java.lang.ClassNotFoundExcepti

RE: Urgent: Tomcat dies with socket exceptions !

2003-01-15 Thread Anecito, Anthony (HQP)
Hi Sylvain, I do not know what the problem is but I discovered just recently that it helps to run Tomcat in a separate console (JVM) instance. I am operating under Win/NT and had the same error message when running Tomcat 4.1.18 as a service. My SOAP client which uses Axis when run was giving me d

RE: Urgent: Tomcat dies with socket exceptions !

2003-01-15 Thread Shapira, Yoav
Howdy, >Here is the exception: >Any ideas / suggestions would be appreciated, Try the latest stable version, 4.1.18. There have been numerous improvements and fixes in this area. Is there a root cause in the stack trace? Yoav Shapira Millennium ChemInforamatics -- To unsubscribe, e-mail:

Urgent: Tomcat dies with socket exceptions !

2003-01-15 Thread Sylvain Beaumont
Hi, We developped a GIS server, in which a embedded Tomcat serves JSP / Servlet requests. Since we upgraded Tomcat 3.x with 4.1.x (currently 4.1.12), Tomcat dies with a SocketException. Here is the exception: java.net.SocketException: Connection reset by peer: socket write error at jav

RE: Document Root

2003-01-15 Thread Jonathan Villa
thanks -Original Message- From: Paul Yunusov [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 11, 2003 10:09 AM To: Tomcat Users List Subject: Re: Document Root On Saturday 11 January 2003 10:57 am, Jonathan Villa wrote: > I just started messing around with Tomcat and would like to kno

RequestDispatcher problem

2003-01-15 Thread Daren R. Sefcik
I am using RequestDispatcher with an app in Jetty that seems to work fine but I am moving over to Tomcat and find it does not work. With Tomcat the page will forward its request and the browser will display the source html instead of the rendered html page..the only exception to this is IE, it rend

RE: iis basic authentication

2003-01-15 Thread Gustafson, Grant
thanks to those who have replied...the problem still exists. I am talking about IIS Authentication and not Tomcat Authentication. Fortunately, this is an intranet application...unfortunately, the iis basic authentication does not function as intended for pure iis applications. Tomcat simply ove

Re: [ot?] Frontpage extensions for tomcat or related items

2003-01-15 Thread Jason Pyeron
I dont want to use it, my paying clients think it is the best thing since sliced bread. On Wed, 15 Jan 2003, Ken Anderson wrote: FP extensions are an MS centric server based technology primarily for MS based Webservers (although there are limited versions for unix/linux with gaping security ho

Data files with webapp

2003-01-15 Thread Gary McGath
I haven't always been able to keep up with this list, so my apologies if this question has been answered recently. The webapp which I am developing creates and modifies various data files, which should not be visible to an HTTP client. Currently I keep these data files within the WEB-INF director

Re: [ot?] Frontpage extensions for tomcat or related items

2003-01-15 Thread Ken Anderson
FP extensions are an MS centric server based technology primarily for MS based Webservers (although there are limited versions for unix/linux with gaping security holes...). They support server based M$ widgets that your FP web pages can talk to and do things like counters and forms and chat wi

Re: Memory Usage and Garbage Collection

2003-01-15 Thread Will Hartung
Hi Steve, The real decision you need to make is how common are the "common parts" of your JSPs, and how much content is within the JSPs. If most of your JSPs are simply blocks of content surrounded by the same "boiler plate" JSP code, then perhaps it is worth while to make those JSPs a single JSP

Re: tomcat 3.3.1 - win2k iis

2003-01-15 Thread Bill Barker
If you set the debug="6" attribute on the JspInterceptor element of server.xml (and re-start Tomcat), then Tomcat will print the classpath that it is using to compile to the log file. It looks like it can't find %TOMCAT_HOME%\lib\common\servlet.jar. You might also want to check that you don't hav

Re: stack trace error when viewing html source, but the display inbrowser is good.

2003-01-15 Thread Jason Pyeron
not quite sure I understand your question. are supposing that the page works fine untill you view the html src in you browser? for example in IE browse to http://foobar.jsp then right click View Source, and then you get a stack trace? if so delete your cahced files, exit the browser, verify all

RE: tomcat 3.3.1 - win2k iis- examples

2003-01-15 Thread Jason Pyeron
I am assuming you are running NT4/2k jdk1.4.x is installed. are you running tomcat as a service? do you have any regulations controling how the system is configured? can you run tomcat 4.1.x (it has a nice installer) in the meantime, you want to locate servlet.jar and its friends i belive they

Re: TC3 to TC4 upgrade question

2003-01-15 Thread Milt Epstein
On Wed, 15 Jan 2003, Joel Hughes wrote: > Hi all, > I am upgrading a webapp from TC3 to TC 4.1 > > I had a servlet mapping error with a servlet mapping of (worked fine in > TC3) > > > > dologin > > > /dologin > > > > But this wa

RE: Servlet Mapping Bug?

2003-01-15 Thread Jacob Kjome
Are you sure this is happening when you go directly to Tomcat rather than through Apache? All my mappings in web.xml make no mention of the context name and work just fine. Try you app at: http://localhost:8080/control/ Then try it at: http://localhost/control/ If it works in the former ca

stack trace error when viewing html source, but the display in browser is good.

2003-01-15 Thread Paul Tomsic
Has anyone ever seen the expected results in a browser from their servlet, but when you view source, there is a stack trace? Not sure what would be causing this, but here's how we're generating output to the browser: public void printPage(HttpServletResponse response) { response.setContentType(

RE: tomcat 3.3.1 - win2k iis- examples

2003-01-15 Thread Lior Shliechkorn
Make sure you have all the correct environment variables, and also try to put the servlet.jar in the webApp's WEB-INF/lib folder if that doesn't work. "Schultz, Cecilia" <[EMAIL PROTECTED]> wrote: I tried running the jsp examples that comes with Tomcat and got the error: == Err

Re: saving and opening files

2003-01-15 Thread Jacob Kjome
Don't resort to hardcoded absolute paths. That is a maintainance nightmare. Use what the servlet spec provides for you... String tempdir = ""+context.getAttribute("javax.servlet.context.tempdir"); That will give you the path to the temp directory provide for your application which, if the se

RE: concern about Apache + mod_jk + Tomcat cluster

2003-01-15 Thread YOU, JERRY (SBCSI)
Here is the workers.properties. One thing to note is that I downloaded the mod_jk from apache.org. I can only find binary mod_jk_1.3_eapi.so (and no_eapi.so) from Solaris8 directory. So, I use it on Solaris6 system. Also, all the servers including apache, tomcats are running on the same machine (5

RE: tomcat 3.3.1 - win2k iis- examples

2003-01-15 Thread Schultz, Cecilia
I tried running the jsp examples that comes with Tomcat and got the error: == Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile F:\i1440root\opt\local\tomcat\work\webapps2\examples\jsp\num\numguess_1.

Re: class files not being found

2003-01-15 Thread Will Hartung
> From: "Jeff Ousley" <[EMAIL PROTECTED]> > Sent: Wednesday, January 15, 2003 10:35 AM > Subject: class files not being found > All, > > I'm using tomcat 4.1 and I'm noticing that unless your > .class file is not part of a package and in the proper > directory structure under the classes director

Re: iis basic authentication

2003-01-15 Thread Jason Pyeron
We have not had time to diagnose this problem, but it does exist. It may be a simple config error, or an error in isapi_redirector. We hope it is not in IIS cause we cant fix this then, it would be upto micorsoft. Our todo list includes this line: Check ISAPI for php, verify NTAUTH does not wo

Re: concern about Apache + mod_jk + Tomcat cluster

2003-01-15 Thread Ben Ricker
Can you post the workers.properties file? I use equal lblweight (I think that is the name of the property) set to 100 for the 4 Tomcat instances. I have a nearly identical setup: twp Apache 1.3.27 server running on Redhat 7.3 load balancing across 4.0.6 Tomcat instances running on two Solaris 8 se

RE: class files not being found

2003-01-15 Thread Wendy Smoak
> Is there a way to use .class files > found under WEB-INF/classes that are not part of a > package? Not as far as I can tell. JDK 1.4 started enforcing a part of the JLS that says you can't import a class in the default package (no package statement) into a class that is in a named package. The

Re: Tomcat on windows platform?

2003-01-15 Thread Jason Pyeron
oh yea, forgot about the second bug. iis security cannot be applied to files served by iis_redirector see post under "iis basic authentication" On Wed, 15 Jan 2003, Jason Pyeron wrote: no the priorities does not solve this problem. I belive the redirector claims a request if it finds '.jsp'

Re: iis basic authentication

2003-01-15 Thread Will Hartung
> From: "Gustafson, Grant" <[EMAIL PROTECTED]> > Sent: Wednesday, January 15, 2003 8:33 AM > Subject: iis basic authentication > I am not finding information on setting up iis basic authentication with > tomcat. any help is appreciated! Are you talking about simple IIS based authentication, or

RE: tomcat 3.3.1 - win2k iis

2003-01-15 Thread Schultz, Cecilia
It seems I am missing some path somewhere. I copied a web app that does work in another server (with another container, not tomcat) into the problem server. I got a similar error when bringing up the default page: Class javax.servlet.http.HttpServlet not found in class org.apache.jasper.runtime.

Re: Tomcat on windows platform?

2003-01-15 Thread Jason Pyeron
no the priorities does not solve this problem. I belive the redirector claims a request if it finds '.jsp' in a file name not as a suffix. and for files in the _vti_cnf folder, it follows the rules to the tee. http:/dir/StaffRosters.jsp http:/dir/_vti_cnf/StaffRosters.jsp http:/dir/_overlay/st

class files not being found

2003-01-15 Thread Jeff Ousley
All, I'm using tomcat 4.1 and I'm noticing that unless your .class file is not part of a package and in the proper directory structure under the classes directory, it cannot be found. Is there a way to use .class files found under WEB-INF/classes that are not part of a package? thanks! -jwff ___

Re: tomcat 3.3.1 - win2k iis

2003-01-15 Thread Lior Shliechkorn
Do you have an environment variable set for CLASSPATH containing . ; %JAVA_HOME%\bin; %CATALINA_HOME%\common\lib\servlet.jar ? "Schultz, Cecilia" <[EMAIL PROTECTED]> wrote: Hi, I installed Tomcat 3.3.1 on win2k with IIS. Then I installed an a vendor's web app. When I bring up the vendor's lo

Re: Tomcat on windows platform?

2003-01-15 Thread David Boyer
Does it help to change the priority of the ISAPI filters for each? >>> [EMAIL PROTECTED] 01/15/03 11:25AM >>> When on windows, do like windows I say. For windows (nt4/2k) machines we use IIS-Tomcat 4.12 it works like a charm, except one issue found. that is the redirector (logic) sends frontpa

tomcat 3.3.1 - win2k iis

2003-01-15 Thread Schultz, Cecilia
Hi, I installed Tomcat 3.3.1 on win2k with IIS. Then I installed an a vendor's web app. When I bring up the vendor's login page, I get this error: === 2003-01-15 07:43:45 - webapps2:/i1440: Reading F:\i1440root\opt\i1440\webapps\i1440\WEB-INF\web.xml 2003-01-15 07:43:4

RE: Tomcat, log4j and strange output log

2003-01-15 Thread Donie Kelly
You should put log4j in your app/WEB-INF/lib directory as I think it has static classes internally so if one app configures it one way and something some other way then only the last app takes effect. If it's in the app lib dir then the class loader will keep it safe from this stuff. If you can on

Tomcat, log4j and strange output log

2003-01-15 Thread Damien Lecan
Hi, I'm using tomcat 4.1.18 and I would like to use log4j in my application. I decided to put the jar file into the common/lib directory and a log4j.properties file into my WEb-INF/classes directory. But at this time, classical outputs from tomcat are changed ! Before adding log4J.jar in comm

Re: Tomcat on windows platform?

2003-01-15 Thread Jason Pyeron
When on windows, do like windows I say. For windows (nt4/2k) machines we use IIS-Tomcat 4.12 it works like a charm, except one issue found. that is the redirector (logic) sends frontpage stuff to tomcat as well i.e. for the page: http:/dir/StaffRosters.jsp tomcat also gets the requests, amon

Re: concern about Apache + mod_jk + Tomcat cluster

2003-01-15 Thread Julian Löffelhardt
Hi, Make sure you have set the MaxProcessors property of the AJP13 Connector in server.xml to an equal or higher value as specified in MaxClients of the httpd.conf. llap, julian - Original Message - From: "YOU, JERRY (SBCSI)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, J

Tomcat on windows platform?

2003-01-15 Thread Yaogeng Cheng
Hi, We are currently running a web server using apache + tomcat on a linux machine, but we want to move the web server to a windows machine to avoid linux system administration. Could anybody share some ideas on how well apache+tomcat work on windows platform, and how is the security compared with

concern about Apache + mod_jk + Tomcat cluster

2003-01-15 Thread YOU, JERRY (SBCSI)
Hi, I installed the Apache1.3.27, mod_jk1.2.1 and Tomcat4.1.18 recently on our Solaris6 machine. The approach is that let 1 apache as web server dispatches requestes to the 3 tomcat server instances. There is no error in the configuration, and install. But when I was load-testing the application,

RE: Another port 80 problem

2003-01-15 Thread Turner, John
I'm stumped...everything looks OK to me, but I have been caught saying that before. I have a tendency to miss little things like "workers" instead of "worker" in workers.properties, "l" instead of "1" in "ajp13", etc., not that you have any of that. The only thing I would try would be changing .

RE: JDK1.3.1, Tomcat 4.0.4 -> 1.4.1, 4.1.17

2003-01-15 Thread Shapira, Yoav
Howdy, A couple of things: - The stack trace shown in your log doesn't on its face appear to be a XML-related issue. It seems to be more of a filesystem issue. Are any of the jars symbolic links? There's an allowLinking parameter in the context configuration in tomcat 4.1 that may be worth your

FW: HTTPS access with Tomcat 4.1.18

2003-01-15 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
Hi, I was finally able to track down the problem that prevented IE6.0 to work with my tomcat setup. I had not specified "-keyalg rsa" in my keytool invocation to generate the server certificate. SO by default, it was taking dsa as key algorithm. That seemed to create problem for IE6.0. Strangely,

Error..

2003-01-15 Thread MARIO HENLEY BECERRIL GELDIS
Hi Managers. I have a sun box with oracle...i probe with lot of conections to my server, my jsp's generate this error: OPM: Can not find one alive process java.lang.NullPointerException at org.Apache.jserv.JServConnection.run at java.lang.Thread.run OPM[warn] O

Re: WARP (Apache<->Tomcat)

2003-01-15 Thread Thom Park
On Windows, the WARP connector has threading issues - I believe that's the main reason why it's mentioned that on Windows it's not supported. I wrote an IIOP module for Apache 1.3 using mod_webapp as a starting point and had to add quite a bit of mutex usage to stabilize the thing under window

Re: Start tomcat before apache on RedHat7.3

2003-01-15 Thread Arcadius A.
"Bill Lunnon" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > Have attached a copy of my /etc/rc.d/init.d/httpd file. > It starts TOMCAT (3.3.1) and apache(1.3.27) > and stops the other way. > > Hope this helps > > Bill > Thanks Bill! :-) -- To unsubsc

tomcat4.0.6

2003-01-15 Thread Andrea Cristofanini
Hi there! i'm getting this error - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

JDK1.3.1, Tomcat 4.0.4 -> 1.4.1, 4.1.17

2003-01-15 Thread fredgers
Hi All, I have a Turbine app running great under JDK1.3.1 and Tomcat 4.0.4. I want to move the app to a shared host, where they have JDK1.4.1 and Tomcat 4.1.17. Upon starting Tomcat I am always getting errors like the stack trace below. From the lists I'm gathering that JDK1.4.1 conflicts with xer

RE: Servlet Mapping Bug?

2003-01-15 Thread Andy Eastham
Holger, Thanks for the tip. I think you're right. I just noticed that it is behaving diferently to how it was with warp and webapp. Cheers, Andy > -Original Message- > From: Stratmann, Holger [mailto:[EMAIL PROTECTED]] > Sent: 15 January 2003 15:56 > To: 'Tomcat Users List' > Cc: '[EM

iis basic authentication

2003-01-15 Thread Gustafson, Grant
I am not finding information on setting up iis basic authentication with tomcat. any help is appreciated! -- To unsubscribe, e-mail: For additional commands, e-mail:

TC3 to TC4 upgrade question

2003-01-15 Thread Joel Hughes
Hi all, I am upgrading a webapp from TC3 to TC 4.1 I had a servlet mapping error with a servlet mapping of (worked fine in TC3) dologin /dologin But this was fixed by changing to dologin

Re: Another port 80 problem

2003-01-15 Thread Kevin Kovach
Done, but no change. Still get the '500 Internal Server Error'. I still get a regular record in my access log in apache, which leads me to believe that I've got something wrong in my tomcat config. I'm sure I could be wrong. :-) All the connector tags and such in server.xml are still not clear

Re: Jk2 application questions

2003-01-15 Thread Lajos Moczar
Randy - Without seeing the pertinent snippets from httpd.conf and server.xml, I can only guess. One thing is that the auto-generated mod_jk.conf will not work if you define your own blocks in httpd.conf. You probably need to manually put all the Jk directives in httpd.conf, taking care to put

  1   2   >