Thanks for all the suggestions Andrew, let see if this round is a little better.
McDaniel, Jace wrote: > I am new to the Tomcat and IIs 7 world and I am having issues getting mine > app to work beyond the default port 8080. -- So what you are saying is that your application does work, when you access Tomcat directly through port 8080 ? -- And it doesn't work when you try to access it through IIS (presumably port 80) and the Isapi_redirector module ? Correct, I can get to Tomcat on Port 8080 and also to the URL for our application when using port 8080. When I take the port out of the URL and use port 80, and redirector, it does not work. > I am building a new server with those specs. I tried to keep this short but > still include details of what I have done. If anyone has any ideas of items I > can research or try, it would be greatly appreciated. > > I installed apache-tomcat-6.0.35.exe and > tomcat-connectors-1.2.37-windows-x86_64-iis.zip from Tomcat site. > I followed the following site, as much as I could. I had to find other guides > for help with the IIS7 parts. > http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html > > I do not have my Application Pools enabling 32 bit applications. > I then ran a axis2.war I had from our old server (?) to install a new webapp > (?) and it works also (?), when on port 8080. > > At this time, when I do not use port 8080, it asks if I want to download a > file, ... -- And when you use port 8080, what does it (?) do ? It gives me a HTTP 500 Internal Server Error, which is ok because I am not sending a correctly formatted message. > but no matter what name I put it asks me that same thing. It is not even a > real file. -- You know, this is a bit obscure as an explanation. Yes, I do. I will put links below. > > Nothing is jumping out at me within the log files. Main 2 errors I see are > below, but research shows the second one should not matter. > > [ERROR] Missing wsse:Security header in request > org.apache.axis2.AxisFault: Missing wsse:Security header in request > -- This looks like an Axis problem, not a Tomcat one. Did you ask on the Axis list what it means ? No, I have not. I assumed since I did not install Axis 2, I just installed the Web Application by dropping in the axis2.war file. I also cannot find any axis2 files on the old server so I am not sure it is installed there either. > SEVERE: Error, processing connection > java.lang.IndexOutOfBoundsException > at java.io.BufferedInputStream.read(Unknown Source) > -- and the rest ? (the log lines after that one) In general, about the above message : - you indicated which versions of Tomcat and the Isapi_redirector you have downloaded and installed. That's good. - you are telling us which version of IIS you are using, and which instructions you followed. That's good too. - but the rest of your explanations are not very clear, and make it difficult to figure out what kind of problem you may have, and how to help you. That's not good. Can you : - give us an example of a URL that you are using with the port 8080 and which "works", and tell us precisely what happens in the browser when you use that URL Tomcat - http://pbcomm.pilot.principal.com:8080/ Our Web Application - http://pbcomm.pilot.principal.com:8080/axis2/services/BankSignatureWebService - and then another example of (preferably) the same URL that you are using with "not-port-8080" and which "does not work", and tell us precisely what happens in the browser when you use that URL Our Web Application , port 80 - http://pbcomm.pilot.principal.com/axis2/services/BankSignatureWebService When I do this, IE tries to download a file called BankSignatureWebService, with type unknown. When I look at the file, I think it is the isapi_redirect.dll file downloading rather than running. The Handler Mappings part of IIS 7 has Execute permissions on the ISAPI-dll entry. - and then tell us what you mean by "I then ran a axis2.war" ? What did you do with that axis2.war file ? In which directory did you copy it ? I put it in the Tomcat 6.0\webapps folder while Tomcat was stopped, then started Tomcat to allow it to "unpack." I have not installed Adobe Axis2 as I cannot find any part of it on the old servers. If you feel like you have any suggestions to pass on still I would appreciate it however I understand if you do not. Unfortunately due to my timeframe I was given, 2 week, management has decided to just edit the application to use the port 8080. We will determine at a later date if we need to continue to effort to get the redirect to work or not. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -----Message Disclaimer----- This e-mail message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by reply email to conn...@principal.com and delete or destroy all copies of the original message and attachments thereto. Email sent to or from the Principal Financial Group or any of its member companies may be retained as required by law or regulation. Nothing in this message is intended to constitute an Electronic signature for purposes of the Uniform Electronic Transactions Act (UETA) or the Electronic Signatures in Global and National Commerce Act ("E-Sign") unless a specific statement to the contrary is included in this message. While this communication may be used to promote or market a transaction or an idea that is discussed in the publication, it is intended to provide general information about the subject matter covered and is provided with the understanding that The Principal is not rendering legal, accounting, or tax advice. It is not a marketed opinion and may not be used to avoid penalties under the Internal Revenue Code. You should consult with appropriate counsel or other advisors on all matters pertaining to legal, tax, or accounting obligations and requirements --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org