Big integration issue

2003-01-10 Thread David Jenkins
Doing a little research for my work.  We're looking at a few main 
possibilities, depending on the reliability, supportability, etc.
I should probably post part of this on the Apache Users list, but I'm 
hoping maybe some of the users here might have experience in this as well.

We want to be able to do all of the following:
	JSP
	ASP
	Servlets
	Call ActiveX components.
	.NET (ASP and Applications)

We're looking into several scenarios:
	IIS with a connector to Tomcat.  Not sure on the reliability of any 
connectors to Tomcat from IIS.

	Apache with a connector or module that could run ASP that can in turn 
call ActiveX components and run Javascript.  I know thats probably a 
tall order  Not worried about reliability of connecting to Tomcat - 
mod_jk works wonderfully 8)
	

	As an interim solution we're planning to run IIS and Tomcat standalone 
(IIS on port 80, Tomcat on 443 8), but we'd really like to have an 
integrated solution.

Me personally, I'd like to see nothing but open source, I'm an Apache + 
Tomcat bigot myself, but when you're a small department in a big corp 
it's not realistic to think that way 8)

Anybody who's running any of these scenarios or something similar if you 
could give me what you use, throughput, reliability, etc.  I'd greatly 
appreciate it - I've finally convinced them to at least consider Java as 
an alternative, so I'd like to set up an environment that could allow a 
seamless migration towards it.

Thanks,
David


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Security question

2002-09-22 Thread David Jenkins

I'm trying to retrieve the userid that logged into apache and accessed 
the current JSP page.  How can I get this info?

Explanation: I'm implementing a very crude security system on my site 
for right now (mainly to just keep people from accessing the email 
addresses and photos on the site), but I need to implement a password 
change page.  So what I did (and yes I know it's a hack 8), I 
implemented a JNI interface to call htpasswd in the background.  I'm 
trying to have an html page (that's in a secured area of course) post 
the new password to a jsp page which will in turn retrieve the logged in 
userID and call the interface class.

Any help would be appreciated,
David J
-- 
If you only compete with yourself,
 you can always be a winner. - David Jenkins
Of course, you could always be a loser too. - Miles Thornton


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]