store

How do I force a tomcat web application reload the trust store after I update it

I have the following problem. My tomcat 5.5 based web application is using a trust store to verify SSL connections. The application allows the user to add or remove CA certificates to be used in the verification process. However, adding or removing certificates from the trust store doesn't change a thing. The application 'recognizes' onl...

Java: Save objects in a textfile? Are there readymade solutions?

Hello, I want to save the objects I generated in a program. After restart the App should load automaticly all Objects in an Array. I want to write them in a file and parse them after restart. Are the other smarter possibilities than do it by hand? Thank you ...

Using SQL Server as Image store

Is SQL Server 2008 a good option to use as an image store for an e-commerce website? It would be used to store product images of various sizes and angles. A web server would output those images, reading the table by a clustered ID. The total image size would be around 10 GB, but will need to scale. I see a lot of benefits over using the ...

Testing app upgrade on the iPhone

Say I have app version 1.0 released on the app store. Then I want to release version 1.1. I will keep existing data that was copied out of the app bundle and into the app's sandbox. These are some XML config files and a sqlite db the user can write data to. These files could need updates that preserve their existing data. What is the b...

Best practices for storing production passwords for small groups

This is not a technical question. How do small organizations keep sensitive information that must be shared among several individuals safe, such as root passwords to production servers? Not all people that need to have access work in the same location.. new passwords can be distributed by phone, but what rules should be enforced for team...

How do I use LINQ on a store procedure with a Select Statment?

Hi there, How do I use LINQ on a store procedure with a Select Statment? I know how can I use store procedure to execute some procedure for me, however, if I want to return some data from a store procedure? How do I do that? Regards ...

Whats a good .net sql server ecommerce store that I can integrate existing logins into the customer databse, and import some 3000 products with realtive ease (from an Erol store)

I need a quick list of stores and why you think they are the best. ...

Selling Software for Windows?

Are there any "App Stores" or Software Marketplaces that allow developers to submit their Windows Software for sale to the general public? Kind of like the Apple app store, but for windows apps? Also, are there any similar stores, but focused on selling Software Development tools/libraries/visual studio addins? ...

JMS File Store tuning

We are using Weblogic JMS as the JMS provider for our application. We use file store as the persistent store. Is there any mechanism to condfigure the file store size so that after the file has reached the specified size, a new file is generated. Right now I have seen that all the messages till today are persisted into one single file. I...

secondary index on column store dbs

Hi, Is there any column store database that supports secondary index ? I know HBase does, but it's not there yet. Haggai. ...

Best website to store programming scripts online

I want a website where-in it will store all my (quick)scripts online. Sometimes I will writing a couple of python scripts to get this done like, getting the list of recent files added, getting the list of added files on a day, or something even more simpler. So I want to document those scripts on a daily basis. How do it online? Update:...

SQL Filter Query

I have a table with a number of fields in it. I am trying to create search filter in asp.net so the user can search by one or a combination of fields. So basically I want to create a single stored procedure that takes in 4 params and it will append the param to the WHERE clause if its not null... TableExample has 4 columns, Col1 Col2 Co...

Access/use the same object during a request - asp.net

Hello, i have a HttpModule that creates an CommunityPrincipal (implements IPrincipal interface) object on every request. I want to somehow store the object for every request soo i can get it whenever i need it without having to do a cast or create it again. Basically i want to mimic the way the FormsAuthenticationModule works. It assig...

How to register a certificate to a port when the cert is in a custom location using netsh

My certificate is stored in a custom store under "Certificates(Local Computer)" instead of under "Personal". Normally, if the cert is located under personal, i just use C:>netsh http add sslcert ipport:0.0.0.0: certhash= appid= certstorename=MY where, certstorename=MY is already assumed by default if not specified. This works fine unt...

How can I store objects between bookmarklet calls?

I wrote some bookmarklets to automate some tasks on a webpage. I'd like to be able to store a value somehow, so that when I run a bookmarklet the second time, it will see that it exists, and try to use it. I'd like to be able to do that using pure javascript. Kind of like greasemonkey's storage. ...

Is it safe to place password on same folder?

I am using php and mysql. I have a Database config file (db-config.php) which has my database name, username and password. My application and db config file store at: www(httpdocs)/app/db-config.php Is that secure? Will others/hackers able to steal my file and get my database login information? Or should i put it outside www folder, fo...

How can I store a video with proper indexing

Hi, How can I store a video (either in database or file system) so that instead of starting streaming from starting I can start this streaming from any fix index. Main aim is like I have a large video of roads of New York from one end to other and corresponding map of New York save on a central server. Now a user opens up the website ...

How it's new stuff bought in the app store integrated to my iphone app ?

I'm writing an app for iPhone and I would like to add downloadable content to get from the apple store in the future. I understand that the Store kit gives me access to the store and helps me to make the transactions, but how the downloaded content is integrated with my app ? How It's usually done ?, when someone creates for example, a...

VSTO Message Store Provider Message

Hi all, I wonder if i can use the VSTO to create my custome message store 's mailitem. if yes, how do to it.. Thanks. ...

storing multiple values as binary in one field

Hi I have a project where I need to store a large number of values. The data is a dataset holding 1024 2Byte Unsigned integer values. Now I store one value at one row together with a timestamp and a unik ID. This data is continously stored based on a time trigger. What I would like to do, is store all 1024 values in one field. So would ...