Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > [Q] want to learn and write ASP on OS X , how ?

[Q] want to learn and write ASP on OS X , how ?
Thread Tools
Nis
Fresh-Faced Recruit
Join Date: Sep 2000
Location: Eilat , ISRAEL
Status: Offline
Reply With Quote
Nov 2, 2000, 02:32 PM
 
how can i setup the web server on OS X to run ASP ?
and i need advice on how to begin writing ASP , any development enviorment available ?

thanks,
Nissan
     
TonyK
Guest
Status:
Reply With Quote
Nov 3, 2000, 01:00 AM
 
To my knowledge ASP only runs server side on Microsoft IIS.
     
Forum Regular
Join Date: Sep 2000
Location: Ronneby, Sweden
Status: Offline
Reply With Quote
Nov 3, 2000, 02:40 AM
 
http://www.nodeworks.com/asp/

That's one of several asp modules for apache. I don't know how to use it but at least it is possible to use asp with apache so it should be possible to make it work on macos x I think. Anyone tried this?

Check out http://www.apache.org/related_projects.html for more modules and extensions to apache.

Good luck!

/Gabbe
     
Gee4orce
Guest
Status:
Reply With Quote
Nov 3, 2000, 06:58 AM
 
Dont use ASP. Use PHP instead.

[This message has been edited by Gee4orce (edited 11-03-2000).]
     
Mac Elite
Join Date: Sep 2000
Location: in front of the keyboard
Status: Offline
Reply With Quote
Nov 3, 2000, 10:39 PM
 
ASP sucks.

Use JSP instead
signatures are a waste of bandwidth
especially ones with political tripe in them.
     
Fresh-Faced Recruit
Join Date: Nov 2000
Status: Offline
Reply With Quote
Nov 4, 2000, 10:58 AM
 
Whether or not JSP or ASP or PHP suck, does anyone have any idea how to install them?

I've seen a few items here and there, but nothing made me comfortable. Ideally, I'd love to be able to install JSP and not have to go through some non-HTTP port (i.e. 80). I know there are three ways to run Tomcat (http://jakarta.apache.org), but very little info on how to make it work seamlessly.

     
Forum Regular
Join Date: Oct 2000
Status: Offline
Reply With Quote
Nov 4, 2000, 10:29 PM
 
JSP on a Mac? JSPforMacs.com. That's all she wrote.
     
Mac Enthusiast
Join Date: Jan 1999
Location: Marietta, GA, USA
Status: Offline
Reply With Quote
Nov 12, 2000, 09:22 AM
 
PHP (and MySQL) can be installed very easily:
http://homepage.mac.com/LightyearDes...cOSX/Packages/

-Scott
Scott Genevish
scott AT genevish DOT org
     
Mac Elite
Join Date: Aug 2000
Location: Minneapolis, MN
Status: Offline
Reply With Quote
Nov 13, 2000, 11:42 AM
 
I may be a bit out of my element here. I'm just starting with web scripting languages.

I've read about a server extension called TomCat that is supposed to do something like you desire. Its actually a JSP component for Apache.

jakarta.apache.org

Honestly I can't remember, but I thought there was a clean-room version of ASP that can run in Apache. It was written without any source from the ASP code used at Microsoft and should provide feature parity to the real thing. I'll do a search and see what I can find.

Back to the arguments. I've used PHP with great results! I've heard good things about JSP! And many people are using ASP!

Choose your own poison. Everybody deserves to die with dignity.

[This message has been edited by bluedog (edited 11-13-2000).]

[This message has been edited by bluedog (edited 11-15-2000).]
     
Mac Enthusiast
Join Date: Oct 2000
Location: Toronto
Status: Offline
Reply With Quote
Nov 14, 2000, 11:01 AM
 
first, I suggest going to www.jspformacs.com

If you are asp savvy, but not so with php, go to bebits.com. This is a beos site, but there is a shell program called asp2php, which will convert your asp code to php. I just found this today, and will be trying to install it on X tonight. This will be of particular interest to the drumbeat/ultradev users out there, now running X.

I would also recommend installing BeOS on your old wintel machines, it brings them back to life, and doesn't require the special paritioning that linux needs. I just did this a few days ago, and I'm having a great time (of course OSX is still my favourite).

I thought I had something else to say, but I forget...take it easy.....anothermacguy
     
Forum Regular
Join Date: Nov 2000
Status: Offline
Reply With Quote
Nov 14, 2000, 01:14 PM
 
go to php.net/support

look in the archives for asp. there is another tool that will covert your scripts. on the other hand if you have to use asp then there is a program that will do it but i don't know the name. i think it was chilisoft.com but sun may have bought them?? and if so they won't be spending too mcuh on keeping it alive
     
Forum Regular
Join Date: Jul 2000
Location: Jersey City, NJ 07304
Status: Offline
Reply With Quote
Nov 14, 2000, 03:32 PM
 
I installed PHP4 in about 5 minutes, using the pkg listed in an earlier post. Using a MySQL book that had a few commands, I had a web page using PHP serving up info from my MySQL database in about 30 minutes of learning. Very cool. There also seems to be an option in the PHP settings which allows it to accept ASP tags, But I don't know anything about ASP (and don't want to)
I also installed Tomcat without a hitch. And it functions well as a standalone server for servlets, using port 8080. But I haven't tried to integrate it into Apache. I heard that's problematic at the moment. MacOSX beta is impressive for web design!!
     
Forum Regular
Join Date: Nov 2000
Status: Offline
Reply With Quote
Nov 14, 2000, 04:26 PM
 
i agree. OSX is going to be a kick@ss web server platform.
     
Fresh-Faced Recruit
Join Date: Oct 2000
Location: Cologne, Germany
Status: Offline
Reply With Quote
Nov 14, 2000, 06:10 PM
 
Originally posted by rollerdexter:
I also installed Tomcat without a hitch. And it functions well as a standalone server for servlets, using port 8080. But I haven't tried to integrate it into Apache. I heard that's problematic at the moment.
A colleague of mine got it working together with our Apache. There were two things to work around, IIRC.

For one thing, tomcat always wanted to run on port 8080 instead of port 80 (even though the latter is the standard port for web servers).

Also, tomcat uses either cookies or special URLs for session tracking, i.e. to recognize a given user as he moves from page to page within the site.

If cookies are turned off, the speical session URLs are used - and they tend to confuse Apache, because the have a semicolon - Apache doesn't take that too well.

I think he hacked the sources for both issues.

Baumi

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/L dpu s:- a- C+++ UL P++ L++ E W+++ N+
o K- w-- O M++ V-
PS++ PE- Y+ PGP t+ 5- X-
R tv+ b++ DI++ D++ G e+ h+ r++ y+
------END GEEK CODE BLOCK------
     
Dedicated MacNNer
Join Date: Sep 2000
Location: Brisbane, Queensland, Australia
Status: Offline
Reply With Quote
Nov 14, 2000, 07:59 PM
 
It is possible.

Go to apache.org and go to the project "Apache::ASP"

You also need mod_perl.

There is a whole thing on it there. Though I myself use PHP and mysql, I think its also advantageous to learn ASP as well since its also very big scripting language.
     
Mac Elite
Join Date: Sep 2000
Location: in front of the keyboard
Status: Offline
Reply With Quote
Nov 15, 2000, 09:52 AM
 
Don't bother with ASP.
I have used ASP and JSP.
ASP is designed for Windows.
It allows you to use VBScript to manipulate ActiveX controls. Ok for Windows, but an attempt to port ASP to any other platform is missing the point all together.

Use JSP. It allows you to use Java to manipulate Java Beans which run on any platform. It is more powerful than simple scripting languages since you can have persistant objects on the server. This helps performance when making data bound applications. You will do yourself a favor by learning JSP instead.
signatures are a waste of bandwidth
especially ones with political tripe in them.
     
Mac Enthusiast
Join Date: Oct 2000
Location: Toronto
Status: Offline
Reply With Quote
Nov 15, 2000, 10:40 AM
 
My philosophy in these issues, is that everyone has a personal preference. Professionally however, I like to make the best offer to a client based on their current config. This is why I feel one cannot simply say I hate Microsoft, or I hate Mac. I think personal preference should enter into it if on a fresh playing field, however unless you're dealing with a startup, you rarely have this opporutnity. I think its best to learn both sides of the equation.

Of course, if you are only developing for yourself, then hey I can see your point.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 12:39 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2