Re: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread Dmitri Colebatch
What happens if you look at them from another box? that is - is it a client problem or a server problem? On Tue, 3 Jul 2001 16:07, you wrote: hi, i get the blue screen of death everytime i access a servlet or jsp example from the Tomcat examples with: http://localhost:8080/examples/jsp/*

RE: http errors

2001-07-03 Thread Hughes, Tim
Hi, Using error-page elements in the web.xml, you can program web applications to handle HTTP errors and exceptions. The deployment description below makes the container send the /errors/TryAgain.html file if either a TryAgainExeption or the HttpServletResponse.SC_SERVER_UNAVAILABLE error

Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Eitan Ben Noach
Hello, Does Tomcat needs the installation of JDK 1.2.2? If yes, what specific jars ( or any other resources ) are needed? Thanks, Eitan

RE: Programmatic security with servlet mappings in tomcat

2001-07-03 Thread Hughes, Tim
Hi, Thanks for the help. Your suggestion is one way of implementing the security. The reason I suggest a controller as the first page that all requests must go through is that I was hoping that it would enable me to factor out the authentification check that you have on every page i.e. instead

Re: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Allan Kamau
Yes you do. Or better get(download) the jdk1.3.1 Allan. --- Eitan Ben Noach [EMAIL PROTECTED] wrote: Hello, Does Tomcat needs the installation of JDK 1.2.2? If yes, what specific jars ( or any other resources ) are needed? Thanks, Eitan

Re: Programmatic security with servlet mappings in tomcat

2001-07-03 Thread Antony Bowesman
Pete, pete wrote: Tim, there are several ways to implement this kind of security check. If you want a fullblown MVC model, you might consider looking at Struts or one of the other Apache-driven frameworks (Struts is the only one i have personal experience with). with the example you

How to make a war file

2001-07-03 Thread Anshul
I have got all the file structure ready to make this archive. But how do we create one? I didn't find it being demonstrated at any place. I studied that it's similar to jar. So what do I do? jar cvf xyz.jar abc? And rename xyz.jar to xyz.war?

RE: variable jk_b_set_buffer_size in mod_jk module....

2001-07-03 Thread Anshul
I did. I did it again. The error was different this time. Similar error with a different variable name. If the compilation isn't complete, why do I see mod_jk.so? Anyways, I got away with this by downloading a binary version, which again was not working earlier. And suddenly it did. It's highly

RE: Programmatic security with servlet mappings in tomcat

2001-07-03 Thread Emir Alikadic (ADNOC IST)
me-too I wrote my own custom authentication scheme for exactly the same reasons. I hope Tomcat will soon add forms based authentication so I can remove this (unnecessary) level of complexity from my applications. /me-too Emir. -Original Message- From: Hughes, Tim [mailto:[EMAIL

Re: How to make a war file

2001-07-03 Thread Zsolt Horvath
Hi ! See the attached files. Edit the build.xml and change this line: property name=app.name value=SB_URM/ Set the value to your application's directory name, and run the batch. Thats it. - Original Message - From: Anshul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

return number of available is 0

2001-07-03 Thread
When using ApacheJServ-1.1.2, we figured out the return number of character strings length by using available of InputStream. But, when using jacarta-tomcat-3.2.2, the return value is always 0. Please inform us whether we can't use available when using jacarta-tomcat-3.2.2, or

RE: variable jk_b_set_buffer_size in mod_jk module....

2001-07-03 Thread GOMEZ Henri
I did. I did it again. The error was different this time. Similar error with a different variable name. If the compilation isn't complete, why do I see mod_jk.so? Anyways, I got away with this by downloading a binary version, which again was not working earlier. And suddenly it did. It's highly

Mail Notification

2001-07-03 Thread Administrator
The attached message has had some or all attachments deleted because of the following reason: Message contains attachments: build.bat Additional Information: none Hi ! See the attached files. Edit the build.xml and change this line: property name=app.name value=SB_URM/ Set the

RE: Apache with multiple Tomcat Instances

2001-07-03 Thread Saurabh Shukla
Yes i have used it. I wont be able to give any pointers until u tell me what you are planning to implement. shuklix -Original Message- From: Vinay Menon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 1:26 AM To: Tomcat Dev; Tomcat User Subject: Apache with multiple Tomcat

RE: How to make a war file

2001-07-03 Thread Emir Alikadic (ADNOC IST)
When in the directory of your web app: jar -cvf myapp.war . (without quotes, of course) -Original Message- From: Anshul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 12:51 PM To: [EMAIL PROTECTED] Subject: How to make a war file I have got all the file structure ready to make

I need de import paht

2001-07-03 Thread Tomás Pérez García
Hellow I read a document about upload files with Tomcat Apache whit MultipartRequest class. But in this document you don't tell nothing about import path or library *.jar that it include MultipartRequest class Can you tell me please. Thank you, very match. Tomás

Re: JkMount in httpd.conf

2001-07-03 Thread Richard Richter
Hi Dim all... My troubles are gone. ;-) One of the biggest problem was too sophisticated configuration... ;-) I let myself to be inspirated by Jason Koeninger - in fact, when I configure something I also would like to know what's the effect - exactly. Summary: mod_jk.conf-auto included in

List traffic et al

2001-07-03 Thread Sam Newman
Given the huge amount of traffic this list generates, I can rarely get involved with the discussions that take place. It occurs to me that there sems to be three major discussion themes on the list as a whole: 1.) General servlet/jsp development issues and how tomcat affects them 2.) General

Re: Programmatic security with servlet mappings in tomcat

2001-07-03 Thread pete
Sure, one is that i want custom login screens, another is that we store all our authentication details centrally and query for them via an XML data service. Various user and domain-specific data, including user preferences,roles etc. is stored in this repository, not just 'yes, this user has

Virtual hosting with IIS

2001-07-03 Thread Markus Strickler
Hi! I have several IIS webserver instances running on different ports on the same IP. Now I need to map the *.xml extension to Cocoon for all instances. Anybody an idea how to set this up? I'm using IIS5, Tomcat-3.2.2, JDK1.3 Any help would be appreciated, -markus

RE: List traffic et al

2001-07-03 Thread Emir Alikadic (ADNOC IST)
List is tomcat-user and not java-server-development; thus, issues such as getting Tomcat up and running (i.e. Tomcat configuration) ARE the purpose of this list. Methinks you should get invovled into discussion more often, given as you say that getting Tomcat up and running is no issue to you:

PROBLEM: tomcat 3.2.2, Solaris/Intel loop when translatin .jsp to .java

2001-07-03 Thread Mikkel Bruun
Hi guys! I've run into a problem which i know has been posted here before, but i havent been able to find a solution the problem is when running jsp's on the configuration mentioned in the subject, the translation from .jsp to java sturts an endless loop where the last line in the .java

Re: List traffic et al

2001-07-03 Thread Sam Newman
Emir wrote: List is tomcat-user and not java-server-development; thus, issues such as getting Tomcat up and running (i.e. Tomcat configuration) ARE the purpose of this list. Methinks you should get invovled into discussion more often, given as you say that getting Tomcat up and running is

Re: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Frans Thamura
Ya, JSDK. Because Tomcat is a server based on Java Frans - Original Message - From: Eitan Ben Noach [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 1:40 AM Subject: Does Tomcat needs jdk 1.2.2 Hello, Does Tomcat needs the installation of JDK 1.2.2? If yes,

RE: List traffic et al

2001-07-03 Thread Paul Foxton
well there's already [EMAIL PROTECTED] and [EMAIL PROTECTED] there's also [EMAIL PROTECTED] perhaps ppl with more development specific questions should use these? -Original Message- From: Sam Newman [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 11:24 To: [EMAIL PROTECTED] Subject:

I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Internet Total Solutions LLC - Customer Liaisons Department -
Hello, I would like to know whether anyone is able togive me a hinttowards solving the following scenario. If anyone is available on consultation basis, it is fine too. I have developed website personalization engine in javathat comes with it's own kind of application server to handle the

RE: List traffic et al

2001-07-03 Thread Emir Alikadic (ADNOC IST)
Why don't we then monitor the list for a while and figure out the exact questions that keep on coming up. We can then create an FAQ for the list and post it somewhere (maybe Jakarta Project would host it) and we can then direct all newbies there. We can then retain [what I perceive is] the

Re: List traffic et al

2001-07-03 Thread Sam Newman
Paul Wrote: well there's already [EMAIL PROTECTED] and [EMAIL PROTECTED] there's also [EMAIL PROTECTED] perhaps ppl with more development specific questions should use these? Thanks for that Paul. I kind of stopped using the Sun Java forums because they weren't much use, but after

RE: Virtual hosting with IIS

2001-07-03 Thread Everitt, Andrew
Markus, Go in to IIS admin console and right click the computer icon, select properties. In 'Master Properties' select 'WWW Service' and click the 'Edit ...' button this will bring up the default properties page for all virtual server's on the computer - set the things you want set globally and

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Sam Newman
I don't know anything too specific about use with Oracle, but I've certainly used servlets/JSP's to access DB's via JDBC in the past (read: maintained code which did it, not developed it!), so its certainly possible. Firstly, could you give the exact error you are getting from tomcat? Also,

Re: List traffic et al

2001-07-03 Thread Sam Newman
Sounds good. Aren't there online tools for creating FAQ's via a web-front end? Of course, there are always going to be the people who ask first, read the documents later :-) sam - Original Message - From: Emir Alikadic (ADNOC IST) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread pete
'Serious Errors'? you'll have to be a bit more specific than that. Exactly what errors is tomcat giving you? - Segmentation faults? NullPointerExceptions? NoClassDefFoundException? Also, be aware that Tomcat 3.2.2 is the latest stable version, and it has fixes for a number of problems with

RE: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Hughes, Tim
I am not sure that I understand the problem exactly but I do know that there are a number of problems that can occur with connecting to a JDBC driver, the most common of which is that classes111.zip needs to be placed in TOMCAT_HOME/lib/and renamed to classes111.jar so that Tomcat can

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Brendan McKenna
Hi, If I remember correctly, you have to be using at least jdk1.2 in order to run Tomcat, but the classes111.zip file is intended for use with jdk1.1. You might have better luck if you used classes12.zip (which you can get from technet.oracle.com).

Re: List traffic et al

2001-07-03 Thread pete
Perhaps what would be useful here is some type of moderation system for threads on the list that so people who find those topics that are most helpful - i.e. don't seem to be covered elsewhere in the existing docs, can be identified and flagged for inclusion in the 'official' docs. It could

Re: List traffic et al

2001-07-03 Thread Sam Newman
I think tomcat is a really good product, but for me it did take time to figure out how the various config files, and their (initially) unwieldy syntax works. I no longer consider the tomcat configuration syntax unwieldy, but for a newbie it can be hard to understand. My single bigest

Re: Virtual hosting with IIS

2001-07-03 Thread Markus Strickler
Andi- actually which parameters to set, is the problem. For example I have two server instances with their doc roots at C:\server1 and c:\server2 a) If I access a file from server1 like this: http://server:9000/index.xml I need the Cocoon servlet being invoked and the path C:\server1\index.xml

RE: Restarting Tomcat on NT

2001-07-03 Thread Randy Layman
No, there is no way to free a port. You mentioned that Tomcat comes up after a reboot, implying that you are running Tomcat as a service. If that is the case, the process name is jk_nt_service.exe. Unless you have another process that is constantly trying to grab that port, Tomcat is

RE: Does Apache worth it? Security issues make it worth it

2001-07-03 Thread Eitan Ben Noach
David, Thanks for the enlightening survey. Eitan -Original Message- From: David Wall [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 5:56 PM To: [EMAIL PROTECTED] Subject: Re: Does Apache worth it? Security issues make it worth it One thing architecturally and

RE: errors using Tomcat w/ IIS 5.0

2001-07-03 Thread Randy Layman
Connection Refused, I believe. It probably indicates that your workers.properties file and your server.xml file specify two different ports for the AJP12. Another possible issue (but its not very likely) is that you have configured IP Filtering on your 2000 server to disallow

RE: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread Randy Layman
If it is a server problem I would suggest trying a different (1.2) JVM to rule that out. Also, I would stick with getting Tomcat standalone to work first. (Take little steps) Randy -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Randy Layman
Since there have been two mis-informed posts, I will also say that Java 1.1.7 is all that is required for Tomcat 3.x. If you want to use security policies or certain security aspects then you will need JDK 1.2 or above, and you will need the actual JVM, not any particular JAR, because

RE: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Eitan Ben Noach
Thanks Sam, Actually, my intention was to ask if Tomcat need JDK at all. Now it's clear that the answer is yes. I want to be more precise: what parts of the JDK are needed, since we want to deploy Tomcat with our product, without the need of full JDK installation - only those special resources.

URGENT plz help (resend re: jk_uri_worker prob)

2001-07-03 Thread Nico Wieland
hi list i tried to find an answer to this everywhere but no luck ... my mod_jk log is full with these two entries: [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters

RE: JDBC Problem with Ultradev

2001-07-03 Thread James Radvan
Although this certainly is off topic, this person is trying to develop JSP for Tomcat on the Ultradev IDE. The Macromedia newsgroups are notoriously unhelpful when it comes to JSP/JDBC, mainly due to lack of knowledge, and I suspect that this list goes out to some people very knowledgeable in

RE: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Randy Layman
If you are using just servlets, you don't need a JDK. If you are deploying JSPs then you need the JavaC compiler (in the tools.jar file in the later versions of the JDK), which is the component that Sun indicates that you are not supposed to redistribute. Randy -Original

Netscape/Tomcat link appears incorrect

2001-07-03 Thread Andrew Willshire
Hello, I've been tinkering with the Netscape/Tomcat integrationi for a few weeks now, using the documentation supplied with the Tomcat installation, and the process doesn't seem to work according to the documentation. I don't know if the link itself is a problem, or the doco, but after

Re: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread Dominic North
I have a similar problem with Dell Inspiron 4000 Windows 2000 Pro JDK 1.3.0 jakarta-tomcat 3.2.2 I am using Tomcat standalone. I notice that 1) I can get one or two invocations of my servlet URL to work if I set up a local proxy server on 127.0.0.1:8080. However, after one or two goes, I

Re: Newbie stumped by NoClassDefFoundError

2001-07-03 Thread Wyn Easton
First, you need to increase your environment space. I'm on NT and don't remember the parameter to command.com that enlarges the environment for W98. Try help command at the command prompt to find the right parameter. Next, you need to pay attention to the error message about 8.3 file names. You

RE: Restarting Tomcat on NT

2001-07-03 Thread Steven Turoff
Actually, I'm not running Tomcat as a service. I meant that I don't have any problems starting Tomcat after rebooting the machine. I've run netstat -a (results below) and can see that the ports are in use, however that information doesn't seem to be very useful. Perhaps I should try running

RE: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Eitan Ben Noach
Thanks Randy, Can you please direct me to the place were SUN says that tools.jar may not be redistribute? (We are using JSPs. ) Regards, Eitan -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 1:33 PM To: [EMAIL PROTECTED] Subject: RE:

two tomcat one machine

2001-07-03 Thread jester
Hello! I am running two tomcat 3.2.2 on one Solaris machine, each of them is bind to one IP Address via the inet parameter. But now it is impossible to shut the down with the standard process by calling org.apache.tomcat.startup.Tomcat -stop because none of them listen to 127.0.0.1

Re: Programmatic security with servlet mappings in tomcat

2001-07-03 Thread Antony Bowesman
pete wrote: Sure, one is that i want custom login screens, another is that we store all our authentication details centrally and query for them via an XML data service. Various user and domain-specific data, including user preferences, roles etc. is stored in this repository, not just

J2SDK 1.3.1 on Linux Segmentation Fault

2001-07-03 Thread Douglas E. Hornig
A while ago I posted a question about a segmentation fault error I was getting with Tomcat. The machine is SuSE Linux 7.1 and the application was fine with J2SDK 1.3 but when I switched to J2SDK 1.3.1 it aborted with a segmentation fault. It turns out that it was aborting in the call to new

newbie question

2001-07-03 Thread Sumit Ranjan
hi all! i am new with tomcat... having installed tomcat 3.2.2 and apache 1.3.11 on my NT 4.0... how will i come to know whether my apache and tomcat are communicating or notor rather what should i do to access tomcat from apacge(or vice-versa)... plz. help. Sumit Ranjan

RE: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Randy Layman
If you read the license that you accept when you download the JDK you'll note that you can't redistribute any component of the JDK. If you read the license for the JVM download, you are free to redistribute. The only real difference between the packages is the tools.jar file, implying

Protecting static resources with tomcat and apache

2001-07-03 Thread Ralph Einfeldt
Can somebody answer this question or provide a link ? If using Tomcat 3.2/4.0 with apache and form based login, will the resources that are served directly by apache be protected, and how is it done ? As far as I understood tomcat stores username and password in the session and checks on

Re[2]: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread wire
Tuesday, July 03, 2001, 9:35:59 AM, [EMAIL PROTECTED] wrote: EBN Thanks Randy, EBN Can you please direct me to the place were SUN says that tools.jar may not EBN be redistribute? Sun only lets you distribute the JRE. You couldn't distribute the jdk if you wanted to. Note: you might be able

Re: Running more than one instance of Tomcat on the same machine

2001-07-03 Thread Alberto Torna Jr.
Check the paths of your new instance. Ensure you're running Tomcat/Catalina 2 on another port besides 8080. Also, it uses 8007 to communicate with Apache if you're doing that as well. You'll need to change the port on the second instance that communicates with 8007 to something else. What I did

Re: newbie question

2001-07-03 Thread Steven Turoff
I'm assuming you are running Tomcat on the default port, which is 8080. Start Tomcat and Apache and then go to: http://localhost:8080 Steve At 08:05 AM 07/03/2001, you wrote: hi all! i am new with tomcat... having installed tomcat 3.2.2 and apache 1.3.11 on my NT 4.0... how will i

Re: Catalina only version of Tomcat

2001-07-03 Thread Alberto Torna Jr.
In a win32 environment, Tomcat as a command line instance get's it's classpath info from startup.bat and tomcat.bat. If you installed it as a service, it would get it from wrapper.properties. I don't believe you'd get a performance increase by trimming it down in the manner you suggest. Using

Re: Netscape/Tomcat link appears incorrect

2001-07-03 Thread Joseph A. Noble
Don't use Netscape (iPlanet?) myself, but that sure sounds like either a mime type is not set up right, or the 'content-type: text/html' is not being output. -joe- Andrew Willshire wrote: Hello, I've been tinkering with the Netscape/Tomcat integrationi for a few weeks now, using the

RE: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread DHarty
Are you useing ZoneAlarm? I noticed that vsdatant.sys (from ZoneAlarm) does not get along well with Tomcat (especially in combination with struts and UltraDev) causing a BSD. D -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 7:04 AM To:

RE: Virtual hosting with IIS

2001-07-03 Thread Everitt, Andrew
To get the mapping to happen you need to configure your uriworkermap.properties file (in the tomcat 'conf' directory) to pickup xml files: # # Simple worker configuration file # # Catch all XML files and pass to Tomcat *.xml=ajp12 As I understand it this should cause all .xml files requested to

RE: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Eitan Ben Noach
Thanks for this very important legal note. It is very sad to here that you can't deploy a product without relying on the user to install before another product ( which is a development tool ). Poor us. Eitan -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent:

Re: Programmatic security with servlet mappings in tomcat

2001-07-03 Thread anil
You can setup a custom login screen and set it up in the tomcat. I am doing it. and you can access the username and password from session variables j_username and j_password. also you can access requested link from session. login-config auth-methodFORM/auth-method

Re: newbie question

2001-07-03 Thread Vinay Menon
http://localhost - Apache homepage http://localhost:8080 - Tomcat homepage If both display then Apache is working and Tomcat is working. Loads of mails about how to set up Tomcat with Apache. Pls read the archives or check out the Tomcat site. Vinay - Original Message -

Re: J2SDK 1.3.1 on Linux Segmentation Fault

2001-07-03 Thread Tim O'Neil
At 05:55 AM 7/3/2001, you wrote: A while ago I posted a question about a segmentation fault error I was getting with Tomcat. The machine is SuSE Linux 7.1 and the application was fine with J2SDK 1.3 but when I switched to J2SDK 1.3.1 it aborted with a segmentation fault. It turns out that it

RE: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Tim O'Neil
At 06:35 AM 7/3/2001, you wrote: Thanks Randy, Can you please direct me to the place were SUN says that tools.jar may not be redistribute? He's right, I remember reading that too. I think it's in the javadocs/tools section, and possibly in the agreement blurb they put over the agree radio

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Internet Total Solutions LLC - Customer Liaisons Department -
Hello Guys, thanks for so much advises from all of you, I will try now to incorporate certain ideas to see whether I get it to work. Thanks Tobias - Original Message - From: Sam Newman To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 5:43 PM Subject: Re: I

RE: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Tim O'Neil
At 08:41 AM 7/3/2001, you wrote: Thanks for this very important legal note. It is very sad to here that you can't deploy a product without relying on the user to install before another product ( which is a development tool ). Not really. You either use tools and standards that other people

RE: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Eoin Woods
Firstly ... post in text, not HTML! What sort of errors are you getting from Tomcat? Have you checked your JDBC URL using Oracle's CheckJDBC class? Eoin. -Original Message- From: Internet Total Solutions LLC - Customer Liaisons Department - [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Change default context path of auto-loaded webapps??

2001-07-03 Thread Tim Moore
I'd like all my webapps to be accessed as http://server/webapps/app rather than http://server/app. (To make it easier to configure the connector from IIS.) Is it possible to do this automatically for all auto-loaded webapps? Or would I have to create an explicit context definition for each one?

Re: Newbie stumped by NoClassDefFoundError

2001-07-03 Thread Internet Total Solutions LLC - Customer Liaisons Department -
Hello, the command on windows 98 for the settings in the config.sys is shell=C:\COMMAND.COM C:\ /p /e:4096 (4 MB is usually enough to start tomcat. I having it on 32 MB and it works fine) Bye Tobias - Original Message - From: Wyn Easton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread mendoza
On Tue, 03 July 2001, DHarty wrote: Are you useing ZoneAlarm? i was! i just installed it in the weekend. and actually, i had Apache-Tomcat-MySQL running fine before that. so i stopped running ZoneAlarm. but ruled it out as the problem because i'm still getting BSOD-ed. i'll try

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Darren Thamadi Roberts
As long as you have the classes111.zip in your classpath, you should not have a problem. I just created a simple form that allowed a user to enter information and login. You could also hardcode these values and they would work. Here's a little snippet of code that works fine. You have catch the

RE: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Randy Layman
Not really - you could use jspc to compile your JSPs into servlets and then compile the servlets before install time (like at installer build time). Then you would only need to distribute the JRE. This would also give you a runtime speed up and still allow developers to use JSP

404 R

2001-07-03 Thread Fredrik Liden
Hello, does anyone know why I keep getting the following messages? I can't find any path in my files that looks like the ones below. can it bring down the server? I'm using tomcat standalone. Any feedback would be appreciated 2001-07-03 09:48:31 - Ctx( /examples ): 404 R( /examples +

Re: newbie question

2001-07-03 Thread Minglong Wu
Hi, I have a simple question: if I put the following into my ChatEnter.jsp form METHOD="post" ACTION="/Code/Chap03/Chat.jsp" it doesn't work even I set in my server.xml by Context path="/Code/Chap03" docBase="c:/Code/Chap03" / my EnterChat.jsp and Chat.jsp are under directory

Re: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread mendoza
On Tue, 03 July 2001, Dominic North wrote: I have a similar problem with Dell Inspiron 4000 Windows 2000 Pro JDK 1.3.0 jakarta-tomcat 3.2.2 I am using Tomcat standalone. I notice that 1) I can get one or two invocations of my servlet URL to work if I set up a local proxy

Mail Delivery Status Notification

2001-07-03 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Tue, 3 Jul 2001 23:01:20 +0700 Subject: Re: I need help in tomcat configuration with Oracle 8.1.7 has been quarantined by Mail Essentials for the following reason(s):

Re: List traffic et al

2001-07-03 Thread Milt Epstein
On Tue, 3 Jul 2001, Sam Newman wrote: Given the huge amount of traffic this list generates, I can rarely get involved with the discussions that take place. It occurs to me that there sems to be three major discussion themes on the list as a whole: 1.) General servlet/jsp development issues

Problem with stopping Tomcat

2001-07-03 Thread Richard Richter
Hi all... When I tried to minimize my configuration I reach a state when tomcat.sh stop ends with this message. Only Classpath information was before it. Stop tomcat java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.doConnect(Compiled Code) at

PoolMan woes

2001-07-03 Thread Matt Barre
I am trying to get PoolMan and TomCat to play nicely together. I am developing on Win2k, Tomcat 3.2. My first attempt was to use version 2.0.4 of Poolman with Tomcat 3.2...upon access PoolMan.jsp, Tomcat stops running. No errors, no warnings, its terminal window just vanishes. I tried increasing

solved! RE: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread mendoza
i uninstalled ZoneAlarm and reinstalled TCP/IP and now back in business. thanks very much for your help. no way i could have solved that on my own. --meg On Tue, 03 July 2001, [EMAIL PROTECTED] wrote: On Tue, 03 July 2001, DHarty wrote: Are you useing ZoneAlarm? i was! i just

Can't find class ERROR

2001-07-03 Thread Gandhi, Dipal N (Dipal)
Hi Friends, I installed Tomcat's Binary Version 3.2.2. But when I try to run server on my HP-UX machine using, /bin/startup.sh it gives me following error Can't find class

Running multiple virtual hosts with one JVM

2001-07-03 Thread Will England
Hello! The idea I've got is to run 2 or 4 or 8 virtual hosts, all doing the same thing, under one JVM. I got this working several months ago, but it has slipped my mind as to how to do this. I recall having each virtual host having its own unique web.xml file, it's own unique WEB-INF

Re: need help for rmi calls from tomcat 3.2.1

2001-07-03 Thread Shyam Sarkar
I tried that but still the problem is not solved. I wonder why RMI calls are not documented anywhere in apache tomcat. There must be quite a lot of applications using RMI and IIOP from tomcat JSP server. If anyone knows any solutions pls let me know. [EMAIL PROTECTED] - Original

RE: Problem with stopping Tomcat

2001-07-03 Thread Randy Layman
Tomcat uses AJP12 to shutdown. -Original Message- From: Richard Richter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 1:15 PM To: [EMAIL PROTECTED] Subject: Problem with stopping Tomcat Hi all... When I tried to minimize my configuration I reach a state

Re: PoolMan woes

2001-07-03 Thread Jack Lauman
Matt: I ran into the same problem several days ago. If I used the poolman.xml.example as poolman.xml... tomcat just plain died without warning. No errors, nothing. When I tried using the poolman.xml.template as poolman.xml... it worked flawlessly. Hope it helps, Jack Lauman Matt Barre

RE: PoolMan woes

2001-07-03 Thread Eoin Woods
We're using PoolMan 2.0.x with Tomcat 3.2.x without too many problems. PoolMan does respond rather violently when it can't find its configuration file - which is poolman.xml in version 2. I put this in $TOMCAT_HOME/classes and it appears to be found OK. If PoolMan doesn't find its

error using the sample applications with tomcat

2001-07-03 Thread Domzalski, Lynn
Hi. I'm getting this error message and have tried my hardest to figure it out. Any help would be appreciated. 500 Error - java.lang.NoClassDefFoundError: sun/tools/javac/Main --- this occurs when executing the samples. Thanks so much! Lynn Domzalski Testing Integration Center Compuware

RE: Restarting Tomcat on NT

2001-07-03 Thread Darrell Porter
Steve, If you're running personal web server, IIS, or some third party apps that have integrated web servers (several webcam products come to mind), then shut these down. This is most likely the offending application. Darrell -Original Message- From: Steven Turoff [mailto:[EMAIL

Re: PoolMan woes

2001-07-03 Thread Matt Barre
Thanks for the tip. By taking the two suggestions I now have Tomcat somewhat stabilized. I am working on a jsp to get all the kinks worked out. I import the PoolMan packages but I get the following/weird error: Method getDataSource(java.lang.String) not found in class

RE: error using the sample applications with tomcat

2001-07-03 Thread Randy Layman
Your JAVA_HOME doesn't point to a JDK - Tomcat can't find Sun's Java compiler and therefore can't compile the JSPs into servlets. Randy -Original Message- From: Domzalski, Lynn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 3:35 PM To: '[EMAIL PROTECTED]'

problem with getPort()

2001-07-03 Thread Joseph D Toussaint
I'm trying to get the port off of a request object and it is returning port 0. Here is how I'm getting the URL I came from. StringBuffer came_from = HttpUtils.getRequestURL(request); While reconstructing a new URL java.net.URL tmp_url = new java.net.URL(came_from.toString());

JDBC Bad handshake error

2001-07-03 Thread Georges Boutros
hi, I'm trying to use mysql with tomcat IIS i downloaded and installed the mm.mysql.jdbc-1.2c driver i have this error when i try to access the database: java.sql.exception: Communication link failure : Bad handshake can anyone tell me what did i do wrong??? thanks Georges

Re: two tomcat one machine

2001-07-03 Thread Jason Koeninger
Reviewed the code a couple weeks ago looking for a similar solution. You can call org.apache.tomcat.startup.StopTomcat directly with -host and -port options. Check the code for more details if you have trouble...the -port option works for me on 3.3.m3. btw - It's possible I was looking at

RE: problem with getPort()

2001-07-03 Thread Randy Layman
Is there a reason that you aren't using request.getPort()? -Original Message- From: Joseph D Toussaint [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 4:38 PM To: [EMAIL PROTECTED] Subject: problem with getPort() I'm trying to get the port off of a request

Re: List traffic et al

2001-07-03 Thread Sam Newman
Milt wrote: This idea has come up before, and I think it's one of the best for dealing with the high volume on this list (I guess it's one of the two or three highest volume apache lists). I even volunteered to take the lead in doing this. So I sent a note to the list owner explaining the

  1   2   >