Re: [Geoserver-users] How-To: Install GeoServer on Ubuntu 10.04

2011-02-22 Thread Andrew Parker

MAJOR ISSUE with the attached file.  The GeoServer data directory points to
/var/lib/tomcat6/webapps/geoserver/data/www.  I need to solve this issue.



Andrew Parker wrote:
> 
> The attached text file are my install notes for GeoServer on Ubuntu 10.04. 
> The OS-Independent and WAR deployment is included.
> 
> I hope someone finds it useful.  I searched around GeoServer to see if I
> could add it to the documentation with no luck.   
> http://old.nabble.com/file/p30927479/buildingGeoServerUbuntu1004.txt
> buildingGeoServerUbuntu1004.txt 
> 

-- 
View this message in context: 
http://old.nabble.com/How-To%3A-Install-GeoServer-on-Ubuntu-10.04-tp30927479p30989331.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How-To: Install GeoServer on Ubuntu 10.04

2011-02-17 Thread David Winslow
Were you able to find the documentation contributors guide?

http://docs.geoserver.org/latest/en/docguide/

--
David Winslow
OpenGeo - http://opengeo.org/

On Tue, Feb 15, 2011 at 2:51 AM, vitomeuli  wrote:

>
> Thanks Andrew.
> There are some useful hints in your install notes.
>
> Cheers
> Vito
> ---
> https://sites.google.com/site/vitomeuli/
> --
> View this message in context:
> http://old.nabble.com/How-To%3A-Install-GeoServer-on-Ubuntu-10.04-tp30927479p30928687.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
>
> --
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How-To: Install GeoServer on Ubuntu 10.04

2011-02-14 Thread vitomeuli

Thanks Andrew.
There are some useful hints in your install notes.

Cheers
Vito
---
https://sites.google.com/site/vitomeuli/
-- 
View this message in context: 
http://old.nabble.com/How-To%3A-Install-GeoServer-on-Ubuntu-10.04-tp30927479p30928687.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu?

2010-11-05 Thread Rahkonen Jukka
Hi,

I had my first try couple of weeks ago with Geoserver 2.1 beta1 and Jetty and 
the hardest part was to get sun-java installed on the new Ubuntu 10.04 virtual 
server. The link below helped me but I had to do one additional installation 
before successful Java installation. Unfortunaly I do not remember any more 
what it was, propably I was prompted to install something with sudo apt-get.

http://www.ubuntugeek.com/how-install-sun-java-runtime-environment-jre-in-ubuntu-10-04-lucid-lynx.html#more-5267

The main thing was that "apt-get install sun-java6-jdk sun-java6-fonts" does 
not work out-of-the-box and in the thread there are instructions about what to 
do

"after adding the new repo you need to update the apt database, i.e.
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts"

Other link I used was
http://sites.google.com/site/jukkahellen/preparingubuntuforgeoserver

What I still miss is advice on how to keep Geoserver running on the virtual 
server after closing the remote SSH console. Perhaps it is to use "nohup" in 
some place.

-Jukka Rahkonen-


Wolfgang Wasserburger wrote:
Lähetetty: pe 5.11.2010 3:13
Vastaanottaja: 'Mike Pumphrey'; 'johnrobot'
Kopio: geoserver-users@lists.sourceforge.net
Aihe: Re: [Geoserver-users] How to install GeoServer on Ubuntu?
 
OK,

her is the way I did it months ago:

geoServer
apt-get install sun-java6-jdk sun-java6-fonts 
unzip geoserver-2.0.1-bin.zip -d geoserver
apt-get install tomcat6 tomcat6-admin
edit /etc/tomcat6/tomcat-users.xml and add propriate users
some more helps here: 
http://grimmeister.wordpress.com/2008/07/28/revisiting-geoserver-on-ubuntu/
add in: /etc/tomcat6/policy.d/04webapps.policy at the end:
permission java.security.AllPermission;
edit: /usr/share/tomcat6/bin/setclasspath.sh and add near the 
first line:

CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data/geoserver_data"
-
Go to http://localhost:8080/ (resp. your servername) and deploy the 
geoserver-XXX.war

Worked for me

Greetings from Vienna, Austria

Wolfgang


-Original Message-
From: Mike Pumphrey [mailto:m...@opengeo.org] 
Sent: Thursday, November 04, 2010 9:55 PM
To: johnrobot
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] How to install GeoServer on Ubuntu?

Hi Magnus.  What do you mean that page isn't informative?  :)

I unfortunately don't have an answer (not much of a Linux user) but if someone 
comes through with a viable installation checklist, I will gladly add it to the 
docs.

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org


On 11/4/2010 4:46 PM, johnrobot wrote:
>
> Hi
> I am looking for documentation on how to install GeoServer 2.0.2 on Ubuntu
> 10.04. The Linux section over at
> http://docs.geoserver.org/stable/en/user/installation/binary/linux.html is
> not so informative. I don't have much Linux/Ubuntu experience, so any
> documentation or step by step guide would be of great help to me.
>
> Regards,
>
> Magnus

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users



--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users






--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu?

2010-11-04 Thread christian . mueller
Additionally , Lennart denoted an init script

http://docs.geoserver.org/stable/en/user/production/linuxscript.html


Quoting johnrobot :

>
> Hi
> I am looking for documentation on how to install GeoServer 2.0.2 on Ubuntu
> 10.04. The Linux section over at
> http://docs.geoserver.org/stable/en/user/installation/binary/linux.html is
> not so informative. I don't have much Linux/Ubuntu experience, so any
> documentation or step by step guide would be of great help to me.
>
> Regards,
>
> Magnus
> --
> View this message in context:   
> http://old.nabble.com/How-to-install-GeoServer-on-Ubuntu--tp30136066p30136066.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> --
> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your
> business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>




This message was sent using IMP, the Internet Messaging Program.



--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu?

2010-11-04 Thread Wolfgang Wasserburger
OK,

her is the way I did it months ago:

geoServer
apt-get install sun-java6-jdk sun-java6-fonts 
unzip geoserver-2.0.1-bin.zip -d geoserver
apt-get install tomcat6 tomcat6-admin
edit /etc/tomcat6/tomcat-users.xml and add propriate users
some more helps here: 
http://grimmeister.wordpress.com/2008/07/28/revisiting-geoserver-on-ubuntu/
add in: /etc/tomcat6/policy.d/04webapps.policy at the end:
permission java.security.AllPermission;
edit: /usr/share/tomcat6/bin/setclasspath.sh and add near the 
first line:

CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data/geoserver_data"
-
Go to http://localhost:8080/ (resp. your servername) and deploy the 
geoserver-XXX.war

Worked for me

Greetings from Vienna, Austria

Wolfgang


-Original Message-
From: Mike Pumphrey [mailto:m...@opengeo.org] 
Sent: Thursday, November 04, 2010 9:55 PM
To: johnrobot
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] How to install GeoServer on Ubuntu?

Hi Magnus.  What do you mean that page isn't informative?  :)

I unfortunately don't have an answer (not much of a Linux user) but if someone 
comes through with a viable installation checklist, I will gladly add it to the 
docs.

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org


On 11/4/2010 4:46 PM, johnrobot wrote:
>
> Hi
> I am looking for documentation on how to install GeoServer 2.0.2 on Ubuntu
> 10.04. The Linux section over at
> http://docs.geoserver.org/stable/en/user/installation/binary/linux.html is
> not so informative. I don't have much Linux/Ubuntu experience, so any
> documentation or step by step guide would be of great help to me.
>
> Regards,
>
> Magnus

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users



--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu?

2010-11-04 Thread David Winslow
I've attached a text file with instructions for the linux installation
(they're marked up a little funny because they are in the source format used
to generate the manual).  They're adapted from the OSX installation
instructions, but untested.  If you want to give them a spin and report back
on how they work, it'd be appreciated.  Once these have been verified we can
update the online manual to include this information.

--
David Winslow
OpenGeo - http://opengeo.org/

On Thu, Nov 4, 2010 at 5:07 PM, David Winslow  wrote:

> The instructions on
> http://docs.geoserver.org/stable/en/user/installation/binary/osx.htmlshould 
> be applicable for Linux as well.  They don't mention installing Java
> (since OSX comes with it) but you can just install Java the usual Ubuntu
> way: https://help.ubuntu.com/community/Java
>
> Sun Java is recommended for performance reasons.
>
> Hope this helps.
>
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
> On Thu, Nov 4, 2010 at 4:55 PM, Mike Pumphrey  wrote:
>
>> Hi Magnus.  What do you mean that page isn't informative?  :)
>>
>> I unfortunately don't have an answer (not much of a Linux user) but if
>> someone comes through with a viable installation checklist, I will gladly
>> add it to the docs.
>>
>> Thanks,
>> Mike Pumphrey
>> OpenGeo - http://opengeo.org
>>
>>
>> On 11/4/2010 4:46 PM, johnrobot wrote:
>> >
>> > Hi
>> > I am looking for documentation on how to install GeoServer 2.0.2 on
>> Ubuntu
>> > 10.04. The Linux section over at
>> > http://docs.geoserver.org/stable/en/user/installation/binary/linux.htmlis
>> > not so informative. I don't have much Linux/Ubuntu experience, so any
>> > documentation or step by step guide would be of great help to me.
>> >
>> > Regards,
>> >
>> > Magnus
>>
>>
>> --
>> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
>> David G. Thomson, author of the best-selling book "Blueprint to a
>> Billion" shares his insights and actions to help propel your
>> business during the next growth cycle. Listen Now!
>> http://p.sf.net/sfu/SAP-dev2dev
>> ___
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>


linux.rst
Description: Binary data
--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu?

2010-11-04 Thread David Winslow
The instructions on
http://docs.geoserver.org/stable/en/user/installation/binary/osx.html should
be applicable for Linux as well.  They don't mention installing Java (since
OSX comes with it) but you can just install Java the usual Ubuntu way:
https://help.ubuntu.com/community/Java

Sun Java is recommended for performance reasons.

Hope this helps.

--
David Winslow
OpenGeo - http://opengeo.org/

On Thu, Nov 4, 2010 at 4:55 PM, Mike Pumphrey  wrote:

> Hi Magnus.  What do you mean that page isn't informative?  :)
>
> I unfortunately don't have an answer (not much of a Linux user) but if
> someone comes through with a viable installation checklist, I will gladly
> add it to the docs.
>
> Thanks,
> Mike Pumphrey
> OpenGeo - http://opengeo.org
>
>
> On 11/4/2010 4:46 PM, johnrobot wrote:
> >
> > Hi
> > I am looking for documentation on how to install GeoServer 2.0.2 on
> Ubuntu
> > 10.04. The Linux section over at
> > http://docs.geoserver.org/stable/en/user/installation/binary/linux.htmlis
> > not so informative. I don't have much Linux/Ubuntu experience, so any
> > documentation or step by step guide would be of great help to me.
> >
> > Regards,
> >
> > Magnus
>
>
> --
> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your
> business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu?

2010-11-04 Thread Mike Pumphrey
Hi Magnus.  What do you mean that page isn't informative?  :)

I unfortunately don't have an answer (not much of a Linux user) but if someone 
comes through with a viable installation checklist, I will gladly add it to the 
docs.

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org


On 11/4/2010 4:46 PM, johnrobot wrote:
>
> Hi
> I am looking for documentation on how to install GeoServer 2.0.2 on Ubuntu
> 10.04. The Linux section over at
> http://docs.geoserver.org/stable/en/user/installation/binary/linux.html is
> not so informative. I don't have much Linux/Ubuntu experience, so any
> documentation or step by step guide would be of great help to me.
>
> Regards,
>
> Magnus

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu?

2010-11-04 Thread Ian Turton
On Thu, Nov 4, 2010 at 4:46 PM, johnrobot  wrote:
>
> Hi
> I am looking for documentation on how to install GeoServer 2.0.2 on Ubuntu
> 10.04. The Linux section over at
> http://docs.geoserver.org/stable/en/user/installation/binary/linux.html is
> not so informative. I don't have much Linux/Ubuntu experience, so any
> documentation or step by step guide would be of great help to me.
>

Try http://ian01.geog.psu.edu/geoserver_docs/ which describes how I
went about installing GeoServer on a Fedora 13 machine. I'm an old
school Unix hacker so I don't really understand the differences
between Linux brands so it may or may not apply to how you do things
on an Ubuntu server.

Ian
PS It needs an update as I'm up to 2.1-Beta now but the principals are
the same anyway.
-- 
Ian Turton

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu 10.4 LTS?

2010-08-07 Thread Lennart Jütte
No. that's a folder for tomcat's settings.

DO NOT DELETE IT or you will wreck tomcat.

Am 07.08.2010 um 11:27 schrieb Badaveil:

> Thank you again so much. It works!
> 
> But I just found out from all this downloading from all this trail and error, 
> I've got 2 tomcat6 folders: etc/tomcat6 and /var/lib/tomcat6/webapps/ and it 
> appears the geoserver.war went over to the var-sub-sub-sub folder.
> 
> Should I and could I delete the etc/tomcat6? If possible what is the terminal 
> command?
> 
> Abbas
> 
> 
> - Original Message -
> From: "Lennart Jütte" 
> To: "Badaveil" 
> Sent: Saturday, August 7, 2010 5:15:43 PM GMT +08:00 Beijing / Chongqing / 
> Hong Kong / Urumqi
> Subject: Re: [Geoserver-users] How to install GeoServer on Ubuntu 10.4 LTS?
> 
> 
> 
>> u...@pc:~$ sudo mv geoserver.war /var/lib/tomcat6/webapps/
>> mv: cannot overwrite directory `/var/lib/tomcat6/webapps/geoserver.war' with 
>> non-directory
> 
> this indicates, that there's a folder called geoserver.war inside 
> /var/lib/tomcat6/webapps.
> 
> move it somewhere else (or delete it with sudo rm -r 
> /var/lib/tomcat6/webapps/geoserver.war) and then retry step 3
> 
> 
>> u...@pc:~$ 
>> 
>> - Original Message -
>> From: "Lennart Jütte" 
>> To: "Badaveil" 
>> Sent: Saturday, August 7, 2010 4:52:30 PM GMT +08:00 Beijing / Chongqing / 
>> Hong Kong / Urumqi
>> Subject: Re: [Geoserver-users] How to install GeoServer on Ubuntu 10.4 LTS?
>> 
>> 
>> Am 07.08.2010 um 10:37 schrieb Badaveil:
>> 
>>> Thank you. Thank you for this reply.
>>> 
>>> I did up to No.2 but can't do No.3 coz I note there doesn't exist a webapp 
>>> folder in tomcat 6 and I can't seem to create one although I'm sudo. Please 
>>> advise
>>> 
>> 
>> It looks like tomcat6 wasn't installed correctly.
>> 
>> Do you use Ubuntu 10.4 Desktop or Server?
>> 
>>> many thanks
>>> 
>>> 
>>> - Original Message -
>>> From: "Lennart Jütte" 
>>> To: "badaveil" 
>>> Sent: Saturday, August 7, 2010 4:13:21 PM GMT +08:00 Beijing / Chongqing / 
>>> Hong Kong / Urumqi
>>> Subject: Re: [Geoserver-users] How to install GeoServer on Ubuntu 10.4 LTS?
>>> 
>>> 
>>> Step by step guide: 
>>> 
>>> 
>>> 0) install tomcat6 (yo already done that: 
>>> # sudo aptitude install tomcat6 
>>> 
>>> 1) Download the web archive from the geoserver download site: 
>>> http://geoserver.org/display/GEOS/Stable 
>>> 
>>> # wget http://downloads.sourceforge.net/geoserver/geoserver-2.0.2-war.zip 
>>> 
>>> 
>>> 2) unzip it. You'll get a folder that contains a .war file. 
>>> # sudo aptitude install unzip && unzip geoserver-2.0.2-war.zip 
>>> 
>>> 
>>> 3) move this war to tomcat's webapp-folder: /usr/share/tomcat6/webapps/ 
>>> # sudo mv geoserver.war /var/lib/tomcat6/webapps/ 
>>> 
>>> 
>>> 
>>> 
>>> Done! 
>>> 
>>> 
>>> Cheers, 
>>> Lennart 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Am 07.08.2010 um 09:57 schrieb badaveil: 
>>> 
>>> 
>>> Luca 
>>> 
>>> 
>>> I used the Ubuntu Software Centre, installed tomcat6 and Sun Java 
>>> Development Kit, typed http://localhost:8080 in the URL and tomcat replied 
>>> "It Works!". 
>>> 
>>> 
>>> I downloaded geoserver 2.9.2 bin zip and unzipped to a new folder that's 
>>> all. This WAR archive of Geoserver is a puzzle to me. Please advice. Thanks 
>>> 
>>> 
>>> Abbas 
>>> --
>>>  
>>> This SF.net email is sponsored by 
>>> 
>>> Make an app they can't live without 
>>> Enter the BlackBerry Developer Challenge 
>>> http://p.sf.net/sfu/RIM-dev2dev 
>>> ___ 
>>> Geoserver-users mailing list 
>>> Geoserver-users@lists.sourceforge.net 
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
>>> 
>> 
> 


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu 10.4 LTS?

2010-08-07 Thread badaveil
Luca

I used the Ubuntu Software Centre, installed tomcat6 and Sun Java
Development Kit, typed http://localhost:8080 in the URL and tomcat replied
"It Works!".

I downloaded geoserver 2.9.2 bin zip and unzipped to a new folder that's
all. This WAR archive of Geoserver is a puzzle to me. Please advice. Thanks

Abbas
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu 10.4 LTS?

2010-08-04 Thread Casagrande Luca


badaveil wrote:
> 
> Hello
> 
> I a newbie. I already got the feel of Quantum GIS and now want to get to
> know GeoServer better. My computer runs on Ubuntu 10.4 LTS. I downloaded
> the OS-independent binary version but the GeoServer's User Manual on Linux
> installation is blank. Any advice how to get it installed? Thanks
> 
> Badaveil 
> 
> 

Hi,
first of all you should tomcat; take a look at this guide [1], just change
the latest tomcat version and remember that you need to enable Ubuntu
Partner to install sun-java.
Then with the WAR archive of GeoServer you should be fine.
Let me know if you need more help.


Ciao
Luca

[1]: http://www.howtogeek.com/howto/linux/installing-tomcat-6-on-ubuntu/
[2]:
http://apache.hoxt.com/tomcat/tomcat-6/v6.0.29/bin/apache-tomcat-6.0.29.tar.gz

-- 
View this message in context: 
http://old.nabble.com/How-to-install-GeoServer-on-Ubuntu-10.4-LTS--tp29347196p29348655.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to install GeoServer on Ubuntu 10.4 LTS?

2010-08-04 Thread Ian Turton
On Wed, Aug 4, 2010 at 10:46 AM, Badaveil  wrote:
> Hello
>
> I a newbie. I already got the feel of Quantum GIS and now want to get to know 
> GeoServer better. My computer runs on Ubuntu 10.4 LTS. I downloaded the 
> OS-independent binary version but the GeoServer's User Manual on Linux 
> installation is blank. Any advice how to get it installed? Thanks
>

Have a look at http://ian01.geog.psu.edu/geoserver_docs/ which
describes the steps I took on a fedora system but Ubuntu should be
pretty similar.

Ian
-- 
Ian Turton

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users