• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 05, 2024, 12:33:57 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - tomtom

1
I'm trying to upgrade my konakart version [konakart.version = 2.2.1.0] to the latest version [konakart.version = 3.2.0.0] and
was wondering if someone can pin point how to fix this error that i attach on this topic.

On mysql database, i inserted this query just on the products tables:
INSERT INTO `products` VALUES (1,6,' ','zakkaImagesProducts/TDogCardWhite525.jpg','16.9900','2007-12-30 01:38:25','2008-04-13 03:17:29','2007-12-30 01:38:25','0.00',1,1,4,0,'',NULL,NULL,NULL,NULL,0,'',0,NULL,NULL,'zakkaImagesProducts/TDogCardDisplay.jpg','zakkaImagesProducts/TDogCardBox525.jpg','');

Did the products table change?
Thanks for the info.
2
Woohoo! Kate thanks it works ..just needed a bit of initial guidance.
Basically by default it was trying to create the "konakart-birt.log file." in the hosting host that is not allow.
I literally change the code to point it to a place that is writable instead which i know off:

For references for folks who encounter this same issue, here is the fix for it:
in this file /home/joyce888/www/birtviewer/reports/lib/konakart.rptlibrary,
change this from:
var fileHandler = new FileHandler("konakart-birt.log", false);  // do not append
to:
var fileHandler = new FileHandler("/home/joyce888/www/birtviewer/logs/konakart-birt.log", false);  // do not append
3
Just wondering if someone can give me some pointer why i get this error on the birtviewer widget?

The connection to the mysql db is correct in this file:
/home/joyce888/www/konakartadmin/WEB-INF/classes/konakartadmin.properties
since i was able to access the http://www.site.com/konakartadmin site as well as the http://www.site.com/konakart site successfully.

I'm still trying to figure out what causes the error below to happen which cause the "My Store Status" Status Page Report URL graph to be broken ?
Any pointer on this ?
i'm using konakart.version    = 3.2.0.0
konakart.build.date = 9:06PM 1-Feb-2009 GMT

and i did not install the konakart software automatically,
I use the manual process way where i copy the successful installation of the konakart software from my local host to the hosting company host manually by copy these directories below  to the hosting company webapp dir path:
joyce888@site.com [~/www]# pwd
/home/joyce888/www
joyce888@site.com [~/www]# ls -lart
total 396
drwxr-xr-x 10 joyce888 joyce888   4096 Mar 12 20:55 birtviewer/
drwxr-xr-x 10 joyce888 joyce888   4096 Mar 12 21:04 konakart/
drwxr-xr-x  4 joyce888 joyce888   4096 Mar 12 21:10 konakartadmin/

I attach the error that i'm seeing here as well.
4
Kate thanks! It work  ;D

The different java compiler is the culprit  :P
5
Kate, thanks for the quick response  ;D

Here is what i did:

a) Download this zip file at this site: http://www.konakart.com/downloads.php
    # Zip for manual installation on all platforms:   KonaKart-2.2.1.0.zip

b) Unzip the file KonaKart-2.2.1.0.zip

c) Check konakart_custom.jar at .../konakart/webapps/konakart/WEB-INF/lib/

ls -la konakart_custom.jar                                                                                                      [.../konakart/WEB-INF/lib]
-rw-r--r-- 1 tomtom users 109823 2007-12-06 12:56 konakart_custom.jar

d) ran ant build at .../konakart/custom/..

========================
tomtom [00:56] :->ant                                                                                                                       [.../tomTesting/konakart/custom]
Buildfile: build.xml

clean_wars:
     [echo] Cleanup WARs...

clean:
     [echo] Cleanup...

compile:
     [echo] Compile the customisable application code
    [mkdir] Created dir: /home/devdownload/cartSoftware/tomTesting/konakart/custom/appn/classes
    [javac] Compiling 104 source files to /home/devdownload/cartSoftware/tomTesting/konakart/custom/appn/classes

compile_modules:
     [echo] Compile the customisable module code
    [mkdir] Created dir: /home/devdownload/cartSoftware/tomTesting/konakart/custom/modules/classes
    [javac] Compiling 50 source files to /home/devdownload/cartSoftware/tomTesting/konakart/custom/modules/classes

make_payment_module_jar:
     [echo] Create the module jar
    [mkdir] Created dir: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_payment_authorizenet.jar

make_payment_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_payment_chronopay.jar

make_payment_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_payment_cod.jar

make_payment_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_payment_epaybg.jar

make_payment_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_payment_payjunction.jar

make_payment_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_payment_paypal.jar

make_payment_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_payment_usaepay.jar

make_payment_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_payment_worldpay.jar

make_payment_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_payment_yourpay.jar

make_ordertotal_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_ordertotal_productdiscount.jar

make_ordertotal_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_ordertotal_shipping.jar

make_ordertotal_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_ordertotal_subtotal.jar

make_ordertotal_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_ordertotal_tax.jar


make_ordertotal_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_ordertotal_total.jar

make_ordertotal_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_ordertotal_totaldiscount.jar

make_shipping_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_shipping_digitaldownload.jar

make_shipping_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_shipping_flat.jar

make_shipping_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_shipping_free.jar

make_shipping_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_shipping_item.jar

make_shipping_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_shipping_table.jar

make_shipping_module_jar:
     [echo] Create the module jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_shipping_zones.jar

make_jars:
     [echo] Create the konakart_custom.jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakart_custom.jar
     [echo] Create the konakartadmin_custom.jar
      [jar] Building jar: /home/devdownload/cartSoftware/tomTesting/konakart/custom/jar/konakartadmin_custom.jar

build:

BUILD SUCCESSFUL
Total time: 28 seconds

========================

e) Check newly created konakart_custom.jar at .../konakart/custom/jar/

117816 2008-01-05 00:57 konakart_custom.jar   [different size compare to the current one at the webapp level - Step c]

The rest of the other jars are at this size:
=========================
tomtom [01:05] :->ls -lart                                                                                                                         [.../konakart/custom/jar]
total 348
-rw-r--r-- 1 tomtom users  12654 2008-01-05 00:57 konakart_payment_authorizenet.jar
drwxr-xr-x 7 tomtom users   4096 2008-01-05 00:57 ../
-rw-r--r-- 1 tomtom users  12248 2008-01-05 00:57 konakart_payment_payjunction.jar
-rw-r--r-- 1 tomtom users  12714 2008-01-05 00:57 konakart_payment_epaybg.jar
-rw-r--r-- 1 tomtom users   5554 2008-01-05 00:57 konakart_payment_cod.jar
-rw-r--r-- 1 tomtom users  10993 2008-01-05 00:57 konakart_payment_chronopay.jar
-rw-r--r-- 1 tomtom users  12568 2008-01-05 00:57 konakart_payment_yourpay.jar
-rw-r--r-- 1 tomtom users  10777 2008-01-05 00:57 konakart_payment_worldpay.jar
-rw-r--r-- 1 tomtom users  11456 2008-01-05 00:57 konakart_payment_usaepay.jar
-rw-r--r-- 1 tomtom users  10818 2008-01-05 00:57 konakart_payment_paypal.jar
-rw-r--r-- 1 tomtom users   7354 2008-01-05 00:57 konakart_ordertotal_productdiscount.jar
-rw-r--r-- 1 tomtom users   5436 2008-01-05 00:57 konakart_ordertotal_total.jar
-rw-r--r-- 1 tomtom users   5641 2008-01-05 00:57 konakart_ordertotal_tax.jar
-rw-r--r-- 1 tomtom users   5630 2008-01-05 00:57 konakart_ordertotal_subtotal.jar
-rw-r--r-- 1 tomtom users   6035 2008-01-05 00:57 konakart_ordertotal_shipping.jar
-rw-r--r-- 1 tomtom users   7410 2008-01-05 00:57 konakart_shipping_table.jar
-rw-r--r-- 1 tomtom users   6484 2008-01-05 00:57 konakart_shipping_item.jar
-rw-r--r-- 1 tomtom users   5673 2008-01-05 00:57 konakart_shipping_free.jar
-rw-r--r-- 1 tomtom users   6299 2008-01-05 00:57 konakart_shipping_flat.jar
-rw-r--r-- 1 tomtom users   6069 2008-01-05 00:57 konakart_shipping_digitaldownload.jar
-rw-r--r-- 1 tomtom users   7325 2008-01-05 00:57 konakart_ordertotal_totaldiscount.jar
-rw-r--r-- 1 tomtom users   8413 2008-01-05 00:57 konakart_shipping_zones.jar
-rw-r--r-- 1 tomtom users 117816 2008-01-05 00:57 konakart_custom.jar
-rw-r--r-- 1 tomtom users   1764 2008-01-05 00:57 konakartadmin_custom.jar
drwxr-xr-x 2 tomtom users   4096 2008-01-05 00:57 ./

tomtom [01:05] :->                                                                                                                           
[.../konakart/custom/jar]
=========================


To answer your questions:

So it seems there could be something wrong/different with your build?
tomtom: Yes and i don't know what...maybe the step above will enlighten you on what i'm doing wrong here  ;D
           
This is the ant version i'm using:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
tomtom [01:14] :->which ant                                                                                                                        [.../konakart/custom/jar]
/usr/bin/ant
tomtom [01:14] :->ls -la /usr/bin/ant                                                                                                              [.../konakart/custom/jar]
-rwxr-xr-x 1 root root 9725 2006-12-13 04:16 /usr/bin/ant*
tomtom [01:14] :->ant -version                                                                                                                     [.../konakart/custom/jar]
Apache Ant version 1.7.0 compiled on December 13 2006                       
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

and my OS is Linux: Open Suse-10.3

Have you compared the jar you created with the original?
tomtom: Yes and you can see from the steps above i was able to reproduce it again

Are all the jars produced different sixes to the originals?
tomtom: Not sure but currently only konakart_custom.jar is the only one different

Which version of java are you using?

tomtom:
+++++++++++++++++++++++++++++
tomtom [01:12] :->java -version                                                                                                                    [.../konakart/custom/jar]
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05)
Java HotSpot(TM) Client VM (build 1.5.0_13-b05, mixed mode)
+++++++++++++++++++++++++++++

How did you execute the build?

tomtom: Look at step d)


Hopefully this info will help.
Thanks again for investigating this. Appreciate your help on this  :P

6
hmm..after taking a look deeper here is what i found out.

Just to give a bit of history, i did not use the wizard to install konakart. I install it manually by downloading the KonaKart-2.2.1.0.zip files. I think i'm able to re-produce this problem which may be due to the KonaKart-2.2.1.0.zip inconsistency file dir created ...i think...please correct me if i'm wrong  ;D

After unzipping this new KonaKart-2.2.1.0.zip file, i move the

konakart/webapps/konakart/.. to my own tomcat webapp dir.
konakart/webapps/konakartadmin/.. to my own tomcat webapp dir.
konakart/webapps/birt-viewer/.. to my own tomcat webapp dir.

and then restart my tomcat server. At this point it work since i was able to see the konakart site.

I took a look at konakart/webapps/konakart/WEB-INF/lib/konakart_custom.jar
and this is the actual file size:  109823 2007-12-06 12:56 konakart_custom.jar

After than, i ran an ant build at this dir: konakart/custom/... and a bunch of konakart jars got created in the jar dir  in this dir konakart/custom/...

I took a look at the konakart_custom.jar     
ls -la konakart_custom.jar                                                                   [.../konakart/custom/jar]
117816 2008-01-04 19:00 konakart_custom.jar

It looks like the konakart_custom.jar in ../konakart/custom/jar/... is different than the one in
.../konakart/webapps/konakart/WEB-INF/lib/konakart_custom.jar

When i move this .../konakart/webapps/konakart/WEB-INF/lib/konakart_custom.jar to my own tomcat server and start my server, it works.

When i move this ../konakart/custom/jar/konakart_custom.jar to my own tomcat server and start my server, it did not work.

Bare in mind, i have not change any code in KonaKart-2.2.1.0.zip yet.
I just unzip it and build the custom directory.
Looks like the custom dir have some run time problem.
Can someone please investigate this ...hopefully reproduce step i took ?

Any idea how can i fix this ? I really do appreciate your expertise on this.

I did not get the chance to say this ....so .....
Thanks again for this really cool software and Happy New Year to the konakart family  ;D
7
yes, it did overwrite the existing one.
No, not at all. The only changes was to add the new konakart_custom.jar to the
www/konakart/WEB-INF/lib/...

I'm guessing it something to do with the class files that got compile which cause it.

Looks like even the welcome page in konakart does not work either when i try to load it up

I do get a different error on this on the welcome page:

=============
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException
   org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:395)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

java.lang.NullPointerException
   org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.java:428)
   org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.java:311)
   org.apache.struts.taglib.logic.RedirectTag.generateRedirectURL(RedirectTag.java:294)
   org.apache.struts.taglib.logic.RedirectTag.doEndTag(RedirectTag.java:268)
   org.apache.jsp.index_jsp._jspx_meth_logic_redirect_0(org.apache.jsp.index_jsp:81)
   org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:57)
   org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.15 logs.
=============
8
Hi,
   I read this forum:
http://www.konakart.com/forum/index.php/topic,40.0.html

where the user wanted to add the quantity to the product detail page.

I wanted to make the same changes as well on the detail page where you be
able  to add # of quantity to the cart on the detail page.

On the konakart/custom/appn/src/com/konakart/forms/AddToCartForm.java, i added this piece of code below:
=======================================================
....
....
private int productQuantity = 0;
......
/**
     * @return Returns the productQuantity.
     * TomChanges
     */
    public int getProductQuantity()
    {
        return productQuantity;
    }

    /**
     * @param productQuantity The productQuantity to set.
     * TomChanges
     */
    public void setProductQuantity(int productQuantity)
    {
        this.productQuantity = productQuantity;
    }
.......
=======================================================

On the konakart/custom/appn/src/com/konakart/actions/AddToCartSubmitAction.java, i added this piece of code:

=======================================================
............
AddToCartForm acf = (AddToCartForm) form;
............ 
BasketIf b = new Basket();
  // This is the default code where item was set to 1 always.
//b.setQuantity(1); 
  b.setQuantity(acf.getProductQuantity());
..........
=======================================================

I build this 2 file and it created a "konakart_custom.jar" where i added it on my tomcat server at this path:
../www/konakart/WEB-INF/lib/konakart_custom.jar

Then i start my server and somehow i got this error in konakart:
Any idea how to resolve this error below ?
Maybe i'm missing some step here. ;D
=============================
HTTP Status 404 - Servlet action is not available

type Status report

message Servlet action is not available

description The requested resource (Servlet action is not available) is not available.
Apache Tomcat/5.5.15

=============================


My jsp [ProductDetailsBody.jsp] look like this:

<html:hidden name = "AddToCartForm" property="productQuantity" value="2"></html:hidden>

Thanks again for your help on this. Appreciate your expertise  ;D
9
Thanks for the response.

I decided to take this approach which you suggested below:
"Otherwise I suppose you can do all of your order processing through GC and never save any orders in the KonaKart database."

If this is the case, i believe the dynamic jsp changes that need to happen is here:
EditCartBody.jsp

I like to get your expertise on some of the questions that comes up base on this changes above:
a) Is this the right place to integrate GC at the EditCartBody.jsp ? If not, please give me a better suggestion if possible.  ;D

b) Here is what i think the EditCartBody.jsp page would look like:

What's in my cart?
Remove     Product(s)     Qty.     Total
                    Item # 1         2         $1.00
                    Item # 2         1         $2.00

Update Continue-Shopping            GoogleCheckoutBuyButton

Since i'm using google checkout button, how can i still make the "Update" and the "Continue-Shopping" action button work since their
action in the form is different and i can only have one form posting?

I guess i'm not so worry about the "Continue-Shopping" action button since i can have just a link instead of a action button.
I'm more concern of the fact that once i integrate GC in this page, the "Update" action button will not work for the remove item functionality. Any suggestion here will be really appreciated   ;D

GC post action:
<form method="POST" action="https://sandbox.google.com/checkout/cws/v2/Merchant/1234567890/checkoutForm"; accept-charset="utf-8">

Konakart post action form:
<html:form action="/EditCartSubmit.do">



10
Hi,
    Can someone please give me some pointer on what i need to do in
order to use google checkout html api integrated into konakart ?  ;D

I believe the actual  google checkout html api form posting will need to happen at
this page:

http://domain/konakart/CheckoutDelivery.do

I assume that i will need to pass whatever info i have at the CheckoutDelivery.do
page as hidden form fields to google when the customer click on the google checkout button.

I took a look at google doc for html api version: http://code.google.com/apis/checkout/developer/google_checkout_html_api.html#integration_overview

and i presume i need to add a form posting integrated to CheckoutDelivery.do page.

==============================
<form method="POST" action="https://sandbox.google.com/checkout/cws/v2/Merchant/1234567890/checkoutForm"; accept-charset="utf-8">

  <input type="hidden" name="item_name_1" value="Peanut Butter"/>
  <input type="hidden" name="item_description_1" value="Chunky peanut butter."/>
  <input type="hidden" name="item_quantity_1" value="1"/>
  <input type="hidden" name="item_price_1" value="3.99"/>

  <input type="hidden" name="ship_method_name_1" value="UPS Ground"/>
  <input type="hidden" name="ship_method_price_1" value="10.99"/>

  <input type="hidden" name="tax_rate" value="0.0875"/>
  <input type="hidden" name="tax_us_state" value="NY"/>

  <input type="hidden" name="_charset_"/>

  <input type="image" name="Google Checkout" alt="Fast checkout through Google"
src="http://sandbox.google.com/checkout/buttons/checkout.gif?merchant_id=1234567890&w=180&h=46&style=white&variant=text&loc=en_US";
height="46" width="180"/>

</form>
==============================

If this is true, can someone please give me some starting pointer on what i need to change ?
I presume i need to make some jsp file changes and some config file changes but before i start to implement it base on my understanding, i like to get some expert advice first before i start.

I do appreciate your help and expertise guidance on this.  ;D
Thanks again for your help on this   ;D


tomtom :P
11
on a side note, is it possible to have the konakart url taken out ?

For example:
http://currentURL/konakart/Welcome.do to be http://currentURL/Welcome.do instead ?

Bare in mind, i will still have this "Power by konakart" on the footer of the site.

I notice this is due to my /home/joyce520/www/konakart dir listed.... i think

Any suggestion on this? Thanks again for your help on this.  ;D
12
hehe... you right....  ::)

I did not delete the servlet mapping for that. Thanks.
Add this here for folk to refer to :- )

[delete this also]
<servlet-mapping>
        <servlet-name>SOAPMonitorService</servlet-name>
        <url-pattern>/SOAPMonitor</url-pattern>
</servlet-mapping>

Thanks. You awesome  !  ;D
13
Not sure if this helps but the konakartadmin works.
I could bring the konakartadmin site up and browse thru it.
It is the konakart site that is not working after i took out SOAPMonitorService from web.xml
14
hmmm...after deleting SOAPMonitorService servlet, the konakart application fail to load up on my site.
Any idea why ? I'm guess it require it..... please help  :(

Thanks  ;D

This is what i got back:
HTTP Status 404 - /konakart/Welcome.do

type Status report

message /konakart/Welcome.do

description The requested resource (/konakart/Welcome.do) is not available.
Apache Tomcat/5.5.15
15
Wow...you guys are quick to response :- )
I appreciate your help on this. Your suggestion was right on the spot  ;D

I got konakart working but got another blocker listed below.

I got a problem though...i just found out from my dailyrazor hosting company rep
that it is against their policy for java application to listen on port 5001 for  'SOAPMonitorService' service.

Is it ok to disable this and what is the consequences of doing so ?
Does that mean konakart will not work at all ?

This is at ~/public_html/konakart/WEB-INF/web.xml' file
     where  'SOAPMonitorService' service listed. They want me to disable this servlet.

<!--    <servlet>
                <servlet-name>SOAPMonitorService</servlet-name>
                <display-name>SOAPMonitorService</display-name>
                <servlet-class>
                     org.apache.axis.monitor.SOAPMonitorService
                </servlet-class>
                <init-param>
                     <param-name>SOAPMonitorPort</param-name>
                     <param-value>5001</param-value>
                </init-param>
                <load-on-startup>100</load-on-startup>
           </servlet>
    -->

Please help  :P