Re: tomcat and active x problem

2008-03-23 Thread Nikola Milutinovic
Hi, i have an html page that has a javascript function that opens an outlook mail window .the function is pretty basic: function OpenOutlookDoc() {try{ var outlookApp = new ActiveXObject(Outlook.Application); var nameSpace = outlookApp.getNameSpace(MAPI); mailFolder =

Re: tomcat and active x problem

2008-03-23 Thread loredana loredana
this is the code of the page: html head script language=javascript function OpenOutlookDoc() { try { var outlookApp = new ActiveXObject(Outlook.Application); var nameSpace = outlookApp.getNameSpace(MAPI); mailFolder = nameSpace.getDefaultFolder(6); mailItem =

Re: tomcat and active x problem

2008-03-23 Thread loredana loredana
Hi, after searching google today for a couple of hours I found out what I think was the problem. As you said, it was IE security settings. I think there is a difference between running a file as local and runing it from tomcat.(enters a different security level). So I modified the security

Re: Help with TomCat 6.0 SSI

2008-03-23 Thread Steve Major
Okay, I've gone back to the beginning with this problem with the advice so far and reinstalled Tomcat fresh on a clone of my existing box with no web apps deployed yet. I think my initial diagnosis of something wrong with privileged app may have been off. I think my problem is (aside from

Re: Help with TomCat 6.0 SSI

2008-03-23 Thread Mark Thomas
Steve Major wrote: I think my problem is (aside from being a new with Tomcat) is with the SSI filters themselves or something to do with them. If I go into my web.xml and simply uncomment the SSI filter and filter mappings, restart Tomcat, and try to go to the default page, I'm greeted with:

Re: Help with TomCat 6.0 SSI

2008-03-23 Thread Steve Major
Thanks for the clarification. I got SSI Filters all uncommented. Manager works now. I have Probe installed and working too. When I go to my web app I really want to get SSI working with and view it with Probe - under Context Descriptor it says Cannot find context descriptor of this

Re: Help with TomCat 6.0 SSI

2008-03-23 Thread Mark Thomas
Steve Major wrote: The app I want to use didn't have a META-INF folder, so I copied it over the one from the manager app since it's already a privileged app and as the appropriate context.xml contained within. Same thing. Copied what from where to where? You'll need to copy the context.xml

Re: Help with TomCat 6.0 SSI

2008-03-23 Thread Steve Major
Okay, success! THANK YOU! Success defined as my app now working, I just have to try some SSI with it. ;-) Some clarification, if you don't mind. My apps seem to have Context.xml 's in: $CATALINA_HOME/webapps/manager/META-INF/Context.xml and

Memory allocation

2008-03-23 Thread Charl Gerber
Hi, I'm setting up a Centos 5 server with Apache, MySQL and Tomcat 6 (jre 1.6). I think we have joomla on it as well. The machine will be used purely as a webserver running a tomcat app and maybe some static html from the apache server. Quite a bit of interaction with the MySQL server will be

Re: displaying an image from outside the webapps directory

2008-03-23 Thread Kimberly Begley
Thanks for that Chris - very much appreciated, I did manage to get it to compile but when I click on the link in my jsp page everything appears except the image - and also no errors - when I view source it includes the img line for the plot as so: IMG

Re: Help with TomCat 6.0 SSI

2008-03-23 Thread Mark Thomas
Steve Major wrote: Okay, success! THANK YOU! Success defined as my app now working, I just have to try some SSI with it. ;-) Great. Now you just have to watch out for the known issues: https://issues.apache.org/bugzilla/show_bug.cgi?id=44391

WIFI custom web application

2008-03-23 Thread karthikn
Hi Thnx for the initial Reply Please Somebody suggest me How to proceed The Life Cycle for the WIFI custom web application for AAA is as follows. 1) User Types www.yahoo.com 2) CISCO ROUTER Intercepts this requests and reroutes to a WEB container as http://IP:PORT or http://IP

Re: Memory allocation

2008-03-23 Thread Gabe Wong
Charl Gerber wrote: Hi, I'm setting up a Centos 5 server with Apache, MySQL and Tomcat 6 (jre 1.6). I think we have joomla on it as well. The machine will be used purely as a webserver running a tomcat app and maybe some static html from the apache server. Quite a bit of interaction with the

replacement for symbolic links to files (Apache httpd to Tomcat)

2008-03-23 Thread DIGLLOYD INC
I'm converting from an Apache http system. Thousands of my users have bookmarked http://diglloyd.com/diglloyd/blog.html With Apache, I symlinked blog.html to the current month's blog. Now with Tomcat, I see warnings that enabling symlinks is a security risk. What is the best way to make