i have a jsp project in that project i have using some bean files iam using Tomcat 4.1.7 server in local computer, now i want host in third party server. it is possible to host in linux server.
in linux and other server same tomcat server(Tomcat 4.1.7) required or we can hosted in any tomcat server. and iam using MS SQL server in Backend. [ July 17, 2008: Message edited by: manoj Rksh ]
Any version of Tomcat that has a JSP container can do.
Hope this helps
Manoj semwal .
Ranch Hand
Joined: Jul 10, 2008
Posts: 34
posted
0
thanks Amit
What about the Ms Sql server we have to send the database backup file.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
Very few -if any- Linux hosting providers will offer MS SQLServer (which, after all, does not run on Linux). You may have to settle for a Windows hosting provider instead. Or rewrite your application for PostgreSQL or MySQL, if possible. All Linux hosts offer one (or both) of those.
Manoj semwal .
Ranch Hand
Joined: Jul 10, 2008
Posts: 34
posted
0
Thanks Utf for your kind reply.
for hosting in linus or windows i have to convert the whole appliaton in .war file or not .
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
That depends on the host. Some allow you maintain exploded directory structures, whole others require you to upload .war files. Personally, I wouldn't be content with uploading war files; I generally want the file system structure.
Manoj semwal .
Ranch Hand
Joined: Jul 10, 2008
Posts: 34
posted
0
Thanks Ulf for your kind reply.
regards,
Manoj
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: how to host jsp project in third party server.