Re: How It's Done (was Re: Need help - tomcat do not generate .java and .class file in the work folder)

2003-02-14 Thread Steve Burrus
Hi Will. Once again, you prove that you are the undisputable master of the damn sarcastic reply!! [Yes. Exactly. *ding* *ding* *ding* A Winna!] I really don't need, for a moment, all of the upper case lettering which you seemingly chose to put into your offering. Do you really think that i am

Strange error message - need help

2003-02-13 Thread Heger, Karlheinz
Hello, I want to use my own servlets with tomcat, but I'm complaint Starting service Tomcat-Standalone Apache Tomcat/4.0.3 PARSE error at line 93 column 20 org.xml.sax.SAXParseException: Element type res-ref-type must be declared. Starting service Tomcat-Apache Apache Tomcat/4.0.3 I attach my

RE: Strange error message - need help

2003-02-13 Thread Ralph Einfeldt
]' Subject: Strange error message - need help I attach my web.xml file. As far as I can check against documentation it should be o.k.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Need help building connectors for Apache 2.0.40 and Tomcat 4.0.6 on RedHat 8.0

2003-02-13 Thread Michael Harrison
Hello, I'm setting up a web server for a not-for-profit. We set up it with Red Hat 8.0, and we happily installed Apache 2.0.40 from the RPM on the install media. Later, I downloaded Tomcat 4.0.6: I chose that release because we have to migrate a Tomcat 4.0.4 site to the new server, and I

Re: Need help building connectors for Apache 2.0.40 and Tomcat4.0.6 on RedHat 8.0

2003-02-13 Thread Andy Richards
i used this as a guide http://www.pubbitch.org/jboss/ On Thu, 2003-02-13 at 16:49, Michael Harrison wrote: Hello, I'm setting up a web server for a not-for-profit. We set up it with Red Hat 8.0, and we happily installed Apache 2.0.40 from the RPM on the install media. Later, I downloaded

RE: Need help building connectors for Apache 2.0.40 and Tomcat 4.0.6 on RedHat 8.0

2003-02-13 Thread Turner, John
Harrison [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 11:50 AM To: [EMAIL PROTECTED] Subject: Need help building connectors for Apache 2.0.40 and Tomcat 4.0.6 on RedHat 8.0 Hello, I'm setting up a web server for a not-for-profit. We set up it with Red Hat 8.0, and we

Re: Need help building connectors for Apache 2.0.40 and Tomcat4.0.6 on RedHat 8.0

2003-02-13 Thread Jake Robb
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 11:58 AM Subject: Re: Need help building connectors for Apache 2.0.40 and Tomcat4.0.6 on RedHat 8.0 i used this as a guide http://www.pubbitch.org/jboss/ On Thu, 2003-02-13 at 16:49, Michael Harrison wrote

RE: Need help w. another jsp!

2003-02-11 Thread Daniel Brown
Steve, Certainly worth a go - computers have the advantage over other experimental sciences in that you can try things, and not risk laying waste to entire city blocks if they go wrong. As we discussed before, the JSP compiler is messing up the structure of your switch statements - take a look

Re: Need help w. another jsp!

2003-02-10 Thread Rasputin
* Steve Burrus [EMAIL PROTECTED] [0229 22:29]: Sean Dockery, while I VERY MUCH APPRECIATE yer helpful advice which you have offered to me (in fact, u are the only person so far to offer any advice for this current problem of mine!) Hi Steve, that's because most of us have killfiled you for

RE: Need help w. another jsp!

2003-02-10 Thread Daniel Brown
]] Sent: 10 February 2003 00:02 To: Tomcat Users List Subject: Re: Need help w. another jsp! SUCCESS gentlemen with the calendar.jsp!!! I got it to execute in the Tomcat app. server--probably my very 1st jsp/servlet to successfully run!!! All that I had to do was to correct a variable name

Re: Need help w. another jsp!

2003-02-10 Thread Steve Burrus
Rasputin (whatever the hell your real name is supposed to be!!!), I guess that you haven't gotten the msg. yet from me that i successfully executed the calendar.jsp last nite!!! Not that you will ever read this little message from me IF you have seen fit to channel my postings into yer

RE: Need help w. another jsp!

2003-02-10 Thread Steve Burrus
Hi Daniel, I don't think that I have ever heard from u before--but that is neither here or there :). Listen, about handling that switch-case block in my code, someone suggested to me that I wrap the whole block in brackets ({ }). And that would magically make my problems with the code go away!

RE: Need help w. another jsp!

2003-02-10 Thread Denise Mangano
]] Sent: Monday, February 10, 2003 2:34 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Need help w. another jsp! Hi Daniel, I don't think that I have ever heard from u before--but that is neither here or there :). Listen, about handling that switch-case block in my code, someone

RE: Need help w. another jsp!

2003-02-10 Thread Steve Burrus
Hi Denise, and I really do appreciate yer nice response back to my plea for some help/assistance with this damn ControlFlow.jsp of mine. Listen, did you know that the switch-case is in a jsp, and so the whole block is contained in these symbols (% %). Now, how exactly do I handle that? I need

RE: Need help w. another jsp!

2003-02-10 Thread Jacob Hookom
List | Subject: RE: Need help w. another jsp! | | Hi Denise, and I really do appreciate yer nice response back to my plea | for some help/assistance with this damn ControlFlow.jsp of mine. Listen, | did you know that the switch-case is in a jsp, and so the whole block is | contained

Re: Need help w. another jsp!

2003-02-09 Thread Sean Dockery
://www.sbdconsultants.com - Original Message - From: Steve Burrus [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 08, 2003 23:35 Subject: Need help w. another jsp! Hello all, I am having yet more trouble with executing a jsp in the right way! The jsp in question this time

Re: Need help w. another jsp!

2003-02-09 Thread Steve Burrus
Sean Dockery, while I VERY MUCH APPRECIATE yer helpful advice which you have offered to me (in fact, u are the only person so far to offer any advice for this current problem of mine!) it still isn't going right at all!! Here is a screen dump from the tomcat server error page. Note that it is

Re: Need help w. another jsp!

2003-02-09 Thread Sergio Ocio Barriales
be currentCal.getActualMaximum(currentCal.DAY_OF_MONTH); I hope I'd helped you. Sergio Ocio - Original Message - From: Steve Burrus [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 11:28 PM Subject: Re: Need help w. another jsp! Sean

Re: Need help w. another jsp!

2003-02-09 Thread Sean Dockery
Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: Steve Burrus [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 15:28 Subject: Re: Need help w. another jsp! Sean Dockery, while I VERY MUCH

Re: Need help w. another jsp!

2003-02-09 Thread Steve Burrus
SUCCESS gentlemen with the calendar.jsp!!! I got it to execute in the Tomcat app. server--probably my very 1st jsp/servlet to successfully run!!! All that I had to do was to correct a variable name (it had a "-" in it mistakenly) and then "lo and behold" it ran! I am, however, having a problem now

RE: Need help w. another jsp!

2003-02-09 Thread mech
PROTECTED]] Sent: Montag, 10. Februar 2003 01:02 To: Tomcat Users List Subject: Re: Need help w. another jsp! SUCCESS gentlemen with the calendar.jsp!!! I got it to execute in the Tomcat app. server--probably my very 1st jsp/servlet to successfully run!!! All that I had to do was to correct

Re: Need help w. another jsp!

2003-02-09 Thread Sean Dockery
Hello again, Steve. I concur with Michael's recommendation that you should hone your Java programming skills before you tackle JSP. - Original Message - From: Steve Burrus To: Tomcat Users List Sent: Sunday, February 09, 2003 17:01 Subject: Re: Need help w. another jsp! SUCCESS

Need help w. another jsp!

2003-02-08 Thread Steve Burrus
Hello all, I am having yet more trouble with executing a jsp in the right way! The jsp in question this time is a calendar.jsp, which as the name of it suggests, displays a calendar. I placed/put it into the right folder, the C:\jakarta-tomcat\webapps\ROOT\WEB-INF\classes, but alas, when I go

STILL NEED HELP! - Tomcat 4.1 acting weird with redirect / sessions

2003-02-04 Thread Noncubicle Corp
Hi all, I have an application that has been up and running on Tomcat 3.x for over a year and I rewrote it on a Windows 2000 box using Tomcat 4.0 recently. I have uncovered a weird error once I moved it to the production server, which is running Linux 7.2 and Tomcat 4.1.X. Once I log into the

Need Help

2003-01-31 Thread Paul Hsu
Hi, I am upgrading Tomcat from 3.3 to 4.1.18. I have a application is working under 3.3, but I copy the same application to 4.1.18 then I run the application I have the foloowing error. It seems tomcat 4.1.18 change the HTTP package, because the error is when the flash send request to one

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.

RE: Need help w. servlet mapping tag.

2003-01-11 Thread Larry Isaacs
will help pinpoint the webapp in which the exception is occurring. Cheers, Larry -Original Message- From: Steve R Burrus [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 11, 2003 1:47 AM To: Tomcat Users List Subject: Re: Need help w. servlet mapping tag. Dear Shawn, Hi I

Need help w. servlet mapping tag.

2003-01-10 Thread Steve R Burrus
Hello all, I need help with setting the servlet tags as contained in the web.xml file to be able to FINALLY see/view either a JSP or a Servlet!! When I start up Tomcat, I seem to get this damn error msg. : SEVERE: Parse Error at line 14 column 46: The content of element type servlet-m apping

Re: Need help w. servlet mapping tag.

2003-01-10 Thread Shawn
I can't ell the problem without seeing your web.xml Shawn - Original Message - From: Steve R Burrus [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 11, 2003 3:08 PM Subject: Need help w. servlet mapping tag. Hello all, I need help with setting the servlet tags

Re: Need help w. servlet mapping tag.

2003-01-10 Thread Steve R Burrus
Dear Shawn, Hi I have never heard from u ever before, but here in all of its' glory is the web.xml file in question. Happy Reading! __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ?xml version=1.0

Re: Need help w. servlet mapping tag.

2003-01-10 Thread Shawn
uuh, sorry. It seems valid according to the check I did. I was just assuming it wasn't valid. I'm not anyone special. Shawn - Original Message - From: Steve R Burrus [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, January 11, 2003 3:46 PM Subject: Re: Need

Re: Need help w. servlet mapping tag.

2003-01-10 Thread Shawn
List [EMAIL PROTECTED] Sent: Saturday, January 11, 2003 3:46 PM Subject: Re: Need help w. servlet mapping tag. Dear Shawn, Hi I have never heard from u ever before, but here in all of its' glory is the web.xml file in question. Happy Reading

Need help isolating severe Tomcat v4.1.18 bug

2003-01-08 Thread Kristján Bjarni Guðmundsson
Specs and variables: Windows NT 4 SP 6 Tomcat v4.1.18 JDK v1.4.1_01 CATALINA_OPTS=-Xms128M -Xmx1024M At random intervals I get this error on console, it seems that the socket for port 80 is closed and the server stops responding What steps can I take to get more information about why this error

Part #2, building mod_jk errors... Need help

2003-01-08 Thread Jean-Luc BEAUDET
Hi John and Denise ! Well, thanks a lot for yur answers. I did what john adviced in the Building JK Connector, except that my gcc is 3.2. I entered ./buildconf.sh -- no errors. I then added ./configure \ --with-apxs=/usr/local/Apache-1.3.26/bin/apxs \ --with-apr=./apr-0.9.1 The ./configure

RE: Part #2, building mod_jk errors... Need help

2003-01-08 Thread Turner, John
I've never used --with-apr. Other than that, I don't really have a solution or suggestion. John -Original Message- From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:06 AM To: Tomcat Users List Subject: Part #2, building mod_jk errors... Need

Need help w. viewing Servlet!!

2003-01-05 Thread Steve R. Burrus
Hello everyone, I need some help/assistance with trying to see a Servlet in my Tomcat v. 4.1.16!!! It is a simple log on page with a text box for the user's name and also for the email addrr. When I click on the Submit button after filling in both fields, the next page indicates a damn server

Re: need help w. viewing servlet

2003-01-05 Thread Steve R Burrus
Hello everyone, I need some help/assistance with trying to see a Servlet in my Tomcat v. 4.1.16!!! It is a simple log on page with a text box for the user's name and also for the email addrr. When I click on the Submit button after filling in both fields, the next page indicates a damn server

RE: Need help w. viewing Servlet!!

2003-01-05 Thread Turner, John
need to post another rant here to the list. The choice, I guess, is up to you. Have a great new year. John -Original Message- From: Steve R. Burrus [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 1:53 PM To: [EMAIL PROTECTED] Subject: Need help w. viewing Servlet!! Hello

RE: need help w. viewing servlet

2003-01-05 Thread Turner, John
: Re: need help w. viewing servlet Hello everyone, I need some help/assistance with trying to see a Servlet in my Tomcat v. 4.1.16!!! It is a simple log on page with a text box for the user's name and also for the email addrr. When I click on the Submit button after filling in both fields, the next

RE: need help w. viewing servlet

2003-01-05 Thread Noel J. Bergman
I have gone into the web.xml file to do some heavy [sic] editing of it, such as putting in the servlet name and the servlet class, but alas, to no avail so far! Well, it would help to see that segment of the file, and also find out from you where you put the .class file. Do you have a servlet

RE: need help w. viewing servlet

2003-01-05 Thread Steve R Burrus
Hello John, I will wisely ignore all of the damned admonitions that you saw fit to sort of dish out to me (stuff that you have certainly said to me before!)and acknowledge your Happy New Year wish you ended your email msg. on! Listen, there IS one, and just one criticsm of me that I will go

RE: need help w. viewing servlet

2003-01-05 Thread Noel J. Bergman
That's why I am including in this email message the html page that is the servlet in question It isn't attached. I will try to include the so-called heavy editing that I mentioned in my first post of the web.xml file in a later posting [because I really don't believe, in my subjective

RE: need help w. viewing servlet

2003-01-05 Thread Steve R Burrus
Okay Noel, this posting of mine this time is for you. You said earlier that you didn't get the servlet page html file. Well, here it is again, and also it let me save the server error [html server 404] page for the GreetingServlet.java program, so I present that to you also! Listen, would you

RE: need help w. viewing servlet

2003-01-05 Thread Turner, John
Users List Subject: RE: need help w. viewing servlet Hello John, I will wisely ignore all of the damned admonitions that you saw fit to sort of dish out to me (stuff that you have certainly said to me before!)and acknowledge your Happy New Year wish you ended your email msg. on! Listen

RE: need help w. viewing servlet

2003-01-05 Thread Noel J. Bergman
Steven, As you can see from the link below, there were no HTML attachments of any kind to your message. And what I think we really need is your web.xml file. http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] he.orgmsgNo=97097 The web.xml file is described in detail in the Servlet

RE: need help w. viewing servlet

2003-01-05 Thread Steve R Burrus
Hi Noel. I read your email message about what I should put into the web.xml file, specificly in the servlet-mapping tag, and I have a question for you, and that is you say that I could have a package org.burrus under the classes folder, and then in that package I could put the GreetingServlet

RE: need help w. viewing servlet

2003-01-05 Thread Noel J. Bergman
Tomcat does its own loading, and you don't put web-inf/ anything in your classpath. Just put the files in the right places, and let Tomcat do its job. Or do you simply mean that you don't have a package? If you don't have a package, just put the class in WEB-INF/classes/GreetingServlet.class.

Still trying to make mod_jk work, need help

2002-12-21 Thread Jerry Ford
I am not able to build mod_jk from source, because the configure script breaks on ltconfg, as noted in a previous e-mail. So I took a compiled binary from a link on John Turner's how-to page and installed that. His link says its for tomcat 4.0, and I'm using 4.1.12, but John said previously

RE: Still trying to make mod_jk work, need help

2002-12-21 Thread Denise Mangano
Subject: Still trying to make mod_jk work, need help I am not able to build mod_jk from source, because the configure script breaks on ltconfg, as noted in a previous e-mail. So I took a compiled binary from a link on John Turner's how-to page and installed that. His link says its for tomcat 4.0

need help urgently

2002-12-12 Thread Eman Fattouh
dear all; i have some applications under webapps folder. all of them must include some static html files. the problem is if i jave the following file system: /var/tomcat4/webapps/test1 -- application 1 containing test1.jsp file and others /var/tomcat4/webapps/test2 --- application

RE: need help urgently

2002-12-12 Thread Aleksandr Shneyderman
the workaround that would be to put a link (include) in test1 and test2 that links to the ../include Alex. -Original Message- From: Eman Fattouh [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 8:48 AM To: Tomcat Users List Subject: need help urgently dear all

Re: need help urgently

2002-12-12 Thread Eman Fattouh
webapplication? if it is possible.. how to? - Original Message - From: Aleksandr Shneyderman [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 3:53 PM Subject: RE: need help urgently the workaround that would be to put a link (include) in test1

Re: need help urgently

2002-12-12 Thread Kris Schneider
to? - Original Message - From: Aleksandr Shneyderman [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 3:53 PM Subject: RE: need help urgently the workaround that would be to put a link (include) in test1 and test2 that links to the ../include

Need help using manager of tomcat

2002-12-11 Thread Sherif D Mohamad
Dear All, I successfully installed tomcat standalone on rehat linux 7.3 and seems working ok, I am trying to use the manager to I can make changes to sites without restarting server When I try the command : http://www.myserver.com/manager/deploy?path=/firsttest I have the following error FAIL -

Re: Need help using manager of tomcat

2002-12-11 Thread Boris Folgmann
Sherif D Mohamad wrote: Dear All, I successfully installed tomcat standalone on rehat linux 7.3 and seems working ok, I am trying to use the manager to I can make changes to sites without restarting server When I try the command : http://www.myserver.com/manager/deploy?path=/firsttest I

Re: Need help using manager of tomcat

2002-12-11 Thread Jon Eaves
Hi all, Provided my memory serves me correctly, you can't use the manager application to deploy. Deploy requires the use of POST, and the ant task is the only way to do that. Use install instead, or the ant deploy task, or copy a context.xml into the webapps dir, or package up a war and put it

Re: Need help using manager of tomcat

2002-12-11 Thread Boris Folgmann
Jon Eaves wrote: Hi all, Provided my memory serves me correctly, you can't use the manager application to deploy. If you're right, the documentation should be changed. But what about the text input fields on /manager/html/list? Is it simply unfinished? The form action missing? --

Re: Need help using manager of tomcat

2002-12-11 Thread Jon Eaves
Boris Folgmann wrote: Jon Eaves wrote: Hi all, Provided my memory serves me correctly, you can't use the manager application to deploy. If you're right, the documentation should be changed. Well, maybe. Remember the manager application is talking about the /manager web application and

Need Help

2002-12-11 Thread Avinash Prasad
Hi, Tomcat is working fine with IIS as out process. But when I did the configuration for in process. I am getting error(GET /jakarta/isapi_redirect.dll 500 0 HTTP/1.1) in IIS log file . Please reply. Regards, Avinash Prasad - Do you Yahoo!? Yahoo! Mail

Need Help

2002-12-10 Thread Avinash Prasad
came to know that if tomcat is configured In process with IIS. Both asp and jsp page can communicate. Note: How can i test my configuration that,it is in process. Need help urgently. Regards, Avinash Prasad - Do you Yahoo!? Yahoo! Mail Plus

Re: Need Help

2002-12-10 Thread Praveen Wicliff
: Avinash Prasad [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 4:01 PM Subject: Need Help Hi, I configured the tomcat with IIS (in process) on windows 2000 professional. Its working fine for JSP , I want to execute ASP page from the same directory where I putted my jsp

Need help with Tomcat!

2002-12-03 Thread Roland Dong
I managed to install Tomcat 4.1.12 on Mac os X 1.2 However I was unable to run my applications. I am testing the tomcat by add test directory under webapps with only one file, index.html, in it. I restarted the server and typin http://localhost:8090/test/index.html. It gives me an error: The

RE: Need help with Tomcat!

2002-12-03 Thread Fenlason, Josh
Try changing the docBase attribute to the full path to the test directory. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Need help with Tomcat!

2002-12-03 Thread Roland Dong
Thanks for your reply. However, it follows the example included in Tomcat Context path=/examples docBase=examples debug=0 reloadable=true crossContext=true And examples works but test doesn't! Why? Roland On 12/3/02 11:27 AM, Fenlason, Josh [EMAIL PROTECTED] wrote: Try

RE: Need help with Tomcat!

2002-12-03 Thread Turner, John
:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 12:37 PM To: Tomcat Users List Subject: Re: Need help with Tomcat! Thanks for your reply. However, it follows the example included in Tomcat Context path=/examples docBase=examples debug=0 reloadable=true

Need help

2002-12-03 Thread Avinash Prasad
. I came to know that if tomcat is configured In process with IIS. Both asp and jsp page can communicate. Note: How I can test my configuration that it is in process. Need help urgently. Regards, Avinash Prasad - Do you Yahoo!? Yahoo! Mail

Need help in apache-tomcat integration

2002-11-19 Thread Santhosh C N
Hi All, I've done the integration of modssl and apache on my Aix 5.1 box as per the link: http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL.. After this when I'm trying to integrate the tomcat and Apache, I'm facing difficulty in getting my tomcat and Apache integrated. I've got my

Re: Need help in apache-tomcat integration

2002-11-19 Thread Kent Perrier
On Tue, 2002-11-19 at 08:03, Santhosh C N wrote: aix-2:/usr/local/usr/local/apache/bin/apachectl startssl Syntax error on line 1235 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_jk.so into server: No such file or dir ectory /usr/local/apache/bin/apachectl

Re: Need help on green arrow in IIS 5.1 / Tomcat 4.1.12

2002-11-14 Thread Kale Reyes
No need to respond to this, I got this working... - Kale From: Kale Reyes [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Need help on green arrow in IIS 5.1 / Tomcat 4.1.12 Date: Wed, 13 Nov 2002 14:00:23 +0900 Hi, everyone! I'm a beginner

Re: Need help on green arrow in IIS 5.1 / Tomcat 4.1.12

2002-11-14 Thread Kale Reyes
Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Need help on green arrow in IIS 5.1 / Tomcat 4.1.12 Date: Thu, 14 Nov 2002 23:37:03 +0900 No need to respond to this, I got this working... - Kale From: Kale Reyes [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED

need help interpreting stack trace

2002-11-13 Thread Scott Dudley
can someone help in identifying what's wrong in the following stack trace? http://localhost:8080/accountaccess/accesslogin.jsp?errorType=0 Specific error message: org.apache.jasper.JasperException org.apache.jasper.JasperException at

Need help on green arrow in IIS 5.1 / Tomcat 4.1.12

2002-11-13 Thread Kale Reyes
Hi, everyone! I'm a beginner in Tomcat / IIS setup. Its my third day working on trying to make isapi_redirector.dll to work but I can't get pass the red arrow in ISAPI filters in IIS. I don't even have anything coming out from IIS log files nor iis_redirect log file that I set in the registry.

Urgent: Need help pls

2002-11-01 Thread Ajit Bhingarkar
Hello TomCat gurus : I am trying to deploy a webapp using TomCat4.0.6. My webapp internally uses Entrust libraries for PKI related functionality. When I try to log into the webapp the initialization fails throwing following error. ERROR java.lang.Error: factory already defined java.lang.Error:

RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
again. rls Turner, John [EMAIL PROTECTED] 10/30/2002 06:03 AM Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
The document has been updated now. rls M. Hockings [EMAIL PROTECTED] 10/30/2002 07:00 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
] cc: Subject:Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Newbie, In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar. I've tried hard-coding it with forward slashes but the result was the same. There is probably

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-31 Thread M. Hockings
: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Newbie, In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar. I've tried hard-coding it with forward slashes but the result was the same. There is probably something very simple that I'm

need help to configure tomcat

2002-10-31 Thread Parvick
Hello, Good afternoon! I'm Parvinder Singh here, I would like to use tomcat server for running JSP pages and other java technologies that are supportted by it. I have used Javawebserver2.0 for running JSP pages. But SUN Microsystems itself recommend using TOMCAT. I have downloaded a bundle

RE: need help to configure tomcat

2002-10-31 Thread pqin
] Subject: need help to configure tomcat Hello, Good afternoon! I'm Parvinder Singh here, I would like to use tomcat server for running JSP pages and other java technologies that are supportted by it. I have used Javawebserver2.0 for running JSP pages. But SUN Microsystems itself recommend using

AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Rainer Bruch
, please reply the correct [VM] class path line entries. thanks raibru -Ursprungliche Nachricht- Von: Robert L Sowders [mailto:rsowders;usgs.gov] Gesendet: Donnerstag, 31. Oktober 2002 10:24 An: Tomcat Users List Betreff: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2

Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2( mod_jk2-2.0.43.dll)

2002-10-31 Thread M. Hockings
the correct [VM] class path line entries. thanks raibru -Ursprungliche Nachricht- Von: Robert L Sowders [mailto:rsowders;usgs.gov] Gesendet: Donnerstag, 31. Oktober 2002 10:24 An: Tomcat Users List Betreff: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll

Re: need help to configure tomcat

2002-10-31 Thread Mark Nenadov
Parvinder, By default, Tomcat runs on port 8080. Give http://localhost:8080/ a try and see if that works. If that doesn't work, you may have some other problems. -- Mark Nenadov, Freelance Software Developer web: http://www.freelance-developer.com e-mail: [EMAIL PROTECTED] On October 31, 2002

AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Rainer Bruch
-Ursprungliche Nachricht- Von: M. Hockings [mailto:veeshooter;hockings.net] Gesendet: Donnerstag, 31. Oktober 2002 21:20 An: Tomcat Users List Betreff: Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Rainer, I think that by replace both he means remove

Re: AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 usingjk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread M. Hockings
Nachricht- Von: M. Hockings [mailto:veeshooter;hockings.net] Gesendet: Donnerstag, 31. Oktober 2002 21:20 An: Tomcat Users List Betreff: Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Rainer, I think that by replace both he means remove the two

Need help with TomCat 4.0.6

2002-10-31 Thread Ajit Bhingarkar
Hi, I am trying to deploy a webapp using TomCat4.0.6. My webapp internally uses Entrust libraries for PKI related functionality. When I try to log into the webapp the initialization fails throwing following error. ERROR java.lang.Error: factory already defined java.lang.Error: factory already

AW: AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Rainer Bruch
-Ursprungliche Nachricht- Von: M. Hockings [mailto:veeshooter;hockings.net] Gesendet: Freitag, 1. November 2002 01:15 An: Tomcat Users List Betreff: Re: AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Rainer, I think he has updated the document to reflect how

Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
List [EMAIL PROTECTED] cc: Subject:AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) hi rls, before installing i read this e-mail and your corresponding installation instruction. your e-mail says: To fix it just replace both class

need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread dave m
I've tried to find info under this mailing list's archives and I've looked under the jk2 HOW-TOs and under Tomcat's documentation, but I'm still in the dark about this. I am 'EXTREMELY' new (ultra-newbie?) to Apache and to Tomcat. I can find no step-by-step tutorial on how to set the two

RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread Turner, John
This should be all you need, courtesy of Robert Sowders: ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip John -Original Message- From: dave m [mailto:learning_tomcat;hotmail.com] Sent: Wednesday, October 30, 2002 9:00 AM To: [EMAIL PROTECTED] Subject: need

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
Hello, I too am trying to get this configuration working to give me a test environment that duplicates a remote server. I have followed the instructions pointed to by John Turner very closely and only modified the line in workers2.properties that points to the jvm.dll. When I start Apache I

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-30 Thread Tomcat Newbie
How about the slashes in your path? C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar ^^^ - Original Message - From: M. Hockings [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 10:00 PM Subject: Re: need help

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar ^^^ - Original Message - From: M. Hockings [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 10:00 PM Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43

need help

2002-10-28 Thread Mazhar Shaikh
i have tomcat 4.1 running on my machine.When i tried to access it thru the url http://localhost:8080/ i am getting an 503 error saying that the jsp/servlet is currently unavailable.Following is the error that i am getting in the logs.Pls put some light as this is annoying me.

Time Out (I need help!)

2002-10-23 Thread Webmaster - Unimed Piracicaba
Hi people! I am getting some problems with time out when a client tries to send a (around) 800kb file to my server via JSPSmartUpload. I think that if I set the timeout to a bigger time this problem will be solved, but I don't know how to do it... 1) How do I to re-set the timeout of tomcat (or

RE: Need Help ASAP w. Tomcat install!

2002-09-30 Thread Turner, John
List Subject: RE: Need Help ASAP w. Tomcat install! I am STILL having or encountering no success whatsoever in getting Tomcat 4.1 up and running!!! Here is the whole error msg., in its' entirety, in DOS when I tried/attempted to activate it: C:\Apache Group\Tomcat 4.1\binstartup

Need help with bean method resolution

2002-09-30 Thread Short, Dave
I receive the following error when trying to invoke a bean method. Here's the code: %@ page contentType=text/html % %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % html head titleOrganization Entry Form/title /head body bgcolor=white jsp:useBean id=OrgInfo scope=request

Need Help ASAP w. Tomcat install!

2002-09-29 Thread Steven Burrus
Hello all, I need some pretty urgent help/assistance with installing tomcat!!! I am trying, specifically, to install the version 4.1.12 of it. I keep on getting a damned error message when I try to start it up in DOS saying that the CATALINA_HOME environment variable is either not properly set

Re: Need Help ASAP w. Tomcat install!

2002-09-29 Thread Mike Markovich
Hi Steve, You set the environment variables in NT by going to the control panel and then selecting System and then Environment. Other Windows environments should work in a similar manner. Once you select the Environment tab you should see a variable input area and value input area. In the

RE: Need Help ASAP w. Tomcat install!

2002-09-29 Thread Lance Smith
on the short cuts to start and stop Tomcat. Lance Smith -Original Message- From: Steven Burrus [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 29, 2002 12:34 AM To: [EMAIL PROTECTED] Subject: Need Help ASAP w. Tomcat install! Hello all, I need some pretty urgent help/assistance

RE: Need Help ASAP w. Tomcat install!

2002-09-29 Thread Steven Burrus
PROTECTED] Subject: Need Help ASAP w. Tomcat install! Hello all, I need some pretty urgent help/assistance with installing tomcat!!! I am trying, specifically, to install the version 4.1.12 of it. I keep on getting a damned error message when I try to start it up in DOS saying

<    1   2   3   4   5   6   7   8   >