IIS + Tomcat + SSL

2001-05-26 Thread Todd Sussman
We have a working IIS + Tomcat 3.2.1 server running under windows 2000. We would like to add SSL security. I recieved my cert from Verisign and installed it. The problem is that I don't think the JSP's aree using the SSL information. Is there anyway to test this or a howto I can check. Thank Y

Re: Tomcat and weblogic

2001-05-26 Thread Nirvana
Tomcat is a servlet/JSP engine with a small in efficient web engine. It can not host any other stuff like EJBs or anything. But Weblogic is an AppServer. So it has both an EJB container/engine and a Servlet/JSP engine. but some ppl use tomcat for their servlet/JSP hosting for it's known performanc

Javamail issue and binary attachments

2001-05-26 Thread John Harris
I'm trying to get a simple javamail client to work under Tomcat 3.2.1 as a servlet. I have the servlet done, and it works under my debug environment (I'm using the free ServletExecDebugger). The servlet takes the input from an HTML form (multipart/form-data encryption type). The servlet parse

Re: Frame for form login

2001-05-26 Thread BillWorker 2i Development Team
This is a problem I faced, too. I see two possible solutions. i. use JavaScript in login.jsp so that onLoad event will ensure that it is on top and not inside a frame. ii. direct to a page saying relogin and that should do even if the relogin page comes inside the frame the login will come on to

tomcat services on NT

2001-05-26 Thread prabakaran
Hi all,     I installed tomcat in winnt and configured jk_nt_service to start the service on control panel.I'm able to access the servlet examples that come with tomcat but i have problem in accessing the JSP examples.I modifed the wrapper.properties file as given in tomcat documentation. the

Re: form-based authentication tomcat->apache

2001-05-26 Thread Andrew Robson
Try putting JkMount /examples/jsp/security/login/j_security_check ajp13 into httpd.conf andrew On Sun, 27 May 2001, you wrote: > Hi everyone, > > Has anyone been able to get the form-based authentication example to work > with tomcat? I can get it to work if I connect to tomcat's own http-serv

SocketException

2001-05-26 Thread Enrique Cea
Hello. Im testing a Java application that connects to a servlet and send it some objects, then the server connects to a RMI remote object and do some tasks on it. I think everything is well configured but get this exception when trying to connect to the server: -- Exception - 200

form-based authentication tomcat->apache

2001-05-26 Thread Michael Jennings
Hi everyone, Has anyone been able to get the form-based authentication example to work with tomcat? I can get it to work if I connect to tomcat's own http-server on port 8080 but when I connect to the same example via apache (via mod_jk to tomcat) after I log in I get http://localhost/examples/js

off list contact

2001-05-26 Thread Neil Jolly
Anybody trying to reach me please use [EMAIL PROTECTED], as I'm unsubscribing from the mail list due to the massive volume. Neil

Fwd: Re: problems with installation

2001-05-26 Thread david
My java is working fine on ME but tomcat is coming up with the following message Including all jars in c:\j3t\tomcat\lib in your CLASSPATH. Using CLASSPATH: c:\j3t\tomcat\classes;c:\j3t\tomcat\lib\ANT.JAR;c:\j3t\tomcat\l ib\JASPER.JAR;c:\j3t\tomcat\lib\JAXP.JAR;c:\j3t\tomcat\lib\PARSER.JAR;c:

RE:Empty mod_jk.log

2001-05-26 Thread David M Sirkin
No need to reply to my previous post folks, I found the problem. I needed to put a carraige-return at the end of the Include directive in http.conf. Ugh. At least the problem/soltion will be posted to help others in the future. Thanks again, David S

Empty mod_jk.log

2001-05-26 Thread David M Sirkin
I'm running Tomcat 3.2.1 and Apache 1.3.19 on RedHat 7.1. Following all the install directions to get Tomcat and Apache cooperating and using mod_jk and ajp13 workers, nearly all works fine. The problem is that mod_jk.log remains empty even after serving some .jsp pages. jasper.log and servlet.log

Re: openbsd and mod_jk.so build problem

2001-05-26 Thread Joan
ok, the files seem to be in the apxs path this is my os.h file located to /usr/lib/apache/include: /* * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved.

Re: Problem with importing package in JSP

2001-05-26 Thread Chris Janicki
Is it possible your "Classname" is not unique?... there might be a name conflict with another class of the same name (in some other package). >> Original Message << On 5/26/01, 5:14:20 AM, Kris Gonzalez <[EMAIL PROTECTED]> wrote regarding Problem with importing

Re: openbsd and mod_jk.so build problem

2001-05-26 Thread Jeff Waugh
These constants are defined in /usr/include/dlfcn.h (or something included from there). They are also defined in $APACHE_HOME/include/os.h You definitely need them to build a shared library. -Jeff - Original Message - From: "Joan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturd

IIS with Tomcat 3.2.1 on Windows 2000

2001-05-26 Thread LUN
Hi all, I have installed IIS with Tomcat 3.2.1 on Windows 2000 Server English. but I found that the filter cannot show the green up arrow. I have checked the setting and restart the server many times. Since I have do that succssfully with the same OS. Anyone have recommendation ??

RE: IIS with Tomcat 3.2.1 on Windows 2000

2001-05-26 Thread Will Thien
Check for Typo's in registry. Also check check your virtual directory spelling. Restart all IIS services after changing registry. Below is a layout of what I used with tomcat being in H:\apps. You do not include the "//" only a "/". Will Thien [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundat

Re: openbsd and mod_jk.so build problem

2001-05-26 Thread Joan
Well, I made a symlink of these files to /usr/include and tried to build again as described in the previous mail but the result was the same... Thank you Jack but it isn't the solution with my environment. Do you think I can do this with JDK 1.3.1rc2? what is the command you used with apxs? Is y

IIS with Tomcat 3.2.1 on Windows 2000

2001-05-26 Thread LUN
Hi all, I have installed IIS with Tomcat 3.2.1 on Windows 2000 Server English. but I found that the filter cannot show the green up arrow. I have checked the setting and restart the server many times. Since I have do that succssfully with the same OS. Anyone have recommendation

Re: problems with installation

2001-05-26 Thread Guido Medina
Rigth click on the tomcat.bat and go the enviroment space, set it up for the maximun you can... Guido. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 26, 2001 6:41 AM Subject: problems with installation > Hi, I am having problems getting tomc

Re: uploading 1 GB files using FTP from my website

2001-05-26 Thread Steve Ruby
If you want to do it with an HTML form, then that isn't ftp, that is a multi-part mime encoded form post. I wouldn't do that with a 1 gig file if I were you. It isn't as robust as FTP and the mime-encoding will add size to thie file and time to the upload. But if you want to try all you need is

uploading 1 GB files using FTP from my website

2001-05-26 Thread aswath satrasala
I don't want to do it through URLs. I would like to do it with in my webapplication, using HTML form -Aswath >From: Kris Gonzalez <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: uploading 1 GB files using FTP >Date: Sat, 26 May 2001 04:30:54 -0500 > >current

Re: openbsd and mod_jk.so build problem

2001-05-26 Thread Jack Lauman
I had the same problem with JDK1.3.1rc2... It's looking for jni.h and jni_md.h. I put them in /usr/include and the problem went away. Hope it helps, Jack joan wrote: > > hey, > I tried to build mod_jk.so on openbsd but I failed... > My environment is as follows: > * OpenBSD 2.8 Current/ i38

Re: Re: frame for form login

2001-05-26 Thread david
Oh, I don't know. Sorry. On Sat, 26 May 2001 17:48:48 +0200 [EMAIL PROTECTED] (TWR - Hauptuser) wrote: >Thanks, > >but target="_top" in web.xml as > >/login.jsp target="_top" >/error.jsp > > >produces a not found error. > >Friendly

Re: Re: frame for form login

2001-05-26 Thread TWR - Hauptuser
Thanks, but target="_top" in web.xml as /login.jsp target="_top" /error.jsp produces a not found error. Friendly Thomas

Re: Frame for form login

2001-05-26 Thread david
Does target="_top" not work? On Sat, 26 May 2001 17:23:11 +0200 [EMAIL PROTECTED] (TWR - Hauptuser) wrote: >Hello, > >I am using form based login for my web application and after some >difficulties everyting works fine - well, almost everything: I am using >frames in my web app and aft

Frame for form login

2001-05-26 Thread TWR - Hauptuser
Hello, I am using form based login for my web application and after some difficulties everyting works fine - well, almost everything: I am using frames in my web app and after timeout the login page login.jsp always appears in the current frame not in a top window (like

Help in configuring IIS with tomcat on win2k

2001-05-26 Thread Ajay Gabriel
Hi All, I had followed all the instruction given in Tomcat-iis how to. Tomcat is not working with IIS 5.0 on win2k. I have downloaded release build of tomcat3.2 and got isapi_redirect.dll from win32 directory... I am getting all the logs...c:\jakarta-tomcat\logs\isapi.log

RE: problem with /jakarta/isapi_redirect.dll on win2k

2001-05-26 Thread Will Thien
This might help also. Do not add any drive letters. cut and paste. Under the tomcat conf directory In the server.xml enter above the context examples. Also restart all internet services not just the web server., the iis redirector dll will not re-read the registry and files other wise

Mail Notification

2001-05-26 Thread Administrator
The attached message has had some or all attachments deleted because of the following reason: Message contains attachments: jakarta.reg Additional Information: none Just right click on this file and say merge. provided the directory structure has not been changed. If you have then edit the

Re: problem with /jakarta/isapi_redirect.dll on win2k

2001-05-26 Thread Sachin Phatak
Just right click on this file and say merge. provided the directory structure has not been changed. If you have then edit the attachment and change the path as relevant. Most often this problem is caused by a typo in the registry entries. thanks sax - Original Message - From: Robert, Bett

openbsd and mod_jk.so build problem

2001-05-26 Thread joan
hey, I tried to build mod_jk.so on openbsd but I failed... My environment is as follows: * OpenBSD 2.8 Current/ i386 * JDK 1.1.8 (built from ports) * Tomcat 3.2.1 I used from /usr/local/jakarta/jakarta-tomcat-3.2.1-src/src/native/apache1.3 root@localhost#/usr/sbin/apxs -c -I/usr/local/jdk

Re: java beans

2001-05-26 Thread david
The best place to start is the java.sun tutorial. On Sat, 26 May 2001 13:35:16 +0300 "Mehmet Ugur Kuzu (LinkPlus)" <[EMAIL PROTECTED]> wrote: >hi everybody, > >i am new in jsp programming >i want to use java bean features in jsp >do you know any resources(papers, some example beans etc

java beans

2001-05-26 Thread Mehmet Ugur Kuzu (LinkPlus)
Title: java beans hi everybody, i am new in jsp programming i want to use java bean features in jsp do you know any resources(papers, some example beans etc.)  about java beans thanks at all

problems with installation

2001-05-26 Thread david
Hi, I am having problems getting tomcat running under ME. I am getting the following error message: Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Unable to set

Re: uploading 1 GB files using FTP

2001-05-26 Thread Kris Gonzalez
current versions of netscape and ie allow for ftp access, so your main trial would be dynamically constructing ftp urls which allow for access... and this is really no problem at all: just have your user go through some sort of login mechanism, which dynamically constructs a link in the form of:

Problem with importing package in JSP

2001-05-26 Thread Kris Gonzalez
I've got a strange situation with my JSP not accessing classes in a package properly. When i use the <% page import="package.name.*" %> notation and try referencing the class by name, I get an "unable to create a bean of class Classname" compiler error. This problem is solved if I refer to the C