ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » mqiptservlet

Post new topic  Reply to topic
 mqiptservlet « View previous topic :: View next topic » 
Author Message
techno
PostPosted: Fri Sep 17, 2004 2:55 pm    Post subject: mqiptservlet Reply with quote

Chevalier

Joined: 22 Jan 2003
Posts: 429

Can somebody tell me Where is mqipt.conf located for MQIPTServlet?
Back to top
View user's profile Send private message
cmdmqm
PostPosted: Wed Apr 20, 2005 6:11 am    Post subject: Re: mqiptservlet Reply with quote

Novice

Joined: 04 Feb 2002
Posts: 24
Location: Berlin

techno wrote:
Can somebody tell me Where is mqipt.conf located for MQIPTServlet?


Hi,

did you find out where it should be located? Anyone?
Back to top
View user's profile Send private message
bower5932
PostPosted: Wed Apr 20, 2005 6:20 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

I've never messed with the MQIPTServlet. I did look in the manual and it states:

Configuration of the MQIPTServlet is achieved by setting properties in the web.xml file, ....

My guess would be that you do your configuration here and not in the mqipt.conf file. Did you try this?
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
cmdmqm
PostPosted: Tue May 17, 2005 4:31 am    Post subject: Reply with quote

Novice

Joined: 04 Feb 2002
Posts: 24
Location: Berlin

Thanks for the hint; I also read that but I thought there is just the "standard" configuration of servlets. XML looks like this:

Code:
   <web-app id="WebApp_ID">
      <display-name>MQIPTServlet</display-name>
      <description>MQIPT servlet</description>
      <servlet id="Servlet_1">
         <servlet-name>MQIPTServlet</servlet-name>
         <display-name>MQIPT Servlet</display-name>
         <description>IBM WebSphere MQ internet pass-thru</description>
         <servlet-class>com.ibm.mq.ipt.servlet.IPTServlet</servlet-class>
         <init-param id="InitParam_1114005129205">
            <param-name>LogDir</param-name>
            <param-value></param-value>
         </init-param>
         <init-param id="InitParam_1114005129206">
            <param-name>Trace</param-name>
            <param-value>0</param-value>
         </init-param>
         <init-param id="InitParam_1114005129207">
            <param-name>ConnectionLog</param-name>
            <param-value>false</param-value>
         </init-param>
         <init-param id="InitParam_1114005129208">
            <param-name>MaxLogFileSize</param-name>
            <param-value>50</param-value>
         </init-param>
         <init-param id="InitParam_1114005129209">
            <param-name>ClientAccess</param-name>
            <param-value>true</param-value>
         </init-param>
         <init-param id="InitParam_1114005129210">
            <param-name>QMgrAccess</param-name>
            <param-value>true</param-value>
         </init-param>
         <load-on-startup>99</load-on-startup>
      </servlet>
      <servlet-mapping id="ServletMapping_1">
         <servlet-name>MQIPTServlet</servlet-name>
         <url-pattern>/</url-pattern>
      </servlet-mapping>
      <session-config id="SessionConfig_1114005129215">
         <session-timeout>30</session-timeout>
      </session-config>
   </web-app>


Seems that one can add additional init-parms - but it seems this is just the [Global] section of the .conf file - I don't know how to add the [route]s sections...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » mqiptservlet
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.