Re: Virtual Hosts

2001-05-15 Thread Noel E. Lecaros
/etc/hosts -nel Kumar Thotapally wrote: Hi, I am able to startup and shutdown multiple JVMs (using server1.xml ... etc). I created applications (for example, JVM1, JVM2) under web-apps. When I enter http://localhost:8007/jvm1/servlet/HelloWorld1 in my browser, it works fine. However,

Re: ant compile jakarta problem

2001-05-10 Thread Noel E. Lecaros
The file ant.jar should be in your CLASSPATH. Erena Langley wrote: Hi, I am getting this error. [erena@statler jakarta-tomcat-3.2.1-src]$ ./build.sh clean Exception in thread main java.lang.NoClassDefFoundError: org/apache/tools/ant/Main I have fiddled around, putting what I think to

Re: java database

2001-05-10 Thread Noel E. Lecaros
InstantDB. For more info, look at www.enhydra.org. Kevin Fonner wrote: Do any good 100% pure java databases exist? Open Source java databases?

Re: problem with response.sendRedirect()

2001-05-09 Thread Noel E. Lecaros
Hi, Brandon Can you tell us the OS, tomcat and apache versions, sample output and perhaps a snippet of the code? I can't promise anything but this looks like an interesting problem. Regards, Noel Lecaros Brandon Cruz wrote: I have a jsp that does a simple response.sendRedirect to another

Re: Homepage

2001-05-09 Thread Noel E. Lecaros
bingo! glad i'm using linux. Milt Epstein wrote: On Wed, 9 May 2001, Dilip Dalton wrote: Hi! You've got to see this page! It's really cool ;O) I smell a virus. Milt Epstein Research Programmer Software/Systems Development Group Computing and Communications Services Office

Re: Error whilst executing Tomcat on Windows 2000

2001-05-08 Thread Noel E. Lecaros
Hi, Scott How many times did you start up Tomcat before this? You might have another Tomcat instance, or another process, listening on the same port. Regards, Noel Lecaros Ian Scott wrote: Can you help with this ? It may be something I have done or haven't done. The following text is

Re: jakarta-servletapi

2001-05-08 Thread Noel E. Lecaros
Can't you just build it? It doesn't take a minute. Jason Cheng wrote: hello, can anybody tell me where i can download the binary distribution of jakarta-servletapi? been looking at the jakarta site and can't seem to find it..please help TIA

Re: IIS and Tomcat

2001-05-08 Thread Noel E. Lecaros
Hi, Harry Have you tried excluding the port number? You do have both IIS and Tomcat running, don't you? Regards, Noel Lecaros RMC - Harry Duong wrote: Hi Noel, I tried http://localhost:8080 and http://myserverIP:8080 Harry -Original Message- From: Noel E. Lecaros [mailto

Re: wired CLASSPATH behaviour

2001-05-07 Thread Noel E. Lecaros
Hi, Roman Just a thought, but have you tried RENAMING the file db2java.zip to db2java.jar? Regards, Noel Lecaros Gerteis, Roman wrote: Hay there, when I was deploying a application on Tomcat 3.2.1 we had some really wired Problems with CLASSPATH issues. First of all this is the

Re: petstore problem

2001-05-07 Thread Noel E. Lecaros
HI, Swamy Did you create the datastore by running the populate script? Regards, Noel Lecaros Swamy wrote: Hi, I have been trying to install the pet store implementation. After jumping a few hoops this last one has been testing me for a while now. Here is the environment :

Re: petstore problem

2001-05-07 Thread Noel E. Lecaros
Swamy wrote: Yeap. Ran the populate script. Also used 'select * from users' to check if the inserts were successful. Thanks. Swamy -Original Message- From: Noel E. Lecaros [SMTP:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 4:11 AM To: [EMAIL PROTECTED] Subject:Re

Re: Problem with JSP in Tomcat calling JavaBean that uses Xalan 2

2001-05-07 Thread Noel E. Lecaros
Hi, Christopher Just an idea to get you started. If I remember correctly, an IllegalStateException can be thrown if you obtain a Writer to the ServletOutputStream more than once, e.g. calling Request.getWriter, and then calling Request.getInputStream. From your code, I can't tell whether

Re: User id and Paswd for Admin Webapp?

2001-05-07 Thread Noel E. Lecaros
Hi, Ted If you're using TC3.2.1, look in conf/tomcat-users.xml. If a later version, (e.g. TC3.3b2), look in conf/users/*-users.xml. The admin password should have role=admin. Regards, Noel Lecaros Pavan Seth wrote: What is userid and passwd for Admin Webapp? Ted

Re: Apache/Tomcat mod-jk configuration

2001-05-07 Thread Noel E. Lecaros
Hi, Scott You only need to specify JkMount directives in mod_jk.conf to tell Apache which URL mappings it has to delegate processing to Tomcat. The url mappings in web.xml tell Tomcat which servlet/jsp will handle specific mappings. The /servlet qualifier I believe is a

Re: IIS and Tomcat

2001-05-07 Thread Noel E. Lecaros
Hi, Harry Exactly what did you type to access the page? Regards, Noel Lecaros RMC - Harry Duong wrote: I'm installing tomcat and jdk1.3 onto an NT 4.0 web development server. It seems that I'm getting error when trying to load up tomcat default index.jsp page: The protocol specified

Re: problems with Tomcat 3.2.1 samples

2001-05-06 Thread Noel E. Lecaros
Hi, Ofer What URL did you type? Did you try: http://localhost:8080/examples/ ? Regards, Noel Lecaros Ofer Baranes wrote: Hi there , i install Tomcat 3.2.1 and i try to run its samples , but it failed. What's wrong or miss in the next steps which i follow : 1 - add to my autoexec.bat

Re: problems with Tomcat 3.2.1 samples

2001-05-06 Thread Noel E. Lecaros
-apps\examples\web-inf\classes\CookieExample.class Is it correct to say that we hv to put the java classes under the web-inf\classes? pls let me know if I'm on the right track. thanks, jackling. - Original Message - 寄件者: Noel E. Lecaros [EMAIL PROTECTED] 收件者: [EMAIL PROTECTED

Re: Still trying to configure mod_jk

2001-05-04 Thread Noel E. Lecaros
) at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235) -- Any ideas? Thanks, Patrick Noel E. Lecaros wrote: Hi, Laurence If you're using GNU make, try putting a tab at the start of line 127. Hope this helps. Regards, Noel Lecaros

Re: Servlet loading at startup

2001-05-04 Thread Noel E. Lecaros
Hi, Colin in webapps/your-app/WEB-INF/web.xml: web-app ... servlet ... servlet-nameyou-servlet-name-here/servlet-name servlet-classfull-servlet-class-name/servlet-class load-on-startup1/load-on-startup ... /servlet ... /web-app Regards,

Re: Where do Servlets go?

2001-05-04 Thread Noel E. Lecaros
Hi, Scott Servlets should go in webapps/your-app/WEB-INF/classes. For servlets in a package, the directory structure in the classes subdir should reflect the package structure. Thus, the class named foo.bar.Class should go in the subdirectory classes/foo/bar/. JSPs normally go where HTML

Re: AW: Tomcat documentation

2001-05-04 Thread Noel E. Lecaros
Hi, Roman No, Martin is quite serious about this (despite the smiley face). It's a book on Tomcat installation, configuration and use that's being written by readers of this mailing list. It's intended to supplement the (scant) documentation there is on Tomcat. Anyone is welcome to join. The

Re: server.xml / dtd

2001-05-04 Thread Noel E. Lecaros
Hi, Nathan As far as I can tell, there was no server.dtd in TC3.2.1. There is, however, a server.dtd beginning with TC3.3. If such a DTD is present AND is actually being referenced in the xml file in question. The server.xml file in 3.3 does not reference server.dtd, so this DTD is probably

Re: Tomcat/Xalan

2001-05-04 Thread Noel E. Lecaros
Hi, Dante Just a thought but have you tried using the Apache Xerces parser? Hopefully this parser provides better integration with Xalan. Hope this helps. Regards, Noel Lecaros Dante le Poole wrote: Hi, has anyone used the xalan-package in their webapps? I am and it's going troublesome.

Re: Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread Noel E. Lecaros
Hi, (your-name-here) Assuming it's Windows, just open a DOS prompt and type the command startup located in the bin subdirectory. If you get an exception filling up the console, on NT you can simply increase the window size, reduce the console screen font, and increase the console buffer. On

Re: 2nd Posting: Cannot build servletapi 4b3

2001-05-04 Thread Noel E. Lecaros
Hi, Anthony Hardware problem? Just a suggestion. Regards, Noel Lecaros Anthony W. Marino wrote: ./build.sh: line 35: 1502 Segmentation fault ${JAVA_HOME}/bin/java -classpath ${CLASSPATH} org.apache.tools.ant.Main -buildfile ${BUILDFILE} $@ Any suggestions? Thank you, Anthony

Re: File Hierarchy

2001-05-04 Thread Noel E. Lecaros
Hi, Pinar Look at the sample web app in doc/appdev/sample, and read the accompanying doc. Hopefully, everything should be clear. Regards, Noel Lecaros Pinar Bicioglu wrote: Hi all, I have been trying to set my source and deployment directories for couple of days. I have ant and tomcat

Re: Servlet help needed

2001-05-04 Thread Noel E. Lecaros
Hi, Ante You actually don't need to edit anything in server.xml if your app uses default settings. Just drop your app's directory tree into the webapp subdir and start Tomcat. Which web.xml file did you make changes in anyway? You're not supposed to edit the web.xml in the conf subdir! Hope

Re: installing tomcat 3.2 on windows 98

2001-05-04 Thread Noel E. Lecaros
Hi, Hari Increase your environment setting. Put this in your c:\config.sys, if it isn't there already: shell=c:\command.com /p /e:32000 Hope this helps. Regards, Noel Lecaros Hari Yellina wrote: Hi Aruand, It is really helpful to me. I wil do the same. But I am alwyas facign a

Re: Tomcat/Xalan

2001-05-04 Thread Noel E. Lecaros
things and both are from Apache. - Robert Petersen http://www.orangefood.com -Original Message- From: Noel E. Lecaros [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 12:39 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat/Xalan Hi, Dante Just a thought but have you tried using

Re: installing tomcat 3.2 on windows 98

2001-05-04 Thread Noel E. Lecaros
:\command.com /p /e:32000 and c:\command.com /e:4096 /p - Original Message - From: Noel E. Lecaros [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 05, 2001 12:56 PM Subject: Re: installing tomcat 3.2 on windows 98 Hi, Hari Increase your environment setting. Put

Re: /servlet/ mapping

2001-05-03 Thread Noel E. Lecaros
Hi, Patrick Can you tell us a little bit more about your set-up? Are you using mod_jserv or mod_jk? What version of Tomcat are you using? Did you alter anything from the default install? If so, what? I could go into a lengthy explanation into servlet mapping and connector configuration, but

Re: Still trying to configure mod_jk

2001-05-03 Thread Noel E. Lecaros
Hi, Laurence If you're using GNU make, try putting a tab at the start of line 127. Hope this helps. Regards, Noel Lecaros Laurence Mayer wrote: How do I compile mod_webapp? I get errors : Makefile:127:*** missing separator. Stop. Thanks Laurence -Original Message- From: Sam

Re: Jakarta-Tomcat under NT4-IIS

2001-04-25 Thread Noel E. Lecaros
Hi, Tom You must be using JDK1.3. If so, please take a look at this document: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.html paying particular attention to the part that says: Notice for JDK 1.3 users. Regards, Noel Lecaros Sharp, Thomas R wrote: Help!!

Re: Sunday and the brain is numb

2001-04-24 Thread Noel E. Lecaros
Hi, Andrew I think newlist.class should be in a subdirectory named classes under WEB-INF (see your item 3). Regards, Noel Lecaros Andrew Stubbs wrote: Okay - please will somebody spot the obvious mistake for me - I cant see itThe servlet is called newlist 1) Mailman starts and give the

Re: A latest nigtly build error with MySQL

2001-04-24 Thread Noel E. Lecaros
I'm just speculating, but are transactions supported in the version of MySQL you are using? Park, Sung-Gu wrote: The error message is like : Starting service Tomcat-Standalone Apache Tomcat/4.0-b4-dev Catalina.start: LifecycleException: Exception opening database connection: jav

Re: URL to catch servlets

2001-04-24 Thread Noel E. Lecaros
Hi, David You didn't specify whehter you were using mod_jserv or mod_jk. On mod_jk anyway, I add the following line into /tomcat/conf/mod_jk.conf: JkMount/workDirectory/*ajp12 and then I put this into Apache's httpd.conf: Include/tomcat/conf/mod_jk.conf When Tomcat

Re: Tomact IIS

2001-04-24 Thread Noel E. Lecaros
Hi, Mary-Jay You can read this: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html. I got a WINNT/IIS/Tomcat setup working just by following the instructions exactly. Regards, Noel Lecaros Galon, Mary-Jay wrote: I've looked, but have not found any comprehensive

Re: Apache mod_jk

2001-04-23 Thread Noel E. Lecaros
Hi, Anil The JkExtractSSL directive can be found in the file tomcat/conf/mod_jk.conf-auto which is a file that is automatically generated (or overwritten, if it already exists) by Tomcat upon startup. However, in the automatically generated file, the SSL directives are commented out, so you will

Re: Apache+mod_ssl

2001-04-23 Thread Noel E. Lecaros
Hi, Subbu Try this: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto.html Regards, Noel Lecaros subbu wrote: Hai,How to use MOD_SSL with apache for win32 plat form.. subbu

Re: setting up tomcat and apache to run together

2001-04-18 Thread Noel E. Lecaros
Hi, Greg Take a look at the Tomcat Documentation Page and look under the entry "Integrating Tomcat with a Webserver." There are links there on how to do this for Apache, IIS, and Netscape. The instructions, however, are Windows- and UNIX-specific, so you might have to take it from there for