Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: goatstudio
  • Content: Threads
  • Order by date
  1. goatstudio

    Multiple event firing in a web form

    Hi all, I have a web form, and my page is coded in c#. There is a button and a label in my webform, when I click on the button, the label should display +1. My code as below: protected void Button_Submit_OnClick (Object Src, EventArgs E) { Label1.Text = "Total: " + (x++); } x is public...
  2. goatstudio

    Reduce CPU Usage when Running Telnet

    Iam looking for how to improve the CPU usage when iam running Telnet session in Silverstream in WIN 2k server.Every time the CPU usage showing 100%.Is there any way to reduce my CPU usage when iam running my Telnet in this Environment. ------------------ Freedom is a Right
  3. goatstudio

    Apache 1.3 + Tomcat 4.0.1

    Anybody setup Apache 1.3 + Tomcat 4.0.1 on Win2k server/advance server before? I try to do the way like Apache 1.3 + Tomcat 3.x, but I couldn't found the mod_jk.conf under $TOMECAT_HOME/conf. My Tomcat/Apache actually already run properly, with port 8080 and 80. I also place the mod_jk.dll...
  4. goatstudio

    Error deploying JSP with WorkBench

    I have an error when deploy my JSP with WorkBench, below is the error message: Deploy Cmd : D:\SilverStream37\bin\SilverCmd DeployWAR goatstudio lucent F:\work\helloworld\helloworld.war -f F:\work\helloworld\UntitledWARDeplPlan.xml -o -v 3 -i Error loading meta data from...
  5. goatstudio

    SilverStream 3.7.1 & JSP

    Can I use SilverStream 3.7.1 to develop JSP? regards, vic

Part and Inventory Search

Back
Top