Rocky Summers

Ranch Hand
+ Follow
since Nov 07, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rocky Summers

hi guys,
how can i open up a browser from java? i wanna use a JButton so that when a user clicks on that button, it pops up the default browser to a certain site specified in that button
thanks
rock
19 years ago
hi guys,
we're building a help file for our project and by pressing F1, we want a .chm (a help file) to popup by passing a topic as a parameter to that file so it will display it.
any suggestions on doing this?
thanks
rock
19 years ago
hi guys!
i dont know if JavaHelp belongs to this category or not.. but anywyas, i just wanna ask where i can find tutorials on JavaHelp that's easy to understand (beginner level) as i am new to this.. thanks!
19 years ago
hi guys. i have apache on windows xp. i was wondering how i can password protect a directory.. i tried looking up the net yesterday but couldn't configure it properly. i understand that i must have a .htaccess, .htpasswd, and configure my httpd.conf right? but i'm not doing it right somehow..
here's where my .htpassword file is:
c:\cpsc\servers\apache\bin\.htpasswd
here's where i want to put my .htaccess:
c:\cpsc\servers\apache\bin\htdocs\phpMyAdmin\
this is what my .htaccess looks like:
AuthUserFile /usr/local/apache/bin/.htpasswd
AuthGroupFile /dev/null
AuthName "Identity Required"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
am i doing this right? what should i configure in my httpd.conf? i already did the .htpasswd using the executable in the bin foler.
thank you for your help
rocky
19 years ago
hi fellas!
i'm totally new to this apache web server thing..
just wondering how i can access my server using ftp.. how would i know what my servername is.. and username and password..? thanks!
19 years ago
the methods i use for the application, would it still be the same as the methods i would use for the applet?
the only difference is the init() method in the applet is it not?
19 years ago
hi,
how do i convert an application to an applet..?
19 years ago
Hi guys.
How do i add a keylistener to a panel/jscrollpane/frame/container? I tried adding it to those components like, panel.addKeyListener(this) blah blah and then eclipse asks me to make my class abstract. but if i make it abstract i have to make the methods static and make other classes not reference the class i'm adding a keylistener to... *sigh*... any short way to do this?
thanks
rocky
19 years ago
so i dont even need apache? oh.... he..he.. oh yeah so how would i go about adding php and mysql (plus phpmyadmin) to tomcat...?
19 years ago
hey guys,
i'm really really tired of downloading wrong incompatible versions of things.. i'm really really tired of doing tons of configuration..
does someone know where i can download a COMPLETE package of tomcat and apache with all the configuration and everything setup.? i need one for windows..
thanks!
rocky
19 years ago
how do you do autobid?
19 years ago
what? how come i always come up with 5000?
19 years ago
hi!
i installed apache.. and it's running well.. i downloaded tomcat 5, but downloaded a .zip for it.. so i extracted it.. but it doesnt give me a "setup" or "install" files..
also, how do i configure apache to forward jsp requests to tomcat?
thank you so many!
19 years ago
Hi.. I downloaded Apache.. I tried running my jsp on my server but it didnt work. so i downloaded tomcat cuz apparently it is associated with jsp.. and so.. how do i get the jsp on tomcat to work?
here's the site i'm testing it on.. http://rockster.kicks-ass.org
click on the link, and it just displays the code, and not the output..
i'm new to this stuff.. so please guide me. thank you!
19 years ago