Fixing IIS5 and tomcat 4.1.18

2003-02-13 Thread derrick . robertson
What is wrong with this setup. or how to check what has gone wrong. Ive altered my IIS5 setup to look at the new isapi_redirect.dll (tomcat version 4.1) altered all the jakarta isapi redirector/1.0 variables changed my workers and uriworkermap. I have changed my isapi log_level to default. Is

Class.forname() error in catalina

2003-02-12 Thread derrick . robertson
Im having another problem with tomcat 4.1.18. My classes run fine with tomcat 3.2.1. And tomcat 4.1.18 seems to be set up correctly now thanks to some help. One of my methods makes this call. Class.forname(); But catalina then gets this error in a printstacktrace. Does anybody know anything

Setting classpath for tomcat 4.1.18 - where to??

2003-02-12 Thread derrick . robertson
Where abouts is the classpath set in tomcat 4.1.18??? I reckon it doesnt know about the class for the loader and hence a reason why it might be throwing an exception. Does anybody know where I can add extra classes to the classpath for Tomcat 4.1.18?? Need to add driver classes. They are already

RE: Setting classpath for tomcat 4.1.18 - where to??

2003-02-12 Thread derrick . robertson
yes, I just did that, but i thought it was quite untidy to the same jar file replicated throughout my file system, but still giving it a bash. -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:53 AM To: Tomcat Users List Subject: RE:

IIS5 and tomcat 4.1.18

2003-02-12 Thread derrick . robertson
Is it possible to setup tomcat 4.1.18 to run with IIS5 on 2000. Does anybody know how or where to get information from. (PS How can I start up tomcat but not in standalone - ive tried catalina start - but that seems to produce same results as start.bat) Derrick D Robertson BTexact Technologies

servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread derrick . robertson
Im trying to migrate from tomcat 3.2.1 to tomcat 4.1.18. Basically, Ive got the tomcat 4.1.18 to start up and the localhost:8080 runs as do the examples such as jsp pages and servlet examples. Ive added context to the server.xml like: !--derrick added this line -- Context

RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread derrick . robertson
I thought the intranettv is a path default (an alias) whereas the IntranetTV is a classname and also the name that you are calling the servlet. Hence if i was to call a function in the servlet, would look something like: http://localhost:8080/intranettv/IntranetTV?func=CreateEmbedVideoWindowarg=

RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread derrick . robertson
Yes larry, your right but can you make any sense of this. i purged the text file to get a fresh report. It looks like this. Basically it looks like /intranettv has failed to start but ive no idea why?? It doesnt seem to give you any reasons why!! Catalina-localhost-log for this bootup!!

RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread derrick . robertson
It doesnt seem to make a difference. Still not working? 2003-02-11 14:20:24 StandardContext[/intranettv]: Resources start failed: 2003-02-11 14:20:24 StandardContext[/intranettv]: Context startup failed due to previous errors 2003-02-11 14:20:24 StandardContext[/intranettv]: Exception during

RE: servlet now working on tomcatthanks to larry and everybody

2003-02-11 Thread derrick . robertson
Its OK everybody. LARRY THE GREAT ISAAC has fixed my problem. after 6 hours straight today trying to fix it!! Yes, the old mistype. Im sure ive checked that 100 times today already. Larry, thank you very much. Dont know if my computer would have lived a few more seconds at this rate. Wrote

Tomcat 3.2.1, IIS 5 and AJPv12

2003-02-05 Thread derrick . robertson
I am currently running the above for my servlet application. (tomcat 3.2.1, IIS 5 and AJPv12) Cant get more than 250 syncronous users with this setup!! Is 250 users to much for this system. What can i improve to get more than this My problem is that I am getting a page not found

Tomcat3.2, IIS 5, and ISAPI (ajp12)

2003-02-04 Thread derrick . robertson
I am currently running the above for my servlet application. My problem is that I am getting a page not found error(405.htm i think) when I push the number of simultaneous threads up to 250. I can set my server up to a limit on 200 threads (get 403-9.htm) and dont get the previous error page.