Hello everyone.
I'm trying to learn JSP but I'm having trouble with the most basic of things (as far as JSP goes). I'm looking at a tutorial that tells me that I should know:
" -Where to place the .jsp files
- How to access the files from your browser (with an http: prefix, not as file: )"
I downloaded and installed blazix java server and checked it's documentation. It told me to save files in my C:\Blazix\webfiles folder and I could access it using the following link: http://******-PC/test/hello.jsp
I tried that but it didn't work. I tried creating this "test" folder and it also didn't work. Nothing works. Anyone knows what the problem might be? Thanks.
3 replies to this topic
#1
Posted 27 February 2011 - 07:00 PM
|
|
|
#2
Posted 28 February 2011 - 03:41 PM
Do you have a web-server program, such as apache or IIS installed?
#3
Posted 28 February 2011 - 06:20 PM
Yes, I have blazix installed.. It's a web-server program, isn't it?
#4
Posted 01 March 2011 - 12:06 AM
Go to Head First Servlets and JSP filetype:pdf - Google zoeken
The first chapter (or 2nd) explains how to deploy manually with a tomcat server.
The structure should be somewhat the same as any other server.
How did you find blazix? I would think the 3 most used are jboss, tomcat, and glassfish.
Do you use an IDE?
The first chapter (or 2nd) explains how to deploy manually with a tomcat server.
The structure should be somewhat the same as any other server.
How did you find blazix? I would think the 3 most used are jboss, tomcat, and glassfish.
Do you use an IDE?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









