Posts

Showing posts from 2008
I was trying to install Documentum 6.0 SP1 default Web-Publisher as a J2EE application on Apache Tomcat 5.X. The problem is that by default, Apache Tomcat 5.x implements and enables JSP Tag Pooling. And Documentum 6.0 SP1 web Pulisher doesn't support tag pooling. I did the following steps to install Web Publisher (WP) on Apache Tomcat 5.0 BTW, you can get Tomcat's most versions (even not listed on downloads page) from the URL: http://archive.apache.org/dist/tomcat/ I installed 5.0.28 version from the URL: http://archive.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin/ I have my WP packaged as a WAR file (wp.war) and I just dumped it in the webapps directory, and restarted the server. Since the war file is quite big (~200 MB), uncompressing it takes good 10-15 mins on my system. After you stop seeing the hard-disk icon flashing, you need to navigate to http://localhost:8080/manager/html and make sure that wp appears as an application and it is started (if not, start it manually). Wh

Using BSNL DataOne Type-2/4 Modem with Airtel Broadband

Configuring BSNL DataOne Broadband Modem UTStarcom Model No. WA3002G4 for Airtel Broadband I had a tough time configuring my BSNL provided type-2 Modem with Wi-Fi, to use it with Airtel Broadband. So I'm posting it here, so that others don't have to go through the pain. All these settings should work with Model No. WA3002G4, Dataone Modem, manufactured by UTStarcom. The key is in setting the WAN setting correctly. VPI/VCI Con. ID Category Service Interface Protocol Igmp QoS State Remove Edit 1/32 1 UBR Airtel ppp_1_32_1 PPPoE Disabled Disabled Enabled The summary of this section is as below: WAN Setup - Summary Make sure that the settings below match the settings provided by your ISP. VPI / VCI: 1 / 32 Connection Type: PPPoE Service Name: Airtel Service Category: UBR IP Address: Automatically Assigned Service State: Enabled NAT: Enabled

SQL Server Merge Replication

I had run into tonnes of problems installing & configuring Merge Replication mention between MS SQL Server and SQL Server Mobile, but finally got everything working. So thought of writing this article which would help many of the newbies trying to do this. If you're not a newbie, this is probably not the right place for you! Thanks to Phil for all the help! Please note that this article is only a supplement to the following article: http://msdn2.microsoft.com/en-us/library/ms171908.aspx First of all, Merge Replication is about two-way synchronization between data (tables. Does it synchronize anything else?) across two SQL Servers. I'm going to mention the synchronization in SQL Server on Desktop and SQL server Mobile or SQL Server CE (as Microsoft calls the newer versions of it). I've done it only using SQL Server Management Studio, plus also tested it on real Windows Mobile Device (WM6, HTC Touch) with .Net Compact Framework 2.0 installed, using C# code for initiating